swim3: Add missing MODULE_DESCRIPTION

Since commit 6c6c1fc09d ("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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Link: https://patch.msgid.link/20260811-swim3-module-description-v1-1-28398c5a0e32@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
Nathan Chancellor
2026-08-11 14:03:20 -07:00
committed by Jens Axboe
parent 007af5e5cc
commit f9820056e4

View File

@@ -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);