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


Groups > linux.kernel > #1670839 > unrolled thread

[PATCH] staging: ccree: fix coding style error

Started byJhih-Ming Huang <fbihjmeric@gmail.com>
First post2017-06-20 17:00 +0200
Last post2017-06-22 15:50 +0200
Articles 4 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: ccree: fix coding style error Jhih-Ming Huang <fbihjmeric@gmail.com> - 2017-06-20 17:00 +0200
    [PATCH 4/6] staging: ccree: move * to close variable name instead of type. Jhih-Ming Huang <fbihjmeric@gmail.com> - 2017-06-20 17:00 +0200
    Re: [PATCH] staging: ccree: fix coding style error Dan Carpenter <dan.carpenter@oracle.com> - 2017-06-20 21:40 +0200
    Re: [PATCH] staging: ccree: fix coding style error Gilad Ben-Yossef <gilad@benyossef.com> - 2017-06-22 15:50 +0200

#1670839 — [PATCH] staging: ccree: fix coding style error

FromJhih-Ming Huang <fbihjmeric@gmail.com>
Date2017-06-20 17:00 +0200
Subject[PATCH] staging: ccree: fix coding style error
Message-ID<tUsNj-1v3-3@gated-at.bofh.it>
Hi,

This patch fix all coding style error in driver/staging/ccree/ssi_aead.c.

[toc] | [next] | [standalone]


#1670842 — [PATCH 4/6] staging: ccree: move * to close variable name instead of type.

FromJhih-Ming Huang <fbihjmeric@gmail.com>
Date2017-06-20 17:00 +0200
Subject[PATCH 4/6] staging: ccree: move * to close variable name instead of type.
Message-ID<tUsNk-1v3-21@gated-at.bofh.it>
In reply to#1670839
From: Jhih-Ming Hunag <fbihjmeric@gmail.com>

Move * to close variable name instead of type.

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

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

[toc] | [prev] | [next] | [standalone]


#1671038

FromDan Carpenter <dan.carpenter@oracle.com>
Date2017-06-20 21:40 +0200
Message-ID<tUxah-4kt-3@gated-at.bofh.it>
In reply to#1670839
On Tue, Jun 20, 2017 at 10:51:58PM +0800, Jhih-Ming Huang wrote:
> 
> Hi,
> 
> This patch fix all coding style error in driver/staging/ccree/ssi_aead.c.

Much better.  Thanks!

regards,
dan carpenter

[toc] | [prev] | [next] | [standalone]


#1672641

FromGilad Ben-Yossef <gilad@benyossef.com>
Date2017-06-22 15:50 +0200
Message-ID<tVaEG-5pO-7@gated-at.bofh.it>
In reply to#1670839
On Tue, Jun 20, 2017 at 5:51 PM, Jhih-Ming Huang <fbihjmeric@gmail.com> wrote:
>
> Hi,
>
> This patch fix all coding style error in driver/staging/ccree/ssi_aead.c.

For patches 1-6:

Acked-by: Gilad Ben-Yossef <gilad@benyossef.com>

Thanks you,
Gilad


-- 
Gilad Ben-Yossef
Chief Coffee Drinker

"If you take a class in large-scale robotics, can you end up in a
situation where the homework eats your dog?"
 -- Jean-Baptiste Queru

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web