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 <quic_jjohnson@quicinc.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Link: https://lore.kernel.org/r/20240602-md-block-ublk_drv-v1-1-995474cafff0@quicinc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
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 <ming.lei@redhat.com>");
3019+
MODULE_DESCRIPTION("Userspace block device");
30193020
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)