mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
net: bridge: fix an inconsistent indentation
Smatch complains: net/bridge/br_netlink_tunnel.c: 318 br_process_vlan_tunnel_info() warn: inconsistent indenting Fix it with a proper indenting Signed-off-by: Chen Hanxiao <chenhx.fnst@fujitsu.com> Acked-by: Nikolay Aleksandrov <razor@blackwall.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
3374136f31
commit
cdbdb3c62a
@ -315,8 +315,8 @@ int br_process_vlan_tunnel_info(const struct net_bridge *br,
|
||||
|
||||
if (curr_change)
|
||||
*changed = curr_change;
|
||||
__vlan_tunnel_handle_range(p, &v_start, &v_end, v,
|
||||
curr_change);
|
||||
__vlan_tunnel_handle_range(p, &v_start, &v_end, v,
|
||||
curr_change);
|
||||
}
|
||||
if (v_start && v_end)
|
||||
br_vlan_notify(br, p, v_start->vid, v_end->vid,
|
||||
|
Loading…
Reference in New Issue
Block a user