bridge: add space before '(/{', after ',', etc.
Spaces required before the open parenthesis '(', before the open brace '{', after that ',' and around that '?/:'. Signed-off-by: Tan Xiaojun <tanxiaojun@huawei.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
a97bfc1d1f
commit
31a5b837c2
@@ -110,7 +110,7 @@ static void br_tcn_timer_expired(unsigned long arg)
|
||||
if (!br_is_root_bridge(br) && (br->dev->flags & IFF_UP)) {
|
||||
br_transmit_tcn(br);
|
||||
|
||||
mod_timer(&br->tcn_timer,jiffies + br->bridge_hello_time);
|
||||
mod_timer(&br->tcn_timer, jiffies + br->bridge_hello_time);
|
||||
}
|
||||
spin_unlock(&br->lock);
|
||||
}
|
||||
|
Reference in New Issue
Block a user