staging:wilc1000:host_interface.c Added braces {} on else statemement
Fixes checkpatch warning: braces {} should be used on all arms of this statement Signed-off-by: Scott Matheina <scott@matheina.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
045cb1c7b8
commit
7a8c48a262
@ -3998,8 +3998,9 @@ static void *host_int_ParseJoinBssParam(struct network_info *ptstrNetworkInfo)
|
|||||||
pNewJoinBssParam->rsn_found = true;
|
pNewJoinBssParam->rsn_found = true;
|
||||||
index += pu8IEs[index + 1] + 2;
|
index += pu8IEs[index + 1] + 2;
|
||||||
continue;
|
continue;
|
||||||
} else
|
} else {
|
||||||
index += pu8IEs[index + 1] + 2;
|
index += pu8IEs[index + 1] + 2;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user