Re: [PATCH v2 02/12] staging: ks7010: avoid camel cases in MichaelMICFunction

2018-03-28 Thread Sergio Paracuellos
On Wed, Mar 28, 2018 at 1:49 PM, Greg KH wrote: > On Fri, Mar 23, 2018 at 02:05:10PM +0100, Sergio Paracuellos wrote: >> This commit replace camel cases for name and params used in >> MichaelMICFunction. This improves a bit readability. >> >> Signed-off-by: Sergio Paracuellos >> --- >> drivers/s

Re: [PATCH v2 02/12] staging: ks7010: avoid camel cases in MichaelMICFunction

2018-03-28 Thread Sergio Paracuellos
On Wed, Mar 28, 2018 at 1:49 PM, Greg KH wrote: > On Fri, Mar 23, 2018 at 02:05:10PM +0100, Sergio Paracuellos wrote: >> This commit replace camel cases for name and params used in >> MichaelMICFunction. This improves a bit readability. >> >> Signed-off-by: Sergio Paracuellos >> --- >> drivers/s

Re: [PATCH v2 02/12] staging: ks7010: avoid camel cases in MichaelMICFunction

2018-03-28 Thread Greg KH
On Fri, Mar 23, 2018 at 02:05:10PM +0100, Sergio Paracuellos wrote: > This commit replace camel cases for name and params used in > MichaelMICFunction. This improves a bit readability. > > Signed-off-by: Sergio Paracuellos > --- > drivers/staging/ks7010/ks_hostif.c | 24 ---

[PATCH v2 02/12] staging: ks7010: avoid camel cases in MichaelMICFunction

2018-03-23 Thread Sergio Paracuellos
This commit replace camel cases for name and params used in MichaelMICFunction. This improves a bit readability. Signed-off-by: Sergio Paracuellos --- drivers/staging/ks7010/ks_hostif.c | 24 drivers/staging/ks7010/michael_mic.c | 15 +++ drivers/staging/ks