public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uuid: add missing MODULE_DESCRIPTION() macro
@ 2024-06-01  2:19 Jeff Johnson
  2024-06-03 19:51 ` Andy Shevchenko
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Johnson @ 2024-06-01  2:19 UTC (permalink / raw)
  To: Andrew Morton, Andy Shevchenko
  Cc: linux-kernel, kernel-janitors, Jeff Johnson

make allmodconfig && make W=1 C=1 reports:
WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_uuid.o

Add the missing invocation of the MODULE_DESCRIPTION() macro.

Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com>
---
 lib/test_uuid.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/test_uuid.c b/lib/test_uuid.c
index cd819c397dc7..0124fad5d72c 100644
--- a/lib/test_uuid.c
+++ b/lib/test_uuid.c
@@ -130,4 +130,5 @@ static void __exit test_uuid_exit(void)
 module_exit(test_uuid_exit);
 
 MODULE_AUTHOR("Andy Shevchenko <andriy.shevchenko@linux.intel.com>");
+MODULE_DESCRIPTION("Test cases for lib/uuid.c module");
 MODULE_LICENSE("Dual BSD/GPL");

---
base-commit: b050496579632f86ee1ef7e7501906db579f3457
change-id: 20240531-md-lib-test_uuid-6228255a1d2a


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

* Re: [PATCH] uuid: add missing MODULE_DESCRIPTION() macro
  2024-06-01  2:19 [PATCH] uuid: add missing MODULE_DESCRIPTION() macro Jeff Johnson
@ 2024-06-03 19:51 ` Andy Shevchenko
  0 siblings, 0 replies; 2+ messages in thread
From: Andy Shevchenko @ 2024-06-03 19:51 UTC (permalink / raw)
  To: Jeff Johnson; +Cc: Andrew Morton, linux-kernel, kernel-janitors

On Fri, May 31, 2024 at 07:19:09PM -0700, Jeff Johnson wrote:
> make allmodconfig && make W=1 C=1 reports:
> WARNING: modpost: missing MODULE_DESCRIPTION() in lib/test_uuid.o
> 
> Add the missing invocation of the MODULE_DESCRIPTION() macro.

Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>

(We have no designated tree for UUID, so I would expect that Andrew takes this)

-- 
With Best Regards,
Andy Shevchenko



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

end of thread, other threads:[~2024-06-03 19:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-01  2:19 [PATCH] uuid: add missing MODULE_DESCRIPTION() macro Jeff Johnson
2024-06-03 19:51 ` Andy Shevchenko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox