Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH] crypto: ux500 - fix license comment syntax error
@ 2019-06-01 14:49 Alex Xu (Hello71)
  2019-06-01 16:28 ` Greg KH
  2019-06-01 16:29 ` Greg KH
  0 siblings, 2 replies; 5+ messages in thread
From: Alex Xu (Hello71) @ 2019-06-01 14:49 UTC (permalink / raw)
  To: linux-kernel, linux-crypto, tglx
  Cc: allison, alexios.zavras, swinslow, rfontana, gregkh, linux-spdx,
	torvalds, Alex Xu (Hello71)

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>
---
 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: shujuan.chen@stericsson.com for ST-Ericsson.
- */
+# */
 
 ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG
 
-- 
2.21.0


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-06-02  0:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-01 14:49 [PATCH] crypto: ux500 - fix license comment syntax error Alex Xu (Hello71)
2019-06-01 16:28 ` Greg KH
2019-06-01 16:29 ` Greg KH
2019-06-01 19:41   ` Alex Xu
2019-06-02  0:37     ` Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox