forked from Minki/linux
staging: vt6655: Removes unnecessary blank lines.
This patch fixes the checkpatch issue of multiple blank lines, by removing them. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
14c681ea83
commit
3d30311c0e
@ -2162,7 +2162,6 @@ bool BBbVT3253Init(struct vnt_private *priv)
|
||||
byVT3253B0_AIROHA2230[ii][0],
|
||||
byVT3253B0_AIROHA2230[ii][1]);
|
||||
|
||||
|
||||
/* {{ RobertYu:20050223, request by JerryChung */
|
||||
/* Init ANT B select,TX Config CR09 = 0x61->0x45,
|
||||
* 0x45->0x41(VC1/VC2 define, make the ANT_A, ANT_B inverted)
|
||||
|
@ -1272,7 +1272,6 @@ static void vnt_remove_interface(struct ieee80211_hw *hw,
|
||||
priv->op_mode = NL80211_IFTYPE_UNSPECIFIED;
|
||||
}
|
||||
|
||||
|
||||
static int vnt_config(struct ieee80211_hw *hw, u32 changed)
|
||||
{
|
||||
struct vnt_private *priv = hw->priv;
|
||||
|
@ -147,7 +147,6 @@ void MACvSetShortRetryLimit(struct vnt_private *priv,
|
||||
iowrite8(byRetryLimit, io_base + MAC_REG_SRT);
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
* Description:
|
||||
* Set 802.11 Long Retry Limit
|
||||
|
@ -133,7 +133,6 @@ PSvDisablePowerSaving(
|
||||
priv->bPWBitOn = false;
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
*
|
||||
* Routine Description:
|
||||
|
@ -46,7 +46,6 @@ PSvEnablePowerSaving(
|
||||
unsigned short wListenInterval
|
||||
);
|
||||
|
||||
|
||||
bool
|
||||
PSbIsNextTBTTWakeUp(
|
||||
struct vnt_private *
|
||||
|
Loading…
Reference in New Issue
Block a user