Commit 4b1ea01b authored by Michael Straube's avatar Michael Straube Committed by Greg Kroah-Hartman
Browse files

staging: rtl8188eu: cleanup lines ending with '('



Cleanup lines ending with '(' in hal8188e_rate_adaptive.c.
Reported by checkpatch.

Signed-off-by: default avatarMichael Straube <straube.linux@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 256b95bf
Loading
Loading
Loading
Loading
+6 −14
Original line number Diff line number Diff line
@@ -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__));