WARNING: line length of 93 exceeds 80 columns #38: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:106: + vport->qos.group != group || vport->qos.min_rate < max_guarantee) WARNING: line length of 88 exceeds 80 columns #58: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:143: + if (!vport->enabled || !vport->qos.enabled || vport->qos.group != group) WARNING: line length of 96 exceeds 80 columns #61: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:145: + bw_share = esw_qos_calc_bw_share(vport->qos.min_rate, divider, fw_max_bw_share); WARNING: line length of 94 exceeds 80 columns #68: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:150: + err = esw_qos_vport_config(esw, vport, vport->qos.max_rate, bw_share, extack); WARNING: line length of 89 exceeds 80 columns #82: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:192: +static int esw_qos_set_vport_min_rate(struct mlx5_eswitch *esw, struct mlx5_vport *vport, WARNING: line length of 89 exceeds 80 columns #108: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:217: +static int esw_qos_set_vport_max_rate(struct mlx5_eswitch *esw, struct mlx5_vport *vport, WARNING: line length of 90 exceeds 80 columns #129: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:238: + err = esw_qos_vport_config(esw, vport, act_max_rate, vport->qos.bw_share, extack); total: 0 errors, 7 warnings, 0 checks, 111 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 0818c91b9ddb ("net/mlx5: qos: Consistently name vport vars as 'vport'") 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, 7 warnings, 0 checks, 111 lines checked