[PATCH 4/6] staging: ccree: move * to close variable name instead of type.

Jhih-Ming Huang fbihjmeric at gmail.com
Tue Jun 20 14:52:02 UTC 2017


From: Jhih-Ming Hunag <fbihjmeric at gmail.com>

Move * to close variable name instead of type.

Signed-off-by: Jhih-Ming Hunag <fbihjmeric at gmail.com>
---
 drivers/staging/ccree/ssi_aead.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/ccree/ssi_aead.c b/drivers/staging/ccree/ssi_aead.c
index 3d9957f..6b9de35 100644
--- a/drivers/staging/ccree/ssi_aead.c
+++ b/drivers/staging/ccree/ssi_aead.c
@@ -1843,7 +1843,7 @@ static inline int ssi_aead_gcm(
 
 #ifdef CC_DEBUG
 static inline void ssi_aead_dump_gcm(
-	const char* title,
+	const char *title,
 	struct aead_request *req)
 {
 	struct crypto_aead *tfm = crypto_aead_reqtfm(req);
-- 
2.7.4



More information about the devel mailing list