提交 2b8d5e5b 编写于 作者: J John B. Wyatt IV 提交者: Greg Kroah-Hartman

Staging: vt6655: aes_ccmp: fixed a brace coding style

Fixed a coding style issue.
Signed-off-by: NJohn B. Wyatt IV <sageofredondo@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 34fbb97c
...@@ -381,9 +381,8 @@ bool AESbGenCCMP(unsigned char *pbyRxKey, unsigned char *pbyFrame, unsigned shor ...@@ -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;
}
} }
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册