[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20180604.113552.1136710379930167373.davem@davemloft.net>
Date: Mon, 04 Jun 2018 11:35:52 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: salil.mehta@...wei.com
Cc: yisen.zhuang@...wei.com, lipeng321@...wei.com,
mehta.salil@...src.net, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, linuxarm@...wei.com,
wangxi11@...wei.com
Subject: Re: [PATCH net] net: hns: Fix the process of adding broadcast
addresses to tcam
From: Salil Mehta <salil.mehta@...wei.com>
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.
Powered by blists - more mailing lists