]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
net: fill in MODULE_DESCRIPTION()s for xen-netback
authorBreno Leitao <leitao@debian.org>
Wed, 14 Feb 2024 15:27:35 +0000 (07:27 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 15 Feb 2024 16:03:45 +0000 (08:03 -0800)
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 <leitao@debian.org>
Acked-by: Paul Durrant <paul@xen.org>
Link: https://lore.kernel.org/r/20240214152741.670178-2-leitao@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/xen-netback/netback.c

index fab361a250d6054e03a40e451efda2eb3678fda6..ef76850d9bcd232e84f00c4576c5a98ace51458f 100644 (file)
@@ -1778,5 +1778,6 @@ static void __exit netback_fini(void)
 }
 module_exit(netback_fini);
 
+MODULE_DESCRIPTION("Xen backend network device module");
 MODULE_LICENSE("Dual BSD/GPL");
 MODULE_ALIAS("xen-backend:vif");