staging: rtl8188eu: fix indentation error

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>
This commit is contained in:
Remco Verhoef 2017-05-15 22:37:35 +02:00 committed by Greg Kroah-Hartman
parent 9d15662175
commit 052181bb25

View 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);