From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net] net: hns: Fix the process of adding broadcast addresses to tcam Date: Mon, 04 Jun 2018 11:35:52 -0400 (EDT) Message-ID: <20180604.113552.1136710379930167373.davem@davemloft.net> References: <20180601170011.22700-1-salil.mehta@huawei.com> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: yisen.zhuang@huawei.com, lipeng321@huawei.com, mehta.salil@opnsrc.net, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com, wangxi11@huawei.com To: salil.mehta@huawei.com Return-path: In-Reply-To: <20180601170011.22700-1-salil.mehta@huawei.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Salil Mehta Date: Fri, 1 Jun 2018 18:00:11 +0100 > + hns_dsaf_setup_mc_mask(dsaf_dev, mac_entry->in_port_num, > + mc_mask, mac_entry->addr); Please indent things properly when arguments span multiple lines. The second line here should be precisely after the opennning parenthesis of the previous line. > + hns_dsaf_setup_mc_mask(dsaf_dev, mac_entry->in_port_num, > + mc_mask, mac_entry->addr); Likewise.