WARNING: line length of 81 exceeds 80 columns #57: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:172: + struct mlx5_esw_sched_node *parent) WARNING: line length of 87 exceeds 80 columns #59: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:174: + struct list_head *nodes = parent ? &parent->children : &esw->qos.domain->nodes; WARNING: line length of 83 exceeds 80 columns #107: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:219: + bw_share = esw_qos_calc_bw_share(node->min_rate, divider, fw_max_bw_share); WARNING: line length of 87 exceeds 80 columns #136: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:237: + struct list_head *nodes = parent ? &parent->children : &esw->qos.domain->nodes; WARNING: line length of 94 exceeds 80 columns #177: FILE: drivers/net/ethernet/mellanox/mlx5/core/esw/qos.c:281: + err = esw_qos_normalize_min_rate(vport_node->parent->esw, vport_node->parent, extack); total: 0 errors, 5 warnings, 0 checks, 196 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 d1b3a66235ed ("net/mlx5: Generalize QoS operations for nodes and vports") 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, 196 lines checked