From: Jhih-Ming Hunag Date: Tue, 20 Jun 2017 14:52:02 +0000 (+0800) Subject: staging: ccree: move * to close variable name instead of type. X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=134a8ca1c9b4fca4846995f5c06f90cdead6f920;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git staging: ccree: move * to close variable name instead of type. Move * to close variable name instead of type. Signed-off-by: Jhih-Ming Hunag Acked-by: Gilad Ben-Yossef Signed-off-by: Greg Kroah-Hartman --- 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);