staging: vt6655: Add space around '*'
authorBurcin Akalin <brcnakalin@gmail.com>
Wed, 21 Oct 2015 21:48:29 +0000 (00:48 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 25 Oct 2015 02:38:48 +0000 (19:38 -0700)
Add space around operator '*'. Problem found using
checkpatch.pl
CHECK: spaces preferred around that '*' (ctx:VxV)

Signed-off-by: Burcin Akalin <brcnakalin@gmail.com>
Reviewed-by: Daniel Baluta <daniel.baluta@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/card.c

index 76ad036cbbaa13cd6610cab2e249d9c71b63c76b..b31a6184e794d14666293066102a8f9b9c4d8ef7 100644 (file)
@@ -238,7 +238,7 @@ bool CARDbSetPhyParameter(struct vnt_private *priv, u8 bb_type)
                BBbWriteEmbedded(priv, 0x88, 0x03);
                bySlot = C_SLOT_SHORT;
                bySIFS = C_SIFS_A;
-               byDIFS = C_SIFS_A + 2*C_SLOT_SHORT;
+               byDIFS = C_SIFS_A + 2 * C_SLOT_SHORT;
                byCWMaxMin = 0xA4;
        } else if (bb_type == BB_TYPE_11B) {
                MACvSetBBType(priv->PortOffset, BB_TYPE_11B);