public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crypto: crct10dif_common Add SPDX-License-Identifier tag
@ 2023-06-06 11:03 Franziska Naepelt
  2023-06-06 12:33 ` Bagas Sanjaya
  0 siblings, 1 reply; 6+ messages in thread
From: Franziska Naepelt @ 2023-06-06 11:03 UTC (permalink / raw)
  To: linux-crypto; +Cc: herbert, davem, linux-kernel, Franziska Naepelt

Fix the following checkpatch warning:
- WARNING: Missing or malformed SPDX-License-Identifier tag

Signed-off-by: Franziska Naepelt <franziska.naepelt@gmail.com>
---
 crypto/crct10dif_common.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/crypto/crct10dif_common.c b/crypto/crct10dif_common.c
index b2fab366f518..134553bf0d60 100644
--- a/crypto/crct10dif_common.c
+++ b/crypto/crct10dif_common.c
@@ -1,3 +1,4 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
 /*
  * Cryptographic API.
  *

base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
-- 
2.39.2 (Apple Git-143)


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

end of thread, other threads:[~2023-06-16 12:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-06 11:03 [PATCH] crypto: crct10dif_common Add SPDX-License-Identifier tag Franziska Naepelt
2023-06-06 12:33 ` Bagas Sanjaya
2023-06-06 18:07   ` [PATCH v2] " Franziska Naepelt
2023-06-07  3:50     ` Bagas Sanjaya
2023-06-07  5:59       ` Bagas Sanjaya
2023-06-16 12:17     ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox