staging: vt6655: Adding space around '*'
authorVarsha Rao <rvarsha016@gmail.com>
Wed, 12 Oct 2016 04:36:46 +0000 (10:06 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:26:29 +0000 (10:26 +0200)
This patch fixes the checkpatch issue by adding space around '*'.

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/card.c

index 4e0e20c..2e2f96d 100644 (file)
@@ -257,7 +257,7 @@ bool CARDbSetPhyParameter(struct vnt_private *priv, u8 bb_type)
                BBbWriteEmbedded(priv, 0x88, 0x02);
                bySlot = C_SLOT_LONG;
                bySIFS = C_SIFS_BG;
-               byDIFS = C_SIFS_BG + 2*C_SLOT_LONG;
+               byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG;
                byCWMaxMin = 0xA5;
        } else { /* PK_TYPE_11GA & PK_TYPE_11GB */
                MACvSetBBType(priv->PortOffset, BB_TYPE_11G);
@@ -285,7 +285,7 @@ bool CARDbSetPhyParameter(struct vnt_private *priv, u8 bb_type)
                        byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT;
                } else {
                        bySlot = C_SLOT_LONG;
-                       byDIFS = C_SIFS_BG + 2*C_SLOT_LONG;
+                       byDIFS = C_SIFS_BG + 2 * C_SLOT_LONG;
                }
 
                byCWMaxMin = 0xa4;