aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJhih-Ming Hunag <[email protected]>2017-06-20 22:52:02 +0800
committerGreg Kroah-Hartman <[email protected]>2017-06-24 00:26:26 +0800
commit134a8ca1c9b4fca4846995f5c06f90cdead6f920 (patch)
treec34cfae240ed68d39138b69131989e61e140a9eb
parent4e09b077a031097d755e9baf9ddee2b78e19c564 (diff)
staging: ccree: move * to close variable name instead of type.
Move * to close variable name instead of type. Signed-off-by: Jhih-Ming Hunag <[email protected]> Acked-by: Gilad Ben-Yossef <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r--drivers/staging/ccree/ssi_aead.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ccree/ssi_aead.c b/drivers/staging/ccree/ssi_aead.c
index 3d9957fce11c..6b9de35ea0a7 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);