[PATCH] swim3: Add missing MODULE_DESCRIPTION

Nathan Chancellor <[email protected]>
Newsgroups org.kernel.vger.linux-block,org.kernel.vger.linux-kernel
Message-ID <[email protected]>
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 <[email protected]>
---
 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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.