Commit 08289a56 authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman

staging: rtl8188eu: cleanup lines ending with a '('

Cleanup checkpatch issues in usb_halinit.c.
CHECK: Lines should not end with a '('
Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b6a76183
...@@ -469,10 +469,7 @@ static void usb_AggSettingTxUpdate(struct adapter *Adapter) ...@@ -469,10 +469,7 @@ static void usb_AggSettingTxUpdate(struct adapter *Adapter)
* *
*--------------------------------------------------------------------------- *---------------------------------------------------------------------------
*/ */
static void static void usb_AggSettingRxUpdate(struct adapter *Adapter)
usb_AggSettingRxUpdate(
struct adapter *Adapter
)
{ {
struct hal_data_8188e *haldata = Adapter->HalData; struct hal_data_8188e *haldata = Adapter->HalData;
u8 valueDMA; u8 valueDMA;
...@@ -1044,10 +1041,7 @@ static void Hal_EfuseParseMACAddr_8188EU(struct adapter *adapt, u8 *hwinfo, bool ...@@ -1044,10 +1041,7 @@ static void Hal_EfuseParseMACAddr_8188EU(struct adapter *adapt, u8 *hwinfo, bool
eeprom->mac_addr)); eeprom->mac_addr));
} }
static void static void readAdapterInfo_8188EU(struct adapter *adapt)
readAdapterInfo_8188EU(
struct adapter *adapt
)
{ {
struct eeprom_priv *eeprom = GET_EEPROM_EFUSE_PRIV(adapt); struct eeprom_priv *eeprom = GET_EEPROM_EFUSE_PRIV(adapt);
...@@ -1067,9 +1061,7 @@ readAdapterInfo_8188EU( ...@@ -1067,9 +1061,7 @@ readAdapterInfo_8188EU(
Hal_ReadThermalMeter_88E(adapt, eeprom->efuse_eeprom_data, eeprom->bautoload_fail_flag); Hal_ReadThermalMeter_88E(adapt, eeprom->efuse_eeprom_data, eeprom->bautoload_fail_flag);
} }
static void _ReadPROMContent( static void _ReadPROMContent(struct adapter *Adapter)
struct adapter *Adapter
)
{ {
struct eeprom_priv *eeprom = GET_EEPROM_EFUSE_PRIV(Adapter); struct eeprom_priv *eeprom = GET_EEPROM_EFUSE_PRIV(Adapter);
u8 eeValue; u8 eeValue;
...@@ -1782,11 +1774,8 @@ void rtw_hal_get_hwreg(struct adapter *Adapter, u8 variable, u8 *val) ...@@ -1782,11 +1774,8 @@ void rtw_hal_get_hwreg(struct adapter *Adapter, u8 variable, u8 *val)
/* Description: */ /* Description: */
/* Query setting of specified variable. */ /* Query setting of specified variable. */
/* */ /* */
u8 rtw_hal_get_def_var( u8 rtw_hal_get_def_var(struct adapter *Adapter, enum hal_def_variable eVariable,
struct adapter *Adapter, void *pValue)
enum hal_def_variable eVariable,
void *pValue
)
{ {
struct hal_data_8188e *haldata = Adapter->HalData; struct hal_data_8188e *haldata = Adapter->HalData;
u8 bResult = _SUCCESS; u8 bResult = _SUCCESS;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment