Re: [PATCH v2 06/06] staging: crypto: skein: rename files

2014-05-19 Thread Greg KH
On Mon, May 19, 2014 at 07:45:10AM -0600, Jake Edge wrote: > On Mon, 19 May 2014 12:09:59 +0400 Anton Saraev wrote: > > > --- a/drivers/staging/skein/Makefile > > +++ b/drivers/staging/skein/Makefile > > @@ -4,10 +4,10 @@ > > subdir-ccflags-y := -I$(src)/include/ > > as part of the rearranging o

Re: [PATCH v2 06/06] staging: crypto: skein: rename files

2014-05-19 Thread Jason Cooper
On Mon, May 19, 2014 at 07:29:26AM -0600, Jake Edge wrote: > On Mon, 19 May 2014 12:09:59 +0400 Anton Saraev wrote: > > > rename drivers/staging/skein/{skeinBlockNo3F.c => > > skein_block_no_3f.c} (99%) > > fwiw, this file (skeinBlockNo3F.c) seems to be unused ... it kind of looks > like a tempor

Re: [PATCH v2 06/06] staging: crypto: skein: rename files

2014-05-19 Thread Jake Edge
On Mon, 19 May 2014 12:09:59 +0400 Anton Saraev wrote: > --- a/drivers/staging/skein/Makefile > +++ b/drivers/staging/skein/Makefile > @@ -4,10 +4,10 @@ > subdir-ccflags-y := -I$(src)/include/ as part of the rearranging of files, I think you want to get rid of this include directory, move the fi

Re: [PATCH v2 06/06] staging: crypto: skein: rename files

2014-05-19 Thread Jake Edge
On Mon, 19 May 2014 12:09:59 +0400 Anton Saraev wrote: > rename drivers/staging/skein/{skeinBlockNo3F.c => > skein_block_no_3f.c} (99%) fwiw, this file (skeinBlockNo3F.c) seems to be unused ... it kind of looks like a temporary file that got checked in by mistake. It's probably worth deleting it

[PATCH v2 06/06] staging: crypto: skein: rename files

2014-05-18 Thread Anton Saraev
camelCase is not accepted in the Linux Kernel. To prepare skein driver for mainline inclusion, we rename all files to non-camelCase equivalents. Signed-off-by: Anton Saraev --- drivers/staging/skein/Makefile | 10 +- drivers/staging/skein/TODO