projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0af2f6b
)
xenbus: add module description
author
Arnd Bergmann
<arnd@arndb.de>
Fri, 28 Mar 2025 11:32:59 +0000
(12:32 +0100)
committer
Juergen 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/xen/xenbus/xenbus_probe_frontend.c
b/drivers/xen/xenbus/xenbus_probe_frontend.c
index fcb335bb7b1878c690532d5e854f7703bd6af25b..6d1819269cbe53ef719aff3dc46b9f81cbebb9db 100644
(file)
--- a/
drivers/xen/xenbus/xenbus_probe_frontend.c
+++ b/
drivers/xen/xenbus/xenbus_probe_frontend.c
@@
-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");