diff options
| author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2019-06-01 10:49:43 -0400 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-06-01 12:29:58 -0400 |
| commit | 62e139eba33988bee0b6e5bc91f78b811d152a86 (patch) | |
| tree | 903964a61374bff41ae1384890c9fbcf759e659b | |
| parent | 2f4c53349961c8ca480193e47da4d44fdb8335a8 (diff) | |
crypto: ux500 - fix license comment syntax error
Causes error: drivers/crypto/ux500/cryp/Makefile:5: *** missing
separator. Stop.
Fixes: af873fcecef5 ("treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 194")
Signed-off-by: Alex Xu (Hello71) <alex_y_xu@yahoo.ca>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
| -rw-r--r-- | drivers/crypto/ux500/cryp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/crypto/ux500/cryp/Makefile b/drivers/crypto/ux500/cryp/Makefile index a90b50597e5c..3e67531f484c 100644 --- a/drivers/crypto/ux500/cryp/Makefile +++ b/drivers/crypto/ux500/cryp/Makefile | |||
| @@ -2,7 +2,7 @@ | |||
| 2 | #/* | 2 | #/* |
| 3 | # * Copyright (C) ST-Ericsson SA 2010 | 3 | # * Copyright (C) ST-Ericsson SA 2010 |
| 4 | # * Author: shujuan.chen@stericsson.com for ST-Ericsson. | 4 | # * Author: shujuan.chen@stericsson.com for ST-Ericsson. |
| 5 | */ | 5 | # */ |
| 6 | 6 | ||
| 7 | ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG | 7 | ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG |
| 8 | 8 | ||
