Commit cfa48d93 authored by Mayank Bareja's avatar Mayank Bareja Committed by Greg Kroah-Hartman

Staging: rtl8188eu/hal: Fixed code indentation warning detected with checkpatch.pl

fixed code indentation warning as reported by checkpatch.pl.
Replaced Spaces with Tabs.
Signed-off-by: default avatarMayank Bareja <mbareja@visteon.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent f523c7d7
...@@ -24,9 +24,9 @@ ...@@ -24,9 +24,9 @@
#define read_next_pair(array, v1, v2, i) \ #define read_next_pair(array, v1, v2, i) \
do { \ do { \
i += 2; \ i += 2; \
v1 = array[i]; \ v1 = array[i]; \
v2 = array[i+1]; \ v2 = array[i+1]; \
} while (0) } while (0)
......
...@@ -102,7 +102,7 @@ void rtl88eu_phy_rf6052_set_cck_txpower(struct adapter *adapt, u8 *powerlevel) ...@@ -102,7 +102,7 @@ void rtl88eu_phy_rf6052_set_cck_txpower(struct adapter *adapt, u8 *powerlevel)
} }
} }
rtl88eu_dm_txpower_track_adjust(&hal_data->odmpriv, 1, &direction, rtl88eu_dm_txpower_track_adjust(&hal_data->odmpriv, 1, &direction,
&pwrtrac_value); &pwrtrac_value);
if (direction == 1) { if (direction == 1) {
/* Increase TX power */ /* Increase TX power */
......
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