From: Chen Hanxiao Date: Fri, 31 May 2024 08:54:02 +0000 (+0800) Subject: net: bridge: fix an inconsistent indentation X-Git-Tag: ceph-for-6.11-rc2~164^2~256 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=cdbdb3c62af5bc13e6e8a9310470c71c33340d26;p=ceph-client.git 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 Acked-by: Nikolay Aleksandrov Signed-off-by: David S. Miller --- diff --git a/net/bridge/br_netlink_tunnel.c b/net/bridge/br_netlink_tunnel.c index 17abf092f7cac..71a12da30004c 100644 --- a/net/bridge/br_netlink_tunnel.c +++ b/net/bridge/br_netlink_tunnel.c @@ -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,