Commit 052181bb authored by Remco Verhoef's avatar Remco Verhoef Committed by Greg Kroah-Hartman

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: default avatarRemco Verhoef <remco@dutchcoders.io>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9d156621
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment