[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190601144943.126995-1-alex_y_xu@yahoo.ca>
Date:   Sat,  1 Jun 2019 10:49:43 -0400
From:   "Alex Xu (Hello71)" <alex_y_xu@...oo.ca>
To:     linux-kernel@...r.kernel.org, linux-crypto@...r.kernel.org,
        tglx@...utronix.de
Cc:     allison@...utok.net, alexios.zavras@...el.com, swinslow@...il.com,
        rfontana@...hat.com, gregkh@...uxfoundation.org,
        linux-spdx@...r.kernel.org, torvalds@...ux-foundation.org,
        "Alex Xu (Hello71)" <alex_y_xu@...oo.ca>
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) <alex_y_xu@...oo.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@...ricsson.com for ST-Ericsson.
- */
+# */
 
 ccflags-$(CONFIG_CRYPTO_DEV_UX500_DEBUG) += -DDEBUG
 
-- 
2.21.0
Powered by blists - more mailing lists
 
