u16 lag_id;
 
        if (mlxsw_sp_lag_index_get(mlxsw_sp, lag_dev, &lag_id) != 0) {
-               NL_SET_ERR_MSG(extack,
-                              "spectrum: Exceeded number of supported LAG devices");
+               NL_SET_ERR_MSG_MOD(extack, "Exceeded number of supported LAG devices");
                return false;
        }
        if (lag_upper_info->tx_type != NETDEV_LAG_TX_TYPE_HASH) {
-               NL_SET_ERR_MSG(extack,
-                              "spectrum: LAG device using unsupported Tx type");
+               NL_SET_ERR_MSG_MOD(extack, "LAG device using unsupported Tx type");
                return false;
        }
        return true;
                    !netif_is_lag_master(upper_dev) &&
                    !netif_is_bridge_master(upper_dev) &&
                    !netif_is_ovs_master(upper_dev)) {
-                       NL_SET_ERR_MSG(extack,
-                                      "spectrum: Unknown upper device type");
+                       NL_SET_ERR_MSG_MOD(extack, "Unknown upper device type");
                        return -EINVAL;
                }
                if (!info->linking)
                    (!netif_is_bridge_master(upper_dev) ||
                     !mlxsw_sp_bridge_device_is_offloaded(mlxsw_sp,
                                                          upper_dev))) {
-                       NL_SET_ERR_MSG(extack,
-                                      "spectrum: Enslaving a port to a device that already has an upper device is not supported");
+                       NL_SET_ERR_MSG_MOD(extack, "Enslaving a port to a device that already has an upper device is not supported");
                        return -EINVAL;
                }
                if (netif_is_lag_master(upper_dev) &&
                                               info->upper_info, extack))
                        return -EINVAL;
                if (netif_is_lag_master(upper_dev) && vlan_uses_dev(dev)) {
-                       NL_SET_ERR_MSG(extack,
-                                      "spectrum: Master device is a LAG master and this device has a VLAN");
+                       NL_SET_ERR_MSG_MOD(extack, "Master device is a LAG master and this device has a VLAN");
                        return -EINVAL;
                }
                if (netif_is_lag_port(dev) && is_vlan_dev(upper_dev) &&
                    !netif_is_lag_master(vlan_dev_real_dev(upper_dev))) {
-                       NL_SET_ERR_MSG(extack,
-                                      "spectrum: Can not put a VLAN on a LAG port");
+                       NL_SET_ERR_MSG_MOD(extack, "Can not put a VLAN on a LAG port");
                        return -EINVAL;
                }
                if (netif_is_ovs_master(upper_dev) && vlan_uses_dev(dev)) {
-                       NL_SET_ERR_MSG(extack,
-                                      "spectrum: Master device is an OVS master and this device has a VLAN");
+                       NL_SET_ERR_MSG_MOD(extack, "Master device is an OVS master and this device has a VLAN");
                        return -EINVAL;
                }
                if (netif_is_ovs_port(dev) && is_vlan_dev(upper_dev)) {
-                       NL_SET_ERR_MSG(extack,
-                                      "spectrum: Can not put a VLAN on an OVS port");
+                       NL_SET_ERR_MSG_MOD(extack, "Can not put a VLAN on an OVS port");
                        return -EINVAL;
                }
                break;
        case NETDEV_PRECHANGEUPPER:
                upper_dev = info->upper_dev;
                if (!netif_is_bridge_master(upper_dev)) {
-                       NL_SET_ERR_MSG(extack, "spectrum: VLAN devices only support bridge and VRF uppers");
+                       NL_SET_ERR_MSG_MOD(extack, "VLAN devices only support bridge and VRF uppers");
                        return -EINVAL;
                }
                if (!info->linking)
                    (!netif_is_bridge_master(upper_dev) ||
                     !mlxsw_sp_bridge_device_is_offloaded(mlxsw_sp,
                                                          upper_dev))) {
-                       NL_SET_ERR_MSG(extack, "spectrum: Enslaving a port to a device that already has an upper device is not supported");
+                       NL_SET_ERR_MSG_MOD(extack, "Enslaving a port to a device that already has an upper device is not supported");
                        return -EINVAL;
                }
                break;
 
 
        vr = mlxsw_sp_vr_find_unused(mlxsw_sp);
        if (!vr) {
-               NL_SET_ERR_MSG(extack, "spectrum: Exceeded number of supported virtual routers");
+               NL_SET_ERR_MSG_MOD(extack, "Exceeded number of supported virtual routers");
                return ERR_PTR(-EBUSY);
        }
        vr->fib4 = mlxsw_sp_fib_create(mlxsw_sp, vr, MLXSW_SP_L3_PROTO_IPV4);
        }
 
        if (err < 0)
-               NL_SET_ERR_MSG(extack, "spectrum: FIB rules not supported. Aborting offload");
+               NL_SET_ERR_MSG_MOD(extack, "FIB rules not supported. Aborting offload");
 
        return err;
 }
 
        err = mlxsw_sp_rif_index_alloc(mlxsw_sp, &rif_index);
        if (err) {
-               NL_SET_ERR_MSG(extack, "spectrum: Exceeded number of supported router interfaces");
+               NL_SET_ERR_MSG_MOD(extack, "Exceeded number of supported router interfaces");
                goto err_rif_index_alloc;
        }
 
 
        struct mlxsw_sp_port_vlan *mlxsw_sp_port_vlan;
 
        if (is_vlan_dev(bridge_port->dev)) {
-               NL_SET_ERR_MSG(extack, "spectrum: Can not enslave a VLAN device to a VLAN-aware bridge");
+               NL_SET_ERR_MSG_MOD(extack, "Can not enslave a VLAN device to a VLAN-aware bridge");
                return -EINVAL;
        }
 
        u16 vid;
 
        if (!is_vlan_dev(bridge_port->dev)) {
-               NL_SET_ERR_MSG(extack, "spectrum: Only VLAN devices can be enslaved to a VLAN-unaware bridge");
+               NL_SET_ERR_MSG_MOD(extack, "Only VLAN devices can be enslaved to a VLAN-unaware bridge");
                return -EINVAL;
        }
        vid = vlan_dev_vlan_id(bridge_port->dev);
                return -EINVAL;
 
        if (mlxsw_sp_port_is_br_member(mlxsw_sp_port, bridge_device->dev)) {
-               NL_SET_ERR_MSG(extack, "spectrum: Can not bridge VLAN uppers of the same port");
+               NL_SET_ERR_MSG_MOD(extack, "Can not bridge VLAN uppers of the same port");
                return -EINVAL;
        }