Skip to content

Commit

Permalink
staging: rtl8188eu: add blank line after declarations
Browse files Browse the repository at this point in the history
Added a blank line after declarations in
drivers/staging/rtl8188eu/core/rtw_security.c to fix a
checkpatch.pl warning

Signed-off-by: Rahul Gottipati <[email protected]>
Link: https://lore.kernel.org/r/20200715163152.GA10190@rahulg-ThinkPad-T450
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
rahulgo authored and gregkh committed Jul 17, 2020
1 parent 6cf2602 commit 891a8d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/rtl8188eu/core/rtw_security.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,6 +840,7 @@ static void next_key(u8 *key, int round)
static void byte_sub(u8 *in, u8 *out)
{
int i;

for (i = 0; i < 16; i++)
out[i] = sbox(in[i]);
}
Expand Down

0 comments on commit 891a8d7

Please sign in to comment.