Commit f0eab3e8 authored by Jeff Johnson's avatar Jeff Johnson Committed by Jens Axboe
Browse files

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: default avatarJeff Johnson <quic_jjohnson@quicinc.com>
Reviewed-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
Link: https://lore.kernel.org/r/20240516-md-t10-pi-v1-1-44a3469374aa@quicinc.com


Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 7b815817
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -495,5 +495,5 @@ const struct blk_integrity_profile ext_pi_type3_crc64 = {
};
EXPORT_SYMBOL_GPL(ext_pi_type3_crc64);

MODULE_LICENSE("GPL");
MODULE_DESCRIPTION("T10 Protection Information module");
MODULE_LICENSE("GPL");