Re: [PATCH 7/9] drivers: staging: rtl8187se: fixed checkpatch.pl errors

2014-03-02 Thread axel . rasmussen1
On Saturday 01 March 2014 9:36:31 PM Joe Perches wrote: > On Sat, 2014-03-01 at 22:22 -0700, Axel Rasmussen wrote: > > The definition of the driver's ChannelPlan array produced a large number > > of checkpatch.pl errors. This patch fixes all of them by adding spaces > > and wrapping the resulting

Re: [PATCH 7/9] drivers: staging: rtl8187se: fixed checkpatch.pl errors

2014-03-02 Thread axel . rasmussen1
On Saturday 01 March 2014 9:36:31 PM Joe Perches wrote: On Sat, 2014-03-01 at 22:22 -0700, Axel Rasmussen wrote: The definition of the driver's ChannelPlan array produced a large number of checkpatch.pl errors. This patch fixes all of them by adding spaces and wrapping the resulting

Re: [PATCH 7/9] drivers: staging: rtl8187se: fixed checkpatch.pl errors

2014-03-01 Thread Joe Perches
On Sat, 2014-03-01 at 22:22 -0700, Axel Rasmussen wrote: > The definition of the driver's ChannelPlan array produced a large number > of checkpatch.pl errors. This patch fixes all of them by adding spaces > and wrapping the resulting overly-long lines. I think the current code is better. > diff

[PATCH 7/9] drivers: staging: rtl8187se: fixed checkpatch.pl errors

2014-03-01 Thread Axel Rasmussen
The definition of the driver's ChannelPlan array produced a large number of checkpatch.pl errors. This patch fixes all of them by adding spaces and wrapping the resulting overly-long lines. Signed-off-by: Axel Rasmussen --- drivers/staging/rtl8187se/r8180_core.c | 49

[PATCH 7/9] drivers: staging: rtl8187se: fixed checkpatch.pl errors

2014-03-01 Thread Axel Rasmussen
The definition of the driver's ChannelPlan array produced a large number of checkpatch.pl errors. This patch fixes all of them by adding spaces and wrapping the resulting overly-long lines. Signed-off-by: Axel Rasmussen axel.rasmuss...@gmail.com --- drivers/staging/rtl8187se/r8180_core.c | 49

Re: [PATCH 7/9] drivers: staging: rtl8187se: fixed checkpatch.pl errors

2014-03-01 Thread Joe Perches
On Sat, 2014-03-01 at 22:22 -0700, Axel Rasmussen wrote: The definition of the driver's ChannelPlan array produced a large number of checkpatch.pl errors. This patch fixes all of them by adding spaces and wrapping the resulting overly-long lines. I think the current code is better. diff