crypto: ux500 - fix license comment syntax error
Causes error: drivers/crypto/ux500/cryp/Makefile:5: *** missing
separator. Stop.
Fixes: af873fcece
("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>
This commit is contained in:
parent
2f4c533499
commit
62e139eba3
|
@ -2,7 +2,7 @@
|
|||
#/*
|
||||
# * Copyright (C) ST-Ericsson SA 2010
|
||||
# * Author: shujuan.chen@stericsson.com for ST-Ericsson.
|
||||
*/
|
||||
# */
|
||||
|
||||
ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG
|
||||
|
||||
|
|
Loading…
Reference in New Issue