aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDerek Robson <robsonde@gmail.com>2017-02-16 00:32:15 -0500
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-02-16 13:41:22 -0500
commit239378b46a4dd9be58a85c83d6762ce20172b9b0 (patch)
treee9fd9680bbefcda5c59cac7d0875992fd9807542
parent9e664c6feab6f898845fa5cb8cfe17da03d65d9d (diff)
Staging: rtl8192u: ieee80211: rtl819x_TSProc.c - style fix
Fixed style of block comments Found using checkpatch Signed-off-by: Derek Robson <robsonde@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c b/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c
index b9ff8fec2edf..b4c13fff2c65 100644
--- a/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c
+++ b/drivers/staging/rtl8192u/ieee80211/rtl819x_TSProc.c
@@ -21,7 +21,7 @@ static void TsInactTimeout(unsigned long data)
21 * input: unsigned long data //acturally we send TX_TS_RECORD or RX_TS_RECORD to these timer 21 * input: unsigned long data //acturally we send TX_TS_RECORD or RX_TS_RECORD to these timer
22 * return: NULL 22 * return: NULL
23 * notice: 23 * notice:
24********************************************************************************************************************/ 24 ********************************************************************************************************************/
25static void RxPktPendingTimeout(unsigned long data) 25static void RxPktPendingTimeout(unsigned long data)
26{ 26{
27 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)data; 27 PRX_TS_RECORD pRxTs = (PRX_TS_RECORD)data;
@@ -95,7 +95,7 @@ static void RxPktPendingTimeout(unsigned long data)
95 * input: unsigned long data //acturally we send TX_TS_RECORD or RX_TS_RECORD to these timer 95 * input: unsigned long data //acturally we send TX_TS_RECORD or RX_TS_RECORD to these timer
96 * return: NULL 96 * return: NULL
97 * notice: 97 * notice:
98********************************************************************************************************************/ 98 ********************************************************************************************************************/
99static void TsAddBaProcess(unsigned long data) 99static void TsAddBaProcess(unsigned long data)
100{ 100{
101 PTX_TS_RECORD pTxTs = (PTX_TS_RECORD)data; 101 PTX_TS_RECORD pTxTs = (PTX_TS_RECORD)data;