Skip to content

Commit 5b8e346

Browse files
leitaokuba-moo
authored andcommitted
net: fill in MODULE_DESCRIPTION()s for xen-netback
W=1 builds now warn if module is built without a MODULE_DESCRIPTION(). Add descriptions to the Xen backend network module. Signed-off-by: Breno Leitao <[email protected]> Acked-by: Paul Durrant <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent ed4adc0 commit 5b8e346

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/net/xen-netback/netback.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1778,5 +1778,6 @@ static void __exit netback_fini(void)
17781778
}
17791779
module_exit(netback_fini);
17801780

1781+
MODULE_DESCRIPTION("Xen backend network device module");
17811782
MODULE_LICENSE("Dual BSD/GPL");
17821783
MODULE_ALIAS("xen-backend:vif");

0 commit comments

Comments
 (0)