All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [v2] xenbus: add module description
@ 2025-03-28 11:32 Arnd Bergmann
  2025-03-28 12:38 ` Jürgen Groß
  0 siblings, 1 reply; 2+ messages in thread
From: Arnd Bergmann @ 2025-03-28 11:32 UTC (permalink / raw)
  To: Juergen Gross, Stefano Stabellini
  Cc: Arnd Bergmann, Oleksandr Tyshchenko, xen-devel, linux-kernel

From: Arnd Bergmann <arnd@arndb.de>

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>
---
v2: change the description as suggested by Jürgen
---
 drivers/xen/xenbus/xenbus_probe_frontend.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/xen/xenbus/xenbus_probe_frontend.c b/drivers/xen/xenbus/xenbus_probe_frontend.c
index fcb335bb7b18..6d1819269cbe 100644
--- 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");
-- 
2.39.5



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] [v2] xenbus: add module description
  2025-03-28 11:32 [PATCH] [v2] xenbus: add module description Arnd Bergmann
@ 2025-03-28 12:38 ` Jürgen Groß
  0 siblings, 0 replies; 2+ messages in thread
From: Jürgen Groß @ 2025-03-28 12:38 UTC (permalink / raw)
  To: Arnd Bergmann, Stefano Stabellini
  Cc: Arnd Bergmann, Oleksandr Tyshchenko, xen-devel, linux-kernel


[-- Attachment #1.1.1: Type: text/plain, Size: 351 bytes --]

On 28.03.25 12:32, Arnd Bergmann wrote:
> From: Arnd Bergmann <arnd@arndb.de>
> 
> 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>


Juergen

[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3743 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 495 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-03-28 12:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-28 11:32 [PATCH] [v2] xenbus: add module description Arnd Bergmann
2025-03-28 12:38 ` Jürgen Groß

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.