提交 cfa48d93 编写于 作者: M Mayank Bareja 提交者: 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: NMayank Bareja <mbareja@visteon.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册