Skip to content

Commit

Permalink
xenbus: add module description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Arnd Bergmann authored and Juergen Gross committed Apr 7, 2025
1 parent 0af2f6b commit b40c546
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/xen/xenbus/xenbus_probe_frontend.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit b40c546

Please sign in to comment.