Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1640959
| From | Alexander Mazyrin <algoritmist1618@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v2] staging: ccree: Fix blank lines codestyle issue |
| Date | 2017-05-13 18:50 +0200 |
| Message-ID | <tGIoV-6bU-7@gated-at.bofh.it> (permalink) |
| References | <tGeKd-2eI-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
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
csiph-web