Skip to content

Commit

Permalink
staging: rtl8192e: Fixed a coding style warning
Browse files Browse the repository at this point in the history
    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>
  • Loading branch information
darshandv authored and intel-lab-lkp committed Jul 19, 2020
1 parent 2ba60ce commit 6fc1c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/rtl8192e/rtllib_crypt_ccmp.c
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ static int rtllib_ccmp_set_key(void *key, int len, u8 *seq, void *priv)
}
if (crypto_aead_setauthsize(data->tfm, CCMP_MIC_LEN) ||
crypto_aead_setkey(data->tfm, data->key, CCMP_TK_LEN))
return -1;
return -1;
} else if (len == 0) {
data->key_set = 0;
} else {
Expand Down

0 comments on commit 6fc1c04

Please sign in to comment.