OSDN Git Service

Staging: drivers: rtl8188eu: fixed block comments style
authorJacky Boen <aqiank@gmail.com>
Sun, 1 May 2016 15:50:31 +0000 (23:50 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 1 May 2016 21:34:50 +0000 (14:34 -0700)
Fixed coding style issue

Signed-off-by: Jacky Boen <aqiank@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/hal/usb_halinit.c

index 547fb61..61e56c3 100644 (file)
@@ -452,7 +452,8 @@ static void _InitRetryFunction(struct adapter *Adapter)
  *     When            Who             Remark
  *     12/10/2010      MHC             Separate to smaller function.
  *
- *---------------------------------------------------------------------------*/
+ *---------------------------------------------------------------------------
+ */
 static void usb_AggSettingTxUpdate(struct adapter *Adapter)
 {
        struct hal_data_8188e   *haldata = GET_HAL_DATA(Adapter);
@@ -484,7 +485,8 @@ static void usb_AggSettingTxUpdate(struct adapter *Adapter)
  *     When            Who             Remark
  *     12/10/2010      MHC             Separate to smaller function.
  *
- *---------------------------------------------------------------------------*/
+ *---------------------------------------------------------------------------
+ */
 static void
 usb_AggSettingRxUpdate(
                struct adapter *Adapter
@@ -650,7 +652,8 @@ static void _InitAntenna_Selection(struct adapter *Adapter)
  * Revised History:
  *     When            Who             Remark
  *     08/23/2010      MHC             HW suspend mode switch test..
- *---------------------------------------------------------------------------*/
+ *---------------------------------------------------------------------------
+ */
 enum rt_rf_power_state RfOnOffDetect(struct adapter *adapt)
 {
        u8 val8;