提交 62e7e961 编写于 作者: V Victor Rosales 提交者: Greg Kroah-Hartman

staging: vt6656: removed extra spaces

Removed spaces between functions name and parenthesis.
Signed-off-by: NVictor Rosales <victorhrosales@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 4846cbc1
...@@ -69,7 +69,7 @@ const BYTE abyOUI05[4] = { 0x00, 0x50, 0xf2, 0x05 }; ...@@ -69,7 +69,7 @@ const BYTE abyOUI05[4] = { 0x00, 0x50, 0xf2, 0x05 };
-*/ -*/
void void
WPA_ClearRSN ( WPA_ClearRSN(
PKnownBSS pBSSList PKnownBSS pBSSList
) )
{ {
...@@ -105,7 +105,7 @@ WPA_ClearRSN ( ...@@ -105,7 +105,7 @@ WPA_ClearRSN (
* *
-*/ -*/
void void
WPA_ParseRSN ( WPA_ParseRSN(
PKnownBSS pBSSList, PKnownBSS pBSSList,
PWLAN_IE_RSN_EXT pRSN PWLAN_IE_RSN_EXT pRSN
) )
...@@ -240,7 +240,7 @@ WPA_ParseRSN ( ...@@ -240,7 +240,7 @@ WPA_ParseRSN (
* *
-*/ -*/
BOOL BOOL
WPA_SearchRSN ( WPA_SearchRSN(
BYTE byCmd, BYTE byCmd,
BYTE byEncrypt, BYTE byEncrypt,
PKnownBSS pBSSList PKnownBSS pBSSList
...@@ -300,7 +300,7 @@ WPA_SearchRSN ( ...@@ -300,7 +300,7 @@ WPA_SearchRSN (
* *
-*/ -*/
BOOL BOOL
WPAb_Is_RSN ( WPAb_Is_RSN(
PWLAN_IE_RSN_EXT pRSN PWLAN_IE_RSN_EXT pRSN
) )
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册