staging: rtl8712: Cleanup codestyle, change spaces to tabs
authorNeil Singh <neil2468@gmail.com>
Sun, 10 Dec 2017 04:38:35 +0000 (11:38 +0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 13 Dec 2017 11:48:46 +0000 (12:48 +0100)
commitd6a5eee8e050d85a65afb22f5259e3619f0b8cb0
tree5f67f0fd6da7093772777ac29a528c98d47bc253
parenta0a9985b82350009aec9dc39479272b7b487f48d
staging: rtl8712: Cleanup codestyle, change spaces to tabs

Cleanup below checkpatch issues:

ERROR:CODE_INDENT: code indent should use tabs where possible
1409: FILE: rtl871x_security.c:1409:
+                from_timer(padapter, t, securitypriv.tkip_timer);$

WARNING:LEADING_SPACE: please, no spaces at the start of a line
1409: FILE: rtl871x_security.c:1409:
+                from_timer(padapter, t, securitypriv.tkip_timer);$

Signed-off-by: Neil Singh <neil2468@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8712/rtl871x_security.c