diff mbox series

crypto: crct10dif_common Add SPDX-License-Identifier tag

Message ID 20230606110322.96290-1-franziska.naepelt@gmail.com (mailing list archive)
State Superseded
Delegated to: Herbert Xu
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

Comments

Bagas Sanjaya June 6, 2023, 12:33 p.m. UTC | #1
On Tue, Jun 06, 2023 at 01:03:22PM +0200, Franziska Naepelt wrote:
> +// SPDX-License-Identifier: GPL-2.0-or-later
>  /*
>   * Cryptographic API.
>   *

Shouldn't the license boilerplate text be also removed (and thus
completing SPDX conversion)?

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