From: Jhih-Ming Hunag Date: Tue, 20 Jun 2017 14:52:01 +0000 (+0800) Subject: staging: ccree: move '{' to next line for function. X-Git-Tag: Ubuntu-5.10.0-12.13~10020^2~103 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=4e09b077a031097d755e9baf9ddee2b78e19c564;p=mirror_ubuntu-hirsute-kernel.git staging: ccree: move '{' to next line for function. Move '{' to next line for function. 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 6bcab5abceb1..3d9957fce11c 100644 --- a/drivers/staging/ccree/ssi_aead.c +++ b/drivers/staging/ccree/ssi_aead.c @@ -1542,7 +1542,8 @@ static inline int ssi_aead_ccm( return 0; } -static int config_ccm_adata(struct aead_request *req) { +static int config_ccm_adata(struct aead_request *req) +{ struct crypto_aead *tfm = crypto_aead_reqtfm(req); struct ssi_aead_ctx *ctx = crypto_aead_ctx(tfm); struct aead_req_ctx *req_ctx = aead_request_ctx(req); @@ -1886,7 +1887,8 @@ static inline void ssi_aead_dump_gcm( } #endif -static int config_gcm_context(struct aead_request *req) { +static int config_gcm_context(struct aead_request *req) +{ struct crypto_aead *tfm = crypto_aead_reqtfm(req); struct ssi_aead_ctx *ctx = crypto_aead_ctx(tfm); struct aead_req_ctx *req_ctx = aead_request_ctx(req);