summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/card.c
diff options
context:
space:
mode:
authorBurcin Akalin <brcnakalin@gmail.com>2015-10-22 15:15:39 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2015-10-24 19:38:48 -0700
commit68535a16bb6a8878ad8731867a85f8acd9337e7d (patch)
treed9e3e51f1081e0e1e558abf09852b100d2e64fb4 /drivers/staging/vt6655/card.c
parent0cddeac382a2ac846adef88eac7e254f38046d4b (diff)
downloadlinux-stable-68535a16bb6a8878ad8731867a85f8acd9337e7d.tar.gz
linux-stable-68535a16bb6a8878ad8731867a85f8acd9337e7d.tar.bz2
linux-stable-68535a16bb6a8878ad8731867a85f8acd9337e7d.zip
staging: vt6655: Add space around '*'
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>
Diffstat (limited to 'drivers/staging/vt6655/card.c')
-rw-r--r--drivers/staging/vt6655/card.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/card.c b/drivers/staging/vt6655/card.c
index b31a6184e794..b6730a8068fd 100644
--- a/drivers/staging/vt6655/card.c
+++ b/drivers/staging/vt6655/card.c
@@ -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;