Skip to content

Commit ba8df22

Browse files
jeff-t-johnsonaxboe
authored andcommitted
ataflop: add missing MODULE_DESCRIPTION() macro
With ARCH=m68k, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/ataflop.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <quic_jjohnson@quicinc.com> Reviewed-by: Geert Uytterhoeven <geert@linux-m68k.org> Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com> Link: https://lore.kernel.org/r/20240617-md-m68k-drivers-block-v1-2-b200599a315e@quicinc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent 28d8c13 commit ba8df22

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/block/ataflop.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2197,4 +2197,5 @@ static void __exit atari_floppy_exit(void)
21972197
module_init(atari_floppy_init)
21982198
module_exit(atari_floppy_exit)
21992199

2200+
MODULE_DESCRIPTION("Atari floppy driver");
22002201
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)