mirror of https://gitee.com/openkylin/linux.git
Staging: drivers: rtl8188eu: fixed block comments style
Fixed coding style issue Signed-off-by: Jacky Boen <aqiank@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
f43534b97a
commit
637642e2a3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue