Skip to content

Commit c25a271

Browse files
Jeff Johnsonaxboe
authored andcommitted
ublk_drv: add missing MODULE_DESCRIPTION() macro
make allmodconfig && make W=1 C=1 reports: WARNING: modpost: missing MODULE_DESCRIPTION() in drivers/block/ublk_drv.o Add the missing invocation of the MODULE_DESCRIPTION() macro. Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Ming Lei <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 4c33e39 commit c25a271

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/block/ublk_drv.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3016,4 +3016,5 @@ module_param_cb(ublks_max, &ublk_max_ublks_ops, &ublks_max, 0644);
30163016
MODULE_PARM_DESC(ublks_max, "max number of ublk devices allowed to add(default: 64)");
30173017

30183018
MODULE_AUTHOR("Ming Lei <[email protected]>");
3019+
MODULE_DESCRIPTION("Userspace block device");
30193020
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)