]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
staging: ccree: move * to close variable name instead of type.
authorJhih-Ming Hunag <fbihjmeric@gmail.com>
Tue, 20 Jun 2017 14:52:02 +0000 (22:52 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 23 Jun 2017 16:26:26 +0000 (00:26 +0800)
Move * to close variable name instead of type.

Signed-off-by: Jhih-Ming Hunag <fbihjmeric@gmail.com>
Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ccree/ssi_aead.c

index 3d9957fce11c05c1c4f30ee10ac32ca5bd6eb330..6b9de35ea0a7444b144af0ea5c1b731a8fc9bae0 100644 (file)
@@ -1843,7 +1843,7 @@ static inline int ssi_aead_gcm(
 
 #ifdef CC_DEBUG
 static inline void ssi_aead_dump_gcm(
-       const chartitle,
+       const char *title,
        struct aead_request *req)
 {
        struct crypto_aead *tfm = crypto_aead_reqtfm(req);