[PATCH 2/2] block:t10-pi: remove duplicate module license
From: Ankit Kumar
Date: Fri Aug 11 2023 - 06:21:23 EST
Remove duplicate MODULE_LICENSE("GPL") from t10-pi.c
Fixes: a7d4383f17e1 ("block: add pi for extended integrity")
Signed-off-by: Ankit Kumar <ankit.kumar@xxxxxxxxxxx>
---
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