Skip to content

Commit

Permalink
staging: vt6656: removed extra spaces
Browse files Browse the repository at this point in the history
Removed spaces between functions name and parenthesis.

Signed-off-by: Victor Rosales <victorhrosales@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Victor Rosales authored and Greg Kroah-Hartman committed Aug 31, 2010
1 parent 4846cbc commit 62e7e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions drivers/staging/vt6656/wpa.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const BYTE abyOUI05[4] = { 0x00, 0x50, 0xf2, 0x05 };
-*/

void
WPA_ClearRSN (
WPA_ClearRSN(
PKnownBSS pBSSList
)
{
Expand Down Expand Up @@ -105,7 +105,7 @@ WPA_ClearRSN (
*
-*/
void
WPA_ParseRSN (
WPA_ParseRSN(
PKnownBSS pBSSList,
PWLAN_IE_RSN_EXT pRSN
)
Expand Down Expand Up @@ -240,7 +240,7 @@ WPA_ParseRSN (
*
-*/
BOOL
WPA_SearchRSN (
WPA_SearchRSN(
BYTE byCmd,
BYTE byEncrypt,
PKnownBSS pBSSList
Expand Down Expand Up @@ -300,7 +300,7 @@ WPA_SearchRSN (
*
-*/
BOOL
WPAb_Is_RSN (
WPAb_Is_RSN(
PWLAN_IE_RSN_EXT pRSN
)
{
Expand Down

0 comments on commit 62e7e96

Please sign in to comment.