WARNING: line length of 84 exceeds 80 columns #44: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:885: +int mlx5_esw_devlink_rate_leaf_tc_bw_set(struct devlink_rate *rate_leaf, void *priv, WARNING: line length of 84 exceeds 80 columns #45: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:886: + u32 *tc_bw, struct netlink_ext_ack *extack) WARNING: line length of 85 exceeds 80 columns #47: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:888: + NL_SET_ERR_MSG_MOD(extack, "TC bandwidth shares are not supported on leafs"); WARNING: line length of 84 exceeds 80 columns #51: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:892: +int mlx5_esw_devlink_rate_node_tc_bw_set(struct devlink_rate *rate_node, void *priv, WARNING: line length of 84 exceeds 80 columns #52: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:893: + u32 *tc_bw, struct netlink_ext_ack *extack) WARNING: line length of 85 exceeds 80 columns #54: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:895: + NL_SET_ERR_MSG_MOD(extack, "TC bandwidth shares are not supported on nodes"); WARNING: line length of 84 exceeds 80 columns #69: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.h:24: +int mlx5_esw_devlink_rate_leaf_tc_bw_set(struct devlink_rate *rate_node, void *priv, WARNING: line length of 85 exceeds 80 columns #70: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.h:25: + u32 *tc_bw, struct netlink_ext_ack *extack); WARNING: line length of 84 exceeds 80 columns #71: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.h:26: +int mlx5_esw_devlink_rate_node_tc_bw_set(struct devlink_rate *rate_node, void *priv, WARNING: line length of 85 exceeds 80 columns #72: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.h:27: + u32 *tc_bw, struct netlink_ext_ack *extack); total: 0 errors, 10 warnings, 0 checks, 38 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. Commit 2443da36200c ("net/mlx5:Add no-op implementation for setting tc-bw on rate objects") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 10 warnings, 0 checks, 38 lines checked