From: Yeliz Taneroglu Date: Wed, 8 Oct 2014 22:22:12 +0000 (+0300) Subject: staging: rtl8723au: core: rtw_ieee80211: Add blank line after declarations X-Git-Tag: v3.19-rc1~66^2~1110 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=99ea15d6599177149393d62075ec29d61bea5fc3;p=karo-tx-linux.git staging: rtl8723au: core: rtw_ieee80211: Add blank line after declarations The following patch fixes the checkpatch.pl warning: drivers/staging/rtl8723au/core/rtw_ieee80211.c Warning: Missing a blank line after declarations Signed-off-by: Yeliz Taneroglu Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8723au/core/rtw_ieee80211.c b/drivers/staging/rtl8723au/core/rtw_ieee80211.c index 6274cb397c92..c78d6eb0ef89 100644 --- a/drivers/staging/rtl8723au/core/rtw_ieee80211.c +++ b/drivers/staging/rtl8723au/core/rtw_ieee80211.c @@ -69,6 +69,7 @@ int rtw_get_bit_value_from_ieee_value23a(u8 val) {2, 4, 11, 22, 12, 18, 24, 36, 48, 72, 96, 108, 0}; int i = 0; + while (dot11_rate_table[i] != 0) { if (dot11_rate_table[i] == val) return BIT(i);