All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] block: t10-pi: add MODULE_DESCRIPTION()
@ 2024-05-17  0:15 Jeff Johnson
  2024-05-20 11:47 ` Martin K. Petersen
  2024-05-20 14:08 ` Jens Axboe
  0 siblings, 2 replies; 3+ messages in thread
From: Jeff Johnson @ 2024-05-17  0:15 UTC (permalink / raw
  To: Jens Axboe; +Cc: linux-block, kernel-janitors, linux-kernel, Jeff Johnson

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(-)

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

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


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] block: t10-pi: add MODULE_DESCRIPTION()
  2024-05-17  0:15 [PATCH] block: t10-pi: add MODULE_DESCRIPTION() Jeff Johnson
@ 2024-05-20 11:47 ` Martin K. Petersen
  2024-05-20 14:08 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Martin K. Petersen @ 2024-05-20 11:47 UTC (permalink / raw
  To: Jeff Johnson; +Cc: Jens Axboe, linux-block, kernel-janitors, linux-kernel


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>

-- 
Martin K. Petersen	Oracle Linux Engineering

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] block: t10-pi: add MODULE_DESCRIPTION()
  2024-05-17  0:15 [PATCH] block: t10-pi: add MODULE_DESCRIPTION() Jeff Johnson
  2024-05-20 11:47 ` Martin K. Petersen
@ 2024-05-20 14:08 ` Jens Axboe
  1 sibling, 0 replies; 3+ messages in thread
From: Jens Axboe @ 2024-05-20 14:08 UTC (permalink / raw
  To: Jeff Johnson; +Cc: linux-block, kernel-janitors, linux-kernel


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,
-- 
Jens Axboe




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-05-20 14:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-17  0:15 [PATCH] block: t10-pi: add MODULE_DESCRIPTION() Jeff Johnson
2024-05-20 11:47 ` Martin K. Petersen
2024-05-20 14:08 ` Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.