[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230811153313.93786-3-ankit.kumar@samsung.com>
Date: Fri, 11 Aug 2023 21:03:13 +0530
From: Ankit Kumar <ankit.kumar@...sung.com>
To: Jens Axboe <axboe@...nel.dk>,
"Martin K. Petersen" <martin.petersen@...cle.com>,
Keith Busch <kbusch@...nel.org>
Cc: gost.dev@...sung.com, Ankit Kumar <ankit.kumar@...sung.com>,
linux-block@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH 2/2] block:t10-pi: remove duplicate module license
Remove duplicate MODULE_LICENSE("GPL") from t10-pi.c
Fixes: a7d4383f17e1 ("block: add pi for extended integrity")
Signed-off-by: Ankit Kumar <ankit.kumar@...sung.com>
---
block/t10-pi.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/block/t10-pi.c b/block/t10-pi.c
index bf0bba01417f..042f21b0e2e5 100644
--- a/block/t10-pi.c
+++ b/block/t10-pi.c
@@ -471,4 +471,3 @@ const struct blk_integrity_profile ext_pi_type3_crc64 = {
EXPORT_SYMBOL_GPL(ext_pi_type3_crc64);
MODULE_LICENSE("GPL");
-MODULE_LICENSE("GPL");
--
2.25.1
Powered by blists - more mailing lists