Re: [PATCH v2 00/06] staging: crypto: skein: fixing style issues

2014-05-19 Thread Jason Cooper
Dan, On Mon, May 19, 2014 at 11:53:21AM +0300, Dan Carpenter wrote: > Was there really a v1 version of this patchset because I don't see it in > my inbox? There was. Anton is doing this as part of the Eudyptula Challenge [1], and he sent the first version to me offlist. I helped him with some o

Re: [PATCH v2 00/06] staging: crypto: skein: fixing style issues

2014-05-19 Thread Dan Carpenter
Was there really a v1 version of this patchset because I don't see it in my inbox? regards, dan carpenter ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

[PATCH v2 00/06] staging: crypto: skein: fixing style issues

2014-05-18 Thread Anton Saraev
Hi! To prepare skein driver for mainline inclusion we fixing most of style issues (wrong names of functions, vars, macros, files) and checkpatch problems in this patch set. For example, existing code is widely use camelCase names. This patch fix it. Anton Saraev (6): staging: crypto: skein: re