projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cddeac
)
staging: vt6655: Add space around '*'
author
Burcin Akalin
<brcnakalin@gmail.com>
Thu, 22 Oct 2015 12:15:39 +0000
(15:15 +0300)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/vt6655/card.c
b/drivers/staging/vt6655/card.c
index b31a6184e794d14666293066102a8f9b9c4d8ef7..b6730a8068fd4e3a602f59b98394382c018ea9a5 100644
(file)
--- 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;