diff mbox series

[2/2] block:t10-pi: remove duplicate module license

Message ID 20230811153313.93786-3-ankit.kumar@samsung.com (mailing list archive)
State New, archived
Headers show
Series Small fixes for block t10-pi | expand

Commit Message

Ankit Kumar Aug. 11, 2023, 3:33 p.m. UTC
Remove duplicate MODULE_LICENSE("GPL") from t10-pi.c
Fixes: a7d4383f17e1 ("block: add pi for extended integrity")

Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
---
 block/t10-pi.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Martin K. Petersen Aug. 14, 2023, 1:19 a.m. UTC | #1
Ankit,

> Remove duplicate MODULE_LICENSE("GPL") from t10-pi.c
> Fixes: a7d4383f17e1 ("block: add pi for extended integrity")

Looks fine.

Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
diff mbox series

Patch

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