Commit 134a8ca1 authored by Jhih-Ming Hunag's avatar Jhih-Ming Hunag Committed by Greg Kroah-Hartman

staging: ccree: move * to close variable name instead of type.

Move * to close variable name instead of type.
Signed-off-by: default avatarJhih-Ming Hunag <fbihjmeric@gmail.com>
Acked-by: default avatarGilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4e09b077
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment