mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-10 07:10:27 +00:00
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
@ -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…
x
Reference in New Issue
Block a user