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; +

[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 albe...@pentbox.net --- diff --git a/drivers/net/wireless/ath/ath5k/base.c b/drivers/net/wireless/ath/ath5k/base.c index 4d7f21e..3efdfcc 100644 ---

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 albe...@pentbox.net: Greetings, this patch fixes some coding style errors (warnings and errors). Signed-off-by: Alberto Ortega Llamas albe...@pentbox.net --- diff --git