提交 fe149785 编写于 作者: L Luis Bosch 提交者: Greg Kroah-Hartman

staging: vt6656: resolved checkpatch finding

Added spaces in for loop arguments.
Signed-off-by: NLuis Bosch <luis.bosch@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 62e7e961
......@@ -559,7 +559,7 @@ BOOL KeybGetTransmitKey(PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyType,
int i, ii;
*pKey = NULL;
for (i=0;i<MAX_KEY_TABLE;i++) {
for (i = 0; i < MAX_KEY_TABLE; i++) {
if ((pTable->KeyTable[i].bInUse == TRUE) &&
!compare_ether_addr(pTable->KeyTable[i].abyBSSID, pbyBSSID)) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册