summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8723bs/core/rtw_security.c
diff options
context:
space:
mode:
authorJavier F. Arias <jarias.linux@gmail.com>2019-10-16 23:03:53 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-10-26 20:33:52 +0200
commitfc4776941f51968fc82a8415734826e8ef96bde1 (patch)
tree7d8fab394a357598160f436c9d899cc891a2f49d /drivers/staging/rtl8723bs/core/rtw_security.c
parent22b5cbd1d1d23cc20da2ef1b132e8bd4b1307c74 (diff)
downloadlinux-fc4776941f51968fc82a8415734826e8ef96bde1.tar.bz2
staging: rtl8723bs: Fix indentation warnings
Fix indentation warnings to improve the code formatting. Issue found by checkpatch. Signed-off-by: Javier F. Arias <jarias.linux@gmail.com> Link: https://lore.kernel.org/r/166ffc747a4212f81d26b03883dbc04d64deed56.1571284318.git.jarias.linux@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8723bs/core/rtw_security.c')
-rw-r--r--drivers/staging/rtl8723bs/core/rtw_security.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8723bs/core/rtw_security.c b/drivers/staging/rtl8723bs/core/rtw_security.c
index 66a9ab62e3a3..11388a9a0dac 100644
--- a/drivers/staging/rtl8723bs/core/rtw_security.c
+++ b/drivers/staging/rtl8723bs/core/rtw_security.c
@@ -1483,7 +1483,7 @@ static sint aes_cipher(u8 *key, uint hdrlen,
aes128k128d(key, ctr_preload, aes_out);
bitwise_xor(aes_out, padded_buffer, chain_buffer);
for (j = 0; j < 8; j++)
- pframe[payload_index++] = chain_buffer[j];
+ pframe[payload_index++] = chain_buffer[j];
return _SUCCESS;
}
@@ -1616,7 +1616,7 @@ static sint aes_decipher(u8 *key, uint hdrlen,
payload_index = hdrlen + 8; /* 8 is for extiv */
for (i = 0; i < num_blocks; i++) {
- construct_ctr_preload(
+ construct_ctr_preload(
ctr_preload,
a4_exists,
qc_exists,