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: Mayank Bareja <mbareja@visteon.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Mayank Bareja 2015-07-28 05:50:12 +00:00 committed by Greg Kroah-Hartman
parent f523c7d7a6
commit cfa48d936a
2 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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 */