Skip to content

Commit 28d8c13

Browse files
jeff-t-johnsonaxboe
authored andcommitted
amiflop: add missing MODULE_DESCRIPTION() macro
With ARCH=m68k, make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/amiflop.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-1-b200599a315e@quicinc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
1 parent bb7e5a1 commit 28d8c13

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/block/amiflop.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ static DEFINE_MUTEX(amiflop_mutex);
232232
static unsigned long int fd_def_df0 = FD_DD_3; /* default for df0 if it doesn't identify */
233233

234234
module_param(fd_def_df0, ulong, 0);
235+
MODULE_DESCRIPTION("Amiga floppy driver");
235236
MODULE_LICENSE("GPL");
236237

237238
/*

0 commit comments

Comments
 (0)