Skip to content

Commit f7b5a89

Browse files
EngAlaaSolimankuba-moo
authored andcommitted
net: mscc: fix the alignment in ocelot_port_fdb_del()
align the extack argument of the ocelot_port_fdb_del() function. Signed-off-by: Alaa Mohamed <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c2e10f5 commit f7b5a89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/net/ethernet/mscc/ocelot_net.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -775,7 +775,7 @@ static int ocelot_port_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
775775
static int ocelot_port_fdb_del(struct ndmsg *ndm, struct nlattr *tb[],
776776
struct net_device *dev,
777777
const unsigned char *addr, u16 vid,
778-
struct netlink_ext_ack *extack)
778+
struct netlink_ext_ack *extack)
779779
{
780780
struct ocelot_port_private *priv = netdev_priv(dev);
781781
struct ocelot_port *ocelot_port = &priv->port;

0 commit comments

Comments
 (0)