diff mbox series

crypto: crct10dif_common Add SPDX-License-Identifier tag

Message ID 20230606110322.96290-1-franziska.naepelt@gmail.com
State New
Headers show
Series crypto: crct10dif_common Add SPDX-License-Identifier tag | expand

Commit Message

Franziska Näpelt June 6, 2023, 11:03 a.m. UTC
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(+)


base-commit: 9561de3a55bed6bdd44a12820ba81ec416e705a7
diff mbox series

Patch

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.
  *