Commit 3bd1a38b authored by Joe Perches's avatar Joe Perches Committed by Greg Kroah-Hartman

staging:vt6655:wcmd: Whitespace cleanups

Neatening only.
git diff -w shows no differences.
Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d9d644ed
This diff is collapsed.
...@@ -112,34 +112,34 @@ typedef enum tagCMD_STATE { ...@@ -112,34 +112,34 @@ typedef enum tagCMD_STATE {
void void
vResetCommandTimer( vResetCommandTimer(
void *hDeviceContext void *hDeviceContext
); );
void void
vCommandTimer ( vCommandTimer(
void *hDeviceContext void *hDeviceContext
); );
bool bClearBSSID_SCAN( bool bClearBSSID_SCAN(
void *hDeviceContext void *hDeviceContext
); );
bool bool
bScheduleCommand( bScheduleCommand(
void *hDeviceContext, void *hDeviceContext,
CMD_CODE eCommand, CMD_CODE eCommand,
unsigned char *pbyItem0 unsigned char *pbyItem0
); );
void void
vCommandTimerWait( vCommandTimerWait(
void *hDeviceContext, void *hDeviceContext,
unsigned int MSecond unsigned int MSecond
); );
#ifdef TxInSleep #ifdef TxInSleep
void void
BSSvSecondTxData( BSSvSecondTxData(
void *hDeviceContext void *hDeviceContext
); );
#endif #endif
#endif //__WCMD_H__ #endif //__WCMD_H__
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment