mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
staging: rtl8188eu: cleanup lines ending with '('
Cleanup lines ending with '(' in hal8188e_rate_adaptive.c.
Reported by checkpatch.
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
256b95bf09
commit
4b1ea01b50
|
|
@ -92,11 +92,8 @@ static u16 DynamicTxRPTTiming[6] = {
|
|||
|
||||
/* End Rate adaptive parameters */
|
||||
|
||||
static void odm_SetTxRPTTiming_8188E(
|
||||
struct odm_dm_struct *dm_odm,
|
||||
struct odm_ra_info *pRaInfo,
|
||||
u8 extend
|
||||
)
|
||||
static void odm_SetTxRPTTiming_8188E(struct odm_dm_struct *dm_odm,
|
||||
struct odm_ra_info *pRaInfo, u8 extend)
|
||||
{
|
||||
u8 idx = 0;
|
||||
|
||||
|
|
@ -184,10 +181,8 @@ static int odm_RateDown_8188E(struct odm_dm_struct *dm_odm,
|
|||
return 0;
|
||||
}
|
||||
|
||||
static int odm_RateUp_8188E(
|
||||
struct odm_dm_struct *dm_odm,
|
||||
struct odm_ra_info *pRaInfo
|
||||
)
|
||||
static int odm_RateUp_8188E(struct odm_dm_struct *dm_odm,
|
||||
struct odm_ra_info *pRaInfo)
|
||||
{
|
||||
u8 RateID, HighestRate;
|
||||
u8 i;
|
||||
|
|
@ -532,11 +527,8 @@ static void odm_PTDecision_8188E(struct odm_ra_info *pRaInfo)
|
|||
pRaInfo->PTStage = temp_stage;
|
||||
}
|
||||
|
||||
static void
|
||||
odm_RATxRPTTimerSetting(
|
||||
struct odm_dm_struct *dm_odm,
|
||||
u16 minRptTime
|
||||
)
|
||||
static void odm_RATxRPTTimerSetting(struct odm_dm_struct *dm_odm,
|
||||
u16 minRptTime)
|
||||
{
|
||||
ODM_RT_TRACE(dm_odm, ODM_COMP_RATE_ADAPTIVE, ODM_DBG_TRACE,
|
||||
(" =====>%s()\n", __func__));
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user