OSDN Git Service

staging: rtl8188eu: fix indentation error
authorRemco Verhoef <remco@dutchcoders.io>
Mon, 15 May 2017 20:37:35 +0000 (22:37 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 16 May 2017 11:53:23 +0000 (13:53 +0200)
Fixes a 'code indent should use tabs where possible' checkpatch code
style error by changing whitespace into tabs.

Signed-off-by: Remco Verhoef <remco@dutchcoders.io>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/rtl8188e_rxdesc.c

index d9fa290..9f51f54 100644 (file)
@@ -58,7 +58,7 @@ static void process_link_qual(struct adapter *padapter,
 }
 
 void rtl8188e_process_phy_info(struct adapter *padapter,
-                              struct recv_frame *precvframe)
+                              struct recv_frame *precvframe)
 {
        /*  Check RSSI */
        process_rssi(padapter, precvframe);