Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id CCD70C636D6 for ; Wed, 8 Feb 2023 00:56:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229906AbjBHA4e (ORCPT ); Tue, 7 Feb 2023 19:56:34 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:34194 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229632AbjBHA4b (ORCPT ); Tue, 7 Feb 2023 19:56:31 -0500 Received: from out30-131.freemail.mail.aliyun.com (out30-131.freemail.mail.aliyun.com [115.124.30.131]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BA13E2A15E; Tue, 7 Feb 2023 16:56:30 -0800 (PST) X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R161e4;CH=green;DM=||false|;DS=||;FP=0|-1|-1|-1|0|-1|-1|-1;HT=ay29a033018046049;MF=yang.lee@linux.alibaba.com;NM=1;PH=DS;RN=11;SR=0;TI=SMTPD_---0Vb92B8B_1675817787; Received: from localhost(mailfrom:yang.lee@linux.alibaba.com fp:SMTPD_---0Vb92B8B_1675817787) by smtp.aliyun-inc.com; Wed, 08 Feb 2023 08:56:28 +0800 From: Yang Li To: davem@davemloft.net Cc: kuba@kernel.org, edumazet@google.com, razor@blackwall.org, roopa@nvidia.com, pabeni@redhat.com, bridge@lists.linux-foundation.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, Yang Li , Abaci Robot Subject: [PATCH -next] net: bridge: clean up one inconsistent indenting Date: Wed, 8 Feb 2023 08:56:26 +0800 Message-Id: <20230208005626.56847-1-yang.lee@linux.alibaba.com> X-Mailer: git-send-email 2.20.1.7.g153144c MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org ./net/bridge/br_netlink_tunnel.c:317:4-27: code aligned with following code on line 318 Reported-by: Abaci Robot Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3977 Signed-off-by: Yang Li --- net/bridge/br_netlink_tunnel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/bridge/br_netlink_tunnel.c b/net/bridge/br_netlink_tunnel.c index 17abf092f7ca..eff949bfdd83 100644 --- a/net/bridge/br_netlink_tunnel.c +++ b/net/bridge/br_netlink_tunnel.c @@ -315,7 +315,7 @@ 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, + __vlan_tunnel_handle_range(p, &v_start, &v_end, v, curr_change); } if (v_start && v_end) -- 2.20.1.7.g153144c