Re: [PATCH net-next] net: bridge: fix an inconsistent indentation
From: Paolo Abeni <pabeni@redhat.com>
Date: 2024-06-04 13:57:18
Also in:
bridge
From: Paolo Abeni <pabeni@redhat.com>
Date: 2024-06-04 13:57:18
Also in:
bridge
On Fri, 2024-05-31 at 16:54 +0800, Chen Hanxiao wrote:
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 <redacted>
My take is that purely format changes should be part of larger/features-based change, to avoid any later stable fix harder for no real reason. Thanks, Paolo