Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

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 <quic_jjohnson@quicinc.com> Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com> Link: https://lore.kernel.org/r/20240516-md-t10-pi-v1-1-44a3469374aa@quicinc.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
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)