WARNING: line length of 92 exceeds 80 columns #59: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:508: +__esw_qos_alloc_rate_group(struct mlx5_eswitch *esw, u32 tsar_ix, enum sched_node_type type) WARNING: line length of 92 exceeds 80 columns #76: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:531: +__esw_qos_create_vports_rate_group(struct mlx5_eswitch *esw, struct netlink_ext_ack *extack) WARNING: line length of 86 exceeds 80 columns #85: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:543: + group = __esw_qos_alloc_rate_group(esw, tsar_ix, SCHED_NODE_TYPE_VPORTS_TSAR); WARNING: line length of 90 exceeds 80 columns #94: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:573: +esw_qos_create_vports_rate_group(struct mlx5_eswitch *esw, struct netlink_ext_ack *extack) WARNING: line length of 82 exceeds 80 columns #112: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:631: + esw->qos.group0 = __esw_qos_create_vports_rate_group(esw, extack); total: 0 errors, 5 warnings, 0 checks, 95 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 70e052f2d75a ("net/mlx5: Introduce node type to rate group structure") 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, 95 lines checked