Skip to content

Commit f0eab3e

Browse files
Jeff Johnsonaxboe
authored andcommitted
block: t10-pi: add MODULE_DESCRIPTION()
Fix the allmodconfig 'make W=1' issue: WARNING: modpost: missing MODULE_DESCRIPTION() in block/t10-pi.o Signed-off-by: Jeff Johnson <[email protected]> Reviewed-by: Martin K. Petersen <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jens Axboe <[email protected]>
1 parent 7b81581 commit f0eab3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/t10-pi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,5 +495,5 @@ const struct blk_integrity_profile ext_pi_type3_crc64 = {
495495
};
496496
EXPORT_SYMBOL_GPL(ext_pi_type3_crc64);
497497

498-
MODULE_LICENSE("GPL");
498+
MODULE_DESCRIPTION("T10 Protection Information module");
499499
MODULE_LICENSE("GPL");

0 commit comments

Comments
 (0)