Loading net/ethtool/channels.c +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ int ethnl_set_channels(struct sk_buff *skb, struct genl_info *info) if (err_attr) { ret = -EINVAL; NL_SET_ERR_MSG_ATTR(info->extack, err_attr, "requested channel count exceeeds maximum"); "requested channel count exceeds maximum"); goto out_ops; } Loading net/ethtool/rings.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ int ethnl_set_rings(struct sk_buff *skb, struct genl_info *info) if (err_attr) { ret = -EINVAL; NL_SET_ERR_MSG_ATTR(info->extack, err_attr, "requested ring size exceeeds maximum"); "requested ring size exceeds maximum"); goto out_ops; } Loading Loading
net/ethtool/channels.c +1 −1 Original line number Diff line number Diff line Loading @@ -189,7 +189,7 @@ int ethnl_set_channels(struct sk_buff *skb, struct genl_info *info) if (err_attr) { ret = -EINVAL; NL_SET_ERR_MSG_ATTR(info->extack, err_attr, "requested channel count exceeeds maximum"); "requested channel count exceeds maximum"); goto out_ops; } Loading
net/ethtool/rings.c +1 −1 Original line number Diff line number Diff line Loading @@ -181,7 +181,7 @@ int ethnl_set_rings(struct sk_buff *skb, struct genl_info *info) if (err_attr) { ret = -EINVAL; NL_SET_ERR_MSG_ATTR(info->extack, err_attr, "requested ring size exceeeds maximum"); "requested ring size exceeds maximum"); goto out_ops; } Loading