mirror of
https://github.com/torvalds/linux.git
synced 2024-12-03 17:41:22 +00:00
staging: vt6656: resolved checkpatch finding
Added spaces in for loop arguments. Signed-off-by: Luis Bosch <luis.bosch@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
62e7e96148
commit
fe149785a4
@ -559,7 +559,7 @@ BOOL KeybGetTransmitKey(PSKeyManagement pTable, PBYTE pbyBSSID, DWORD dwKeyType,
|
|||||||
int i, ii;
|
int i, ii;
|
||||||
|
|
||||||
*pKey = NULL;
|
*pKey = NULL;
|
||||||
for (i=0;i<MAX_KEY_TABLE;i++) {
|
for (i = 0; i < MAX_KEY_TABLE; i++) {
|
||||||
if ((pTable->KeyTable[i].bInUse == TRUE) &&
|
if ((pTable->KeyTable[i].bInUse == TRUE) &&
|
||||||
!compare_ether_addr(pTable->KeyTable[i].abyBSSID, pbyBSSID)) {
|
!compare_ether_addr(pTable->KeyTable[i].abyBSSID, pbyBSSID)) {
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user