Commit c9ed0be8 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman

staging: rtl8723bs: replace tab with space

Replace tabs with spaces in some function definitions.
Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 058f285e
...@@ -67,7 +67,7 @@ int rtw_get_bit_value_from_ieee_value(u8 val) ...@@ -67,7 +67,7 @@ int rtw_get_bit_value_from_ieee_value(u8 val)
return 0; return 0;
} }
uint rtw_is_cckrates_included(u8 *rate) uint rtw_is_cckrates_included(u8 *rate)
{ {
u32 i = 0; u32 i = 0;
...@@ -81,7 +81,7 @@ uint rtw_is_cckrates_included(u8 *rate) ...@@ -81,7 +81,7 @@ uint rtw_is_cckrates_included(u8 *rate)
return false; return false;
} }
uint rtw_is_cckratesonly_included(u8 *rate) uint rtw_is_cckratesonly_included(u8 *rate)
{ {
u32 i = 0; u32 i = 0;
...@@ -296,7 +296,7 @@ void rtw_set_supported_rate(u8 *SupportedRates, uint mode) ...@@ -296,7 +296,7 @@ void rtw_set_supported_rate(u8 *SupportedRates, uint mode)
} }
} }
uint rtw_get_rateset_len(u8 *rateset) uint rtw_get_rateset_len(u8 *rateset)
{ {
uint i; uint i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment