forked from Minki/linux
staging: rtl8192e: add space before open parenthesis
Fix the coding style error by adding a space before open parenthesis '(' in a conditional statement. Signed-off-by: Darshan D V <darshandv10@gmail.com> Link: https://lore.kernel.org/r/20200720091442.19532-1-darshandv10@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
15d25ed790
commit
77cedcc0b3
@ -278,7 +278,7 @@ static int rtllib_ccmp_decrypt(struct sk_buff *skb, int hdr_len, void *priv)
|
||||
int aad_len, ret;
|
||||
|
||||
req = aead_request_alloc(key->tfm, GFP_ATOMIC);
|
||||
if(!req)
|
||||
if (!req)
|
||||
return -ENOMEM;
|
||||
|
||||
aad_len = ccmp_init_iv_and_aad(hdr, pn, iv, aad);
|
||||
|
Loading…
Reference in New Issue
Block a user