Message ID | 20230606110322.96290-1-franziska.naepelt@gmail.com |
---|---|
State | New |
Headers | show |
Series | crypto: crct10dif_common Add SPDX-License-Identifier tag | expand |
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. *
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