]> asedeno.scripts.mit.edu Git - linux.git/commit
xen-netback: move netback_probe() and netback_remove() to the end...
authorPaul Durrant <pdurrant@amazon.com>
Tue, 17 Dec 2019 13:32:16 +0000 (13:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Wed, 18 Dec 2019 07:03:33 +0000 (23:03 -0800)
commit92fbeb43b6c44fb03e024c4c5b9f3d6b8ebd0cf0
treea05b98a95c2f8b6901ecac285a693dcfe5650a87
parent5debb18f965a8f9e9d966715b8b61c164c3ea6ad
xen-netback: move netback_probe() and netback_remove() to the end...

...of xenbus.c

This is a cosmetic function re-ordering to reduce churn in a subsequent
patch. Some style fix-up was done to make checkpatch.pl happier.

No functional change.

Signed-off-by: Paul Durrant <pdurrant@amazon.com>
Acked-by: Wei Liu <wei.liu@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/xen-netback/xenbus.c