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:
committed by
Greg Kroah-Hartman
parent
9d15662175
commit
052181bb25
@@ -58,7 +58,7 @@ static void process_link_qual(struct adapter *padapter,
|
|||||||
}
|
}
|
||||||
|
|
||||||
void rtl8188e_process_phy_info(struct adapter *padapter,
|
void rtl8188e_process_phy_info(struct adapter *padapter,
|
||||||
struct recv_frame *precvframe)
|
struct recv_frame *precvframe)
|
||||||
{
|
{
|
||||||
/* Check RSSI */
|
/* Check RSSI */
|
||||||
process_rssi(padapter, precvframe);
|
process_rssi(padapter, precvframe);
|
||||||
|
|||||||
Reference in New Issue
Block a user