aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_security.c
diff options
context:
space:
mode:
authorMayank Bareja <mbareja@visteon.com>2015-08-03 11:23:01 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-08-03 17:54:04 -0700
commit4e0fa71c934287c160e264b3d5dd0e5c0824f6f9 (patch)
treee93be023bb36223bbb9b0e32a3794d3550f58c19 /drivers/staging/rtl8188eu/core/rtw_security.c
parentStaging: rts5208: Fix code indentation warning as detected by checkpatch.pl (diff)
downloadlinux-dev-4e0fa71c934287c160e264b3d5dd0e5c0824f6f9.tar.xz
linux-dev-4e0fa71c934287c160e264b3d5dd0e5c0824f6f9.zip
Staging: rtl8188eu/core: fixed code indentation warning as reported by checkpatch.pl
fixed code indentation warning as detected with checkpatch.pl. Replaced spaces with tabs. Signed-off-by: Mayank Bareja <mbareja@visteon.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/core/rtw_security.c')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_security.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_security.c b/drivers/staging/rtl8188eu/core/rtw_security.c
index d870a5ce8585..22839d57dc8c 100644
--- a/drivers/staging/rtl8188eu/core/rtw_security.c
+++ b/drivers/staging/rtl8188eu/core/rtw_security.c
@@ -1330,7 +1330,7 @@ static int aes_decipher(u8 *key, uint hdrlen,
bitwise_xor(aes_out, &pframe[payload_index], chain_buffer);
for (j = 0; j < 16; j++)
- pframe[payload_index++] = chain_buffer[j];
+ pframe[payload_index++] = chain_buffer[j];
}
if (payload_remainder > 0) { /* If there is a short final block, then pad it,*/