2019-06-01 14:50:51

by Alex Xu (Hello71)

[permalink] [raw]
Subject: [PATCH] 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) <[email protected]>
---
drivers/crypto/ux500/cryp/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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 @@
#/*
# * Copyright (C) ST-Ericsson SA 2010
# * Author: [email protected] for ST-Ericsson.
- */
+# */

ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG

--
2.21.0


2019-06-01 16:29:03

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] crypto: ux500 - fix license comment syntax error

On Sat, Jun 01, 2019 at 10:49:43AM -0400, Alex Xu (Hello71) wrote:
> 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) <[email protected]>
> ---
> drivers/crypto/ux500/cryp/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Ugh, sorry about that. Will go queue that up right now.

thanks,

greg k-h

2019-06-01 16:29:53

by Greg KH

[permalink] [raw]
Subject: Re: [PATCH] crypto: ux500 - fix license comment syntax error

On Sat, Jun 01, 2019 at 10:49:43AM -0400, Alex Xu (Hello71) wrote:
> 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) <[email protected]>
> ---
> drivers/crypto/ux500/cryp/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Also, how did 0-day not catch this? Is this an odd configuration that
it can not build?

thanks,

greg k-h