From: Danielle Ratson Date: Wed, 10 Mar 2021 11:02:15 +0000 (+0200) Subject: mlxsw: spectrum: Reword an error message for Q-in-Q veto X-Git-Tag: accepted/tizen/unified/20230118.172025~7335^2~593^2~5 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=825e8885779d62c34eb78769fe32caab92b08a98;p=platform%2Fkernel%2Flinux-rpi.git mlxsw: spectrum: Reword an error message for Q-in-Q veto 'Uppers' is not clear enough for all users when referring to upper devices. Reword the error message so it will be clearer. Signed-off-by: Danielle Ratson Signed-off-by: Ido Schimmel Signed-off-by: David S. Miller --- diff --git a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c index 1650d98..5d2b965f 100644 --- a/drivers/net/ethernet/mellanox/mlxsw/spectrum.c +++ b/drivers/net/ethernet/mellanox/mlxsw/spectrum.c @@ -4283,7 +4283,7 @@ static int mlxsw_sp_netdevice_bridge_event(struct net_device *br_dev, if (br_vlan_enabled(br_dev)) { br_vlan_get_proto(br_dev, &proto); if (proto == ETH_P_8021AD) { - NL_SET_ERR_MSG_MOD(extack, "Uppers are not supported on top of an 802.1ad bridge"); + NL_SET_ERR_MSG_MOD(extack, "Upper devices are not supported on top of an 802.1ad bridge"); return -EOPNOTSUPP; } }