Skip to content

Commit 6fc1c04

Browse files
darshandvintel-lab-lkp
authored andcommitted
staging: rtl8192e: Fixed a coding style warning
rtllib_crypt_ccmp.c: Fixed the warning - suspect code indent for conditional statements on line torvalds#338 Signed-off-by: Darshan D V <darshandv10@gmail.com>
1 parent 2ba60ce commit 6fc1c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/rtl8192e/rtllib_crypt_ccmp.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@ static int rtllib_ccmp_set_key(void *key, int len, u8 *seq, void *priv)
337337
}
338338
if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) ||
339339
crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN))
340-
return -1;
340+
return -1;
341341
} else if (len == 0) {
342342
data->key_set = 0;
343343
} else {

0 commit comments

Comments
 (0)