aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712
diff options
context:
space:
mode:
authorNeil Singh <neil2468@gmail.com>2017-12-10 11:38:35 +0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-12-13 12:48:46 +0100
commitd6a5eee8e050d85a65afb22f5259e3619f0b8cb0 (patch)
tree5f67f0fd6da7093772777ac29a528c98d47bc253 /drivers/staging/rtl8712
parentstaging: rtl8712: Cleanup codestyle, break up long line (diff)
downloadlinux-dev-d6a5eee8e050d85a65afb22f5259e3619f0b8cb0.tar.xz
linux-dev-d6a5eee8e050d85a65afb22f5259e3619f0b8cb0.zip
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>
Diffstat (limited to 'drivers/staging/rtl8712')
-rw-r--r--drivers/staging/rtl8712/rtl871x_security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/rtl871x_security.c b/drivers/staging/rtl8712/rtl871x_security.c
index 630f18fc3e54..f4591529b080 100644
--- a/drivers/staging/rtl8712/rtl871x_security.c
+++ b/drivers/staging/rtl8712/rtl871x_security.c
@@ -1406,7 +1406,7 @@ u32 r8712_aes_decrypt(struct _adapter *padapter, u8 *precvframe)
void r8712_use_tkipkey_handler(struct timer_list *t)
{
struct _adapter *padapter =
- from_timer(padapter, t, securitypriv.tkip_timer);
+ from_timer(padapter, t, securitypriv.tkip_timer);
padapter->securitypriv.busetkipkey = true;
}