Re: [PATCH 1/4] staging: skein: cleanup: fixed new lines

2016-04-30 Thread Manu Kumar
On Sat, Apr 30, 2016 at 09:15:03AM -0700, Greg KH wrote: As Dan pointed out, always use scripts/checkpatch.pl on your patches to ensure you got them correct before sending them out with obvious errors like this. Sorry about that, re-sending with Signed-off-by. -- Manu

Re: [PATCH 1/4] staging: skein: cleanup: fixed new lines

2016-04-30 Thread Greg KH
On Fri, Apr 29, 2016 at 11:59:01PM -0700, Manu Kumar wrote: > Added lines between functions in skein_block.c and removed unneeded > lines in skein_block.c > --- > drivers/staging/skein/skein_api.c | 1 - > drivers/staging/skein/skein_block.c | 4 +++- > 2 files changed, 3 insertions(+), 2

Re: [PATCH 1/4] staging: skein: cleanup: fixed new lines

2016-04-30 Thread Dan Carpenter
On Fri, Apr 29, 2016 at 11:59:01PM -0700, Manu Kumar wrote: > Added lines between functions in skein_block.c and removed unneeded > lines in skein_block.c No Signed-off-by. regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org

[PATCH 1/4] staging: skein: cleanup: fixed new lines

2016-04-30 Thread Manu Kumar
Added lines between functions in skein_block.c and removed unneeded lines in skein_block.c --- drivers/staging/skein/skein_api.c | 1 - drivers/staging/skein/skein_block.c | 4 +++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/skein/skein_api.c