All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] swim3: Add missing MODULE_DESCRIPTION
@ 2026-08-11 21:03 Nathan Chancellor
  2026-08-14  6:42 ` Christoph Hellwig
  2026-08-16  0:01 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Nathan Chancellor @ 2026-08-11 21:03 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, linux-kernel, Nathan Chancellor

Since commit 6c6c1fc09de3 ("modpost: require a MODULE_DESCRIPTION()"),
modpost complains that swim3.ko is missing a module description.

  WARNING: modpost: drivers/block/swim3.ko: missing MODULE_DESCRIPTION()

Add one to clear up the warning.

Signed-off-by: Nathan Chancellor <nathan@kernel.org>
---
 drivers/block/swim3.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/block/swim3.c b/drivers/block/swim3.c
index 01f7aef3fcfb..d4f0d43e0a72 100644
--- a/drivers/block/swim3.c
+++ b/drivers/block/swim3.c
@@ -1290,4 +1290,5 @@ module_init(swim3_init)
 
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("Paul Mackerras");
+MODULE_DESCRIPTION("SWIM3 floppy driver for PowerMacs");
 MODULE_ALIAS_BLOCKDEV_MAJOR(FLOPPY_MAJOR);

---
base-commit: 7e05769f1a6cd14735f1702996eb2bbb161f41b9
change-id: 20260811-swim3-module-description-b8ea139a4d20

Best regards,
--  
Cheers,
Nathan


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

end of thread, other threads:[~2026-08-16  0:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 21:03 [PATCH] swim3: Add missing MODULE_DESCRIPTION Nathan Chancellor
2026-08-14  6:42 ` Christoph Hellwig
2026-08-16  0:01 ` Jens Axboe

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.