xenbus: add module description
authorArnd Bergmann <arnd@arndb.de>
Fri, 28 Mar 2025 11:32:59 +0000 (12:32 +0100)
committerJuergen Gross <jgross@suse.com>
Mon, 7 Apr 2025 06:33:53 +0000 (08:33 +0200)
Modules without a description now cause a warning:

WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/xen/xenbus/xenbus_probe_frontend.o

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
Message-ID: <20250328113302.2632353-1-arnd@kernel.org>

drivers/xen/xenbus/xenbus_probe_frontend.c

index fcb335bb7b1878c690532d5e854f7703bd6af25b..6d1819269cbe53ef719aff3dc46b9f81cbebb9db 100644 (file)
@@ -513,4 +513,5 @@ static int __init boot_wait_for_devices(void)
 late_initcall(boot_wait_for_devices);
 #endif
 
+MODULE_DESCRIPTION("Xen PV-device frontend support");
 MODULE_LICENSE("GPL");