Skip to content

Commit 3c1743a

Browse files
Jeff Johnsonaxboe
authored andcommitted
floppy: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/floppy.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Reviewed-by: Denis Efremov <efremov@linux.com> Link: https://lore.kernel.org/r/20240602-md-block-floppy-v1-1-bc628ea5eb84@quicinc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 7d4425d commit 3c1743a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/block/floppy.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5017,6 +5017,7 @@ module_param(floppy, charp, 0);
50175017
module_param(FLOPPY_IRQ, int, 0);
50185018
module_param(FLOPPY_DMA, int, 0);
50195019
MODULE_AUTHOR("Alain L. Knaff");
5020+
MODULE_DESCRIPTION("Normal floppy disk support");
50205021
MODULE_LICENSE("GPL");
50215022

50225023
/* This doesn't actually get used other than for module information */

0 commit comments

Comments
 (0)