public inbox for linux-block@vger.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

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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox