Skip to content

Commit 4c33e39

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/block/xen-blkback/blkback.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1563,5 +1563,6 @@ static void __exit xen_blkif_fini(void)
15631563

15641564
module_exit(xen_blkif_fini);
15651565

1566+
MODULE_DESCRIPTION("Virtual block device back-end driver");
15661567
MODULE_LICENSE("Dual BSD/GPL");
15671568
MODULE_ALIAS("xen-backend:vbd");

0 commit comments

Comments
 (0)