Re: [PATCH] Staging: ccree: Add blank line after declarations

2017-12-19 Thread Greg Kroah-Hartman
On Wed, Dec 20, 2017 at 09:32:06AM +0200, Gilad Ben-Yossef wrote: > Hi, > > I've missed this patch as I wasn't CCed and just noticed it in staging-next... > > On Sat, Dec 16, 2017 at 1:43 AM, Kamal Heib wrote: > > This patch adds a blank line after declarations to > >

Re: [PATCH] Staging: ccree: Add blank line after declarations

2017-12-19 Thread Gilad Ben-Yossef
Hi, I've missed this patch as I wasn't CCed and just noticed it in staging-next... On Sat, Dec 16, 2017 at 1:43 AM, Kamal Heib wrote: > This patch adds a blank line after declarations to > improve code readability. > > Issue find by checkpatch.pl script. > WARNING: Missing

[PATCH] Staging: ccree: Add blank line after declarations

2017-12-15 Thread Kamal Heib
This patch adds a blank line after declarations to improve code readability. Issue find by checkpatch.pl script. WARNING: Missing a blank line after declarations Signed-off-by: Kamal Heib --- drivers/staging/ccree/ssi_cipher.c | 1 + 1 file changed, 1 insertion(+) diff