Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dd19b918 authored by Anson Jacob's avatar Anson Jacob Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: channel.c: Fix block comments usage warning by checkpatch.pl



This patch fixes the following checkpatch.pl warnings:

WARNING: Block comments use * on subsequent lines
+	/* TX_PE will reserve 3 us for MAX2829 A mode only,
+	   it is for better TX throughput */

WARNING: Block comments use a trailing */ on a separate line
+	   it is for better TX throughput */

Signed-off-by: default avatarAnson Jacob <ansonjacob.aj@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 555d7a3a
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -193,7 +193,8 @@ bool set_channel(struct vnt_private *priv, struct ieee80211_channel *ch)
	MACvRegBitsOn(priv->PortOffset, MAC_REG_MACCR, MACCR_CLRNAV);
	MACvRegBitsOn(priv->PortOffset, MAC_REG_MACCR, MACCR_CLRNAV);


	/* TX_PE will reserve 3 us for MAX2829 A mode only,
	/* TX_PE will reserve 3 us for MAX2829 A mode only,
	   it is for better TX throughput */
	 * it is for better TX throughput
	 */


	if (priv->byRFType == RF_AIROHA7230)
	if (priv->byRFType == RF_AIROHA7230)
		RFbAL7230SelectChannelPostProcess(priv, priv->byCurrentCh,
		RFbAL7230SelectChannelPostProcess(priv, priv->byCurrentCh,