All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue
@ 2017-05-09 16:53 Alex
  2017-05-12  9:00 ` Greg KH
  0 siblings, 1 reply; 3+ messages in thread
From: Alex @ 2017-05-09 16:53 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel, Alexander Mazyrin

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue
  2017-05-09 16:53 [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue Alex
@ 2017-05-12  9:00 ` Greg KH
  2017-05-13 16:48   ` [PATCH v2] staging: ccree: Fix blank lines codestyle issue Alexander Mazyrin
  0 siblings, 1 reply; 3+ messages in thread
From: Greg KH @ 2017-05-12  9:00 UTC (permalink / raw)
  To: Alex; +Cc: devel, linux-kernel

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 :(

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [PATCH v2] staging: ccree: Fix blank lines codestyle issue
  2017-05-12  9:00 ` Greg KH
@ 2017-05-13 16:48   ` Alexander Mazyrin
  0 siblings, 0 replies; 3+ messages in thread
From: Alexander Mazyrin @ 2017-05-13 16:48 UTC (permalink / raw)
  To: gregkh; +Cc: devel, linux-kernel

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-05-13 16:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-09 16:53 [PATCH] staging: ccree: ssi_aead.c: Fix blank lines coding style issue Alex
2017-05-12  9:00 ` Greg KH
2017-05-13 16:48   ` [PATCH v2] staging: ccree: Fix blank lines codestyle issue Alexander Mazyrin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.