Staging: rtl8188eu/hal: Fixed code indentation warning detected with checkpatch.pl
authorMayank Bareja <mbareja@visteon.com>
Tue, 28 Jul 2015 05:50:12 +0000 (05:50 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 31 Jul 2015 23:05:41 +0000 (16:05 -0700)
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>
drivers/staging/rtl8188eu/hal/bb_cfg.c
drivers/staging/rtl8188eu/hal/rf.c

index 8eb2b39..9c7e626 100644 (file)
@@ -24,9 +24,9 @@
 
 #define read_next_pair(array, v1, v2, i)               \
         do {                                           \
-                i += 2;                                \
-                v1 = array[i];                         \
-                v2 = array[i+1];                       \
+               i += 2;                                 \
+               v1 = array[i];                          \
+               v2 = array[i+1];                        \
         } while (0)
 
 
index 0970927..38845d1 100644 (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,
-                                       &pwrtrac_value);
+                                       &pwrtrac_value);
 
        if (direction == 1) {
                /*  Increase TX power */