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
1 changed files with 2 additions and 3 deletions
|
@ -381,9 +381,8 @@ bool AESbGenCCMP(unsigned char *pbyRxKey, unsigned char *pbyFrame, unsigned shor
|
||||||
/* =>above is the dec-MIC from packet */
|
/* =>above is the dec-MIC from packet */
|
||||||
/* -------------------------------------------- */
|
/* -------------------------------------------- */
|
||||||
|
|
||||||
if (!memcmp(abyMIC, abyTmp, 8)) {
|
if (!memcmp(abyMIC, abyTmp, 8))
|
||||||
return true;
|
return true;
|
||||||
} else {
|
else
|
||||||
return false;
|
return false;
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue