Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1670837 > unrolled thread

[PATCH 3/6] staging: ccree: move '{' to next line for function.

Started byJhih-Ming Huang <fbihjmeric@gmail.com>
First post2017-06-20 17:00 +0200
Last post2017-06-20 17:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH 3/6] staging: ccree: move '{' to next line for function. Jhih-Ming Huang <fbihjmeric@gmail.com> - 2017-06-20 17:00 +0200

#1670837 — [PATCH 3/6] staging: ccree: move '{' to next line for function.

FromJhih-Ming Huang <fbihjmeric@gmail.com>
Date2017-06-20 17:00 +0200
Subject[PATCH 3/6] staging: ccree: move '{' to next line for function.
Message-ID<tUsNk-1v3-17@gated-at.bofh.it>
From: Jhih-Ming Hunag <fbihjmeric@gmail.com>

Move '{' to next line for function.

Signed-off-by: Jhih-Ming Hunag <fbihjmeric@gmail.com>
---
 drivers/staging/ccree/ssi_aead.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/ccree/ssi_aead.c b/drivers/staging/ccree/ssi_aead.c
index 6bcab5a..3d9957f 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);
-- 
2.7.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web