OSDN Git Service

staging: vt6655: Add space around '*'
authorBurcin Akalin <brcnakalin@gmail.com>
Thu, 22 Oct 2015 12:15:39 +0000 (15:15 +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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6655/card.c

index b31a618..b6730a8 100644 (file)
@@ -286,7 +286,7 @@ bool CARDbSetPhyParameter(struct vnt_private *priv, u8 bb_type)
 
                if (priv->bShortSlotTime) {
                        bySlot = C_SLOT_SHORT;
-                       byDIFS = C_SIFS_BG + 2*C_SLOT_SHORT;
+                       byDIFS = C_SIFS_BG + 2 * C_SLOT_SHORT;
                } else {
                        bySlot = C_SLOT_LONG;
                        byDIFS = C_SIFS_BG + 2*C_SLOT_LONG;