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


Groups > linux.kernel > #1638282 > unrolled thread

[PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue

Started byAlex <algoritmist1618@gmail.com>
First post2017-05-09 19:00 +0200
Last post2017-05-13 18:50 +0200
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue Alex <algoritmist1618@gmail.com> - 2017-05-09 19:00 +0200
    Re: [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style  issue Greg KH <gregkh@linuxfoundation.org> - 2017-05-12 11:10 +0200
      [PATCH v2] staging: ccree: Fix blank lines codestyle issue Alexander Mazyrin <algoritmist1618@gmail.com> - 2017-05-13 18:50 +0200

#1638282 — [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue

FromAlex <algoritmist1618@gmail.com>
Date2017-05-09 19:00 +0200
Subject[PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue
Message-ID<tFgEp-4pa-1@gated-at.bofh.it>
Checkpatch emits CHECK: Please don't use multiple blank lines.

Remove multiple blank lines.

Signed-off-by: Alexander Mazyrin <algoritmist1618@gmail.com>
---
 drivers/staging/ccree/ssi_aead.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/ccree/ssi_aead.c b/drivers/staging/ccree/ssi_aead.c
index 0382917..c1ddd7f 100644
--- a/drivers/staging/ccree/ssi_aead.c
+++ b/drivers/staging/ccree/ssi_aead.c
@@ -2827,6 +2827,3 @@ int ssi_aead_alloc(struct ssi_drvdata *drvdata)
 fail0:
 	return rc;
 }
-
-
-
-- 
2.1.4

[toc] | [next] | [standalone]


#1640328 — Re: [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue

FromGreg KH <gregkh@linuxfoundation.org>
Date2017-05-12 11:10 +0200
SubjectRe: [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue
Message-ID<tGeKd-2eI-7@gated-at.bofh.it>
In reply to#1638282
On Tue, May 09, 2017 at 07:53:30PM +0300, Alex wrote:
> Checkpatch emits CHECK: Please don't use multiple blank lines.
> 
> Remove multiple blank lines.
> 
> Signed-off-by: Alexander Mazyrin <algoritmist1618@gmail.com>

This name doesn't match your "From:" name :(

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


#1640959 — [PATCH v2] staging: ccree: Fix blank lines codestyle issue

FromAlexander Mazyrin <algoritmist1618@gmail.com>
Date2017-05-13 18:50 +0200
Subject[PATCH v2] staging: ccree: Fix blank lines codestyle issue
Message-ID<tGIoV-6bU-7@gated-at.bofh.it>
In reply to#1640328
Checkpatch emits CHECK: Please don't use multiple blank lines.

Remove multiple blank lines.

Signed-off-by: Alexander Mazyrin <algoritmist1618@gmail.com>
---
 drivers/staging/ccree/ssi_aead.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/drivers/staging/ccree/ssi_aead.c b/drivers/staging/ccree/ssi_aead.c
index 0382917..c1ddd7f 100644
--- a/drivers/staging/ccree/ssi_aead.c
+++ b/drivers/staging/ccree/ssi_aead.c
@@ -2827,6 +2827,3 @@ int ssi_aead_alloc(struct ssi_drvdata *drvdata)
 fail0:
 	return rc;
 }
-
-
-
-- 
2.1.4

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web