WARNING: line length of 81 exceeds 80 columns #138: FILE: include/net/devlink.h:1474: + int (*rate_leaf_tc_bw_set)(struct devlink_rate *devlink_rate, void *priv, WARNING: line length of 81 exceeds 80 columns #147: FILE: include/net/devlink.h:1484: + int (*rate_node_tc_bw_set)(struct devlink_rate *devlink_rate, void *priv, WARNING: line length of 90 exceeds 80 columns #181: FILE: net/devlink/netlink_gen.c:21: +const struct nla_policy devlink_dl_rate_tc_bw_nl_policy[DEVLINK_ATTR_RATE_TC_7_BW + 1] = { WARNING: line length of 90 exceeds 80 columns #200: FILE: net/devlink/netlink_gen.c:510: +static const struct nla_policy devlink_rate_set_nl_policy[DEVLINK_ATTR_RATE_TC_BW + 1] = { WARNING: line length of 87 exceeds 80 columns #208: FILE: net/devlink/netlink_gen.c:519: + [DEVLINK_ATTR_RATE_TC_BW] = NLA_POLICY_NESTED(devlink_dl_rate_tc_bw_nl_policy), WARNING: line length of 90 exceeds 80 columns #213: FILE: net/devlink/netlink_gen.c:523: +static const struct nla_policy devlink_rate_new_nl_policy[DEVLINK_ATTR_RATE_TC_BW + 1] = { WARNING: line length of 87 exceeds 80 columns #221: FILE: net/devlink/netlink_gen.c:532: + [DEVLINK_ATTR_RATE_TC_BW] = NLA_POLICY_NESTED(devlink_dl_rate_tc_bw_nl_policy), WARNING: line length of 94 exceeds 80 columns #251: FILE: net/devlink/netlink_gen.h:17: +extern const struct nla_policy devlink_dl_rate_tc_bw_nl_policy[DEVLINK_ATTR_RATE_TC_7_BW + 1]; WARNING: line length of 86 exceeds 80 columns #310: FILE: net/devlink/rate.c:401: + devlink_dl_rate_tc_bw_nl_policy, info->extack); WARNING: line length of 90 exceeds 80 columns #316: FILE: net/devlink/rate.c:407: + tc_bw[i] = nla_get_u32(tb[DEVLINK_ATTR_RATE_TC_0_BW + i]); WARNING: line length of 88 exceeds 80 columns #322: FILE: net/devlink/rate.c:413: + err = ops->rate_leaf_tc_bw_set(devlink_rate, devlink_rate->priv, WARNING: line length of 88 exceeds 80 columns #325: FILE: net/devlink/rate.c:416: + err = ops->rate_node_tc_bw_set(devlink_rate, devlink_rate->priv, WARNING: line length of 82 exceeds 80 columns #341: FILE: net/devlink/rate.c:468: + if (attrs[DEVLINK_ATTR_RATE_TC_BW] && !ops->rate_leaf_tc_bw_set) { WARNING: line length of 82 exceeds 80 columns #354: FILE: net/devlink/rate.c:500: + if (attrs[DEVLINK_ATTR_RATE_TC_BW] && !ops->rate_node_tc_bw_set) { total: 0 errors, 14 warnings, 0 checks, 279 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 d480823d0561 ("devlink: Extend devlink rate API with traffic classes bandwidth management") 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, 14 warnings, 0 checks, 279 lines checked