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>
This commit is contained in:
parent
0cddeac382
commit
68535a16bb
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue