]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rtl8192e: Correct declaration of HTResetIOTSetting - Coding Style
authorJohn Whitmore <johnfwhitmore@gmail.com>
Wed, 6 Jun 2018 11:40:01 +0000 (12:40 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 17 Jun 2018 07:05:13 +0000 (09:05 +0200)
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>
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c

index 981433f6c4f2de211ff78d00cb8f330b8ffe0ba3..7ea516609d4c8ea974186f233848611b048ef179 100644 (file)
@@ -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;