WARNING: line length of 95 exceeds 80 columns #63: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:79: + err = esw_qos_sched_elem_config(dev, vport->qos.esw_sched_elem_ix, max_rate, bw_share); WARNING: line length of 86 exceeds 80 columns #76: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:93: +static u32 esw_qos_calculate_group_min_rate_divider(struct mlx5_esw_rate_group *group) WARNING: line length of 85 exceeds 80 columns #104: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:194: + err = esw_qos_group_config(group, group->max_rate, bw_share, extack); WARNING: line length of 84 exceeds 80 columns #301: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:932: + err = esw_qos_devlink_rate_to_mbps(esw->dev, "tx_share", &tx_share, extack); WARNING: line length of 89 exceeds 80 columns #356: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:1012: + NL_SET_ERR_MSG_MOD(extack, "Cross E-Switch scheduling is not supported"); total: 0 errors, 5 warnings, 0 checks, 308 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 21a8e1798d94 ("net/mlx5: qos: Store the eswitch in a mlx5_esw_rate_group") 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, 5 warnings, 0 checks, 308 lines checked