staging: rtl8192e: Correct declaration of HTResetIOTSetting - Coding Style
Declaration of function was spread over three lines. Signed-off-by: John Whitmore <johnfwhitmore@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
786fe3b545
commit
1247b23277
@ -498,9 +498,7 @@ static u8 HTIOTActIsCCDFsync(u8 *PeerMacAddr)
|
||||
return retValue;
|
||||
}
|
||||
|
||||
void HTResetIOTSetting(
|
||||
PRT_HIGH_THROUGHPUT pHTInfo
|
||||
)
|
||||
void HTResetIOTSetting(PRT_HIGH_THROUGHPUT pHTInfo)
|
||||
{
|
||||
pHTInfo->IOTAction = 0;
|
||||
pHTInfo->IOTPeer = HT_IOT_PEER_UNKNOWN;
|
||||
|
Loading…
Reference in New Issue
Block a user