mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-23 18:07:03 +00:00
Staging: vt6655: aes_ccmp: fixed a brace coding style
Fixed a coding style issue. Signed-off-by: John B. Wyatt IV <sageofredondo@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
34fbb97c07
commit
2b8d5e5b39
@ -381,9 +381,8 @@ bool AESbGenCCMP(unsigned char *pbyRxKey, unsigned char *pbyFrame, unsigned shor
|
||||
/* =>above is the dec-MIC from packet */
|
||||
/* -------------------------------------------- */
|
||||
|
||||
if (!memcmp(abyMIC, abyTmp, 8)) {
|
||||
if (!memcmp(abyMIC, abyTmp, 8))
|
||||
return true;
|
||||
} else {
|
||||
else
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user