Re: [ath5k-devel] [PATCH] Wireless: ath: ath5k: Fix coding style errors in base.c

2011-03-28 Thread Pavel Roskin
On 03/26/2011 01:51 PM, Alberto Ortega wrote: >>> sc->rate_idx[b->band][b->bitrates[i].hw_value] = i; >>> if (b->bitrates[i].hw_value_short) >>> - >>> sc->rate_idx[b->band][b->bitrates[i].hw_value_short] = i; >>> + sc->

Re: [ath5k-devel] [PATCH] Wireless: ath: ath5k: Fix coding style errors in base.c

2011-03-26 Thread Alberto Ortega
On 03/26/2011 06:46 PM, Alberto Ortega wrote: > Oops, the patch was malformed by my email client, resending now. > > 2011/3/26 Alberto Ortega: > >> Greetings, >> >> this patch fixes some coding style errors (warnings and errors). >> >> Signed-off-by: Alberto Ortega Llamas >> --- >> diff --git a

Re: [ath5k-devel] [PATCH] Wireless: ath: ath5k: Fix coding style errors in base.c

2011-03-26 Thread Alberto Ortega
Oops, the patch was malformed by my email client, resending now. 2011/3/26 Alberto Ortega : > Greetings, > > this patch fixes some coding style errors (warnings and errors). > > Signed-off-by: Alberto Ortega Llamas > --- > diff --git a/drivers/net/wireless/ath/ath5k/base.c > b/drivers/net/wireles

[ath5k-devel] [PATCH] Wireless: ath: ath5k: Fix coding style errors in base.c

2011-03-26 Thread Alberto Ortega
Greetings, this patch fixes some coding style errors (warnings and errors). Signed-off-by: Alberto Ortega Llamas --- diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c index 4d7f21e..3efdfcc 100644 --- a/drivers/net/wireless/ath/ath5k/base.c +++ b/drivers/