diff mbox series

block: t10-pi: add MODULE_DESCRIPTION()

Message ID 20240516-md-t10-pi-v1-1-44a3469374aa@quicinc.com (mailing list archive)
State New
Headers show
Series block: t10-pi: add MODULE_DESCRIPTION() | expand

Commit Message

Jeff Johnson May 17, 2024, 12:15 a.m. UTC
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>
---
 block/t10-pi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


---
base-commit: 8c06da67d0bd3139a97f301b4aa9c482b9d4f29e
change-id: 20240516-md-t10-pi-3f34345f0bd1

Comments

Martin K. Petersen May 20, 2024, 11:47 a.m. UTC | #1
Jeff,

> @@ -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");

That's fine.

Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
Jens Axboe May 20, 2024, 2:08 p.m. UTC | #2
On Thu, 16 May 2024 17:15:06 -0700, Jeff Johnson wrote:
> Fix the allmodconfig 'make W=1' issue:
> 
> WARNING: modpost: missing MODULE_DESCRIPTION() in block/t10-pi.o
> 
> 

Applied, thanks!

[1/1] block: t10-pi: add MODULE_DESCRIPTION()
      commit: f0eab3e8d1530b87f3523cee060004dd513a6d2b

Best regards,
diff mbox series

Patch

diff --git a/block/t10-pi.c b/block/t10-pi.c
index d90892fd6f2a..f4cc91156da1 100644
--- a/block/t10-pi.c
+++ b/block/t10-pi.c
@@ -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");