mirror of
https://github.com/torvalds/linux.git
synced 2024-12-01 00:21:32 +00:00
staging: vt6656: removed extra spaces
Removed spaces between functions name and parenthesis. Signed-off-by: Victor Rosales <victorhrosales@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
4846cbc13a
commit
62e7e96148
@ -69,7 +69,7 @@ const BYTE abyOUI05[4] = { 0x00, 0x50, 0xf2, 0x05 };
|
||||
-*/
|
||||
|
||||
void
|
||||
WPA_ClearRSN (
|
||||
WPA_ClearRSN(
|
||||
PKnownBSS pBSSList
|
||||
)
|
||||
{
|
||||
@ -105,7 +105,7 @@ WPA_ClearRSN (
|
||||
*
|
||||
-*/
|
||||
void
|
||||
WPA_ParseRSN (
|
||||
WPA_ParseRSN(
|
||||
PKnownBSS pBSSList,
|
||||
PWLAN_IE_RSN_EXT pRSN
|
||||
)
|
||||
@ -240,7 +240,7 @@ WPA_ParseRSN (
|
||||
*
|
||||
-*/
|
||||
BOOL
|
||||
WPA_SearchRSN (
|
||||
WPA_SearchRSN(
|
||||
BYTE byCmd,
|
||||
BYTE byEncrypt,
|
||||
PKnownBSS pBSSList
|
||||
@ -300,7 +300,7 @@ WPA_SearchRSN (
|
||||
*
|
||||
-*/
|
||||
BOOL
|
||||
WPAb_Is_RSN (
|
||||
WPAb_Is_RSN(
|
||||
PWLAN_IE_RSN_EXT pRSN
|
||||
)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user