diff options
author | Horia Geantă <horia.geanta@nxp.com> | 2018-10-10 13:26:48 +0200 |
---|---|---|
committer | Herbert Xu <herbert@gondor.apana.org.au> | 2018-10-17 08:16:18 +0200 |
commit | 618b5dc48365cecc03daffa46800f20ab11e3f80 (patch) | |
tree | 164ae675c86c6621922510f0769163b2ac3dad77 /drivers/crypto/caam/ctrl.c | |
parent | crypto: caam/qi - simplify CGR allocation, freeing (diff) | |
download | linux-618b5dc48365cecc03daffa46800f20ab11e3f80.tar.xz linux-618b5dc48365cecc03daffa46800f20ab11e3f80.zip |
crypto: caam - add SPDX license identifier to all files
Previously, a tree-wide change added SPDX license identifiers to
files lacking licensing information:
b24413180f56 ("License cleanup: add SPDX GPL-2.0 license identifier to files with no license")
To be consistent update the rest of the files:
-files with license specified by means of MODULE_LICENSE()
-files with complete license text
-Kconfig
Signed-off-by: Horia Geantă <horia.geanta@nxp.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'drivers/crypto/caam/ctrl.c')
-rw-r--r-- | drivers/crypto/caam/ctrl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/crypto/caam/ctrl.c b/drivers/crypto/caam/ctrl.c index 538c01f428c1..3fc793193821 100644 --- a/drivers/crypto/caam/ctrl.c +++ b/drivers/crypto/caam/ctrl.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * CAAM control-plane driver backend * Controller-level driver, kernel property detection, initialization * |