Re: [PATCH net] net: hns: Fix the process of adding broadcast addresses to tcam

From: David Miller
Date: Mon Jun 04 2018 - 11:36:00 EST


From: Salil Mehta <salil.mehta@xxxxxxxxxx>
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.