WARNING: line length of 86 exceeds 80 columns #148: FILE: net/devlink/netlink_gen.c:42: +const struct nla_policy devlink_dl_parent_dev_nl_policy[DEVLINK_ATTR_DEV_NAME + 1] = { WARNING: line length of 90 exceeds 80 columns #161: FILE: net/devlink/netlink_gen.c:539: +static const struct nla_policy devlink_rate_set_nl_policy[DEVLINK_ATTR_PARENT_DEV + 1] = { WARNING: line length of 87 exceeds 80 columns #169: FILE: net/devlink/netlink_gen.c:549: + [DEVLINK_ATTR_PARENT_DEV] = NLA_POLICY_NESTED(devlink_dl_parent_dev_nl_policy), WARNING: line length of 90 exceeds 80 columns #174: FILE: net/devlink/netlink_gen.c:553: +static const struct nla_policy devlink_rate_new_nl_policy[DEVLINK_ATTR_PARENT_DEV + 1] = { WARNING: line length of 87 exceeds 80 columns #182: FILE: net/devlink/netlink_gen.c:563: + [DEVLINK_ATTR_PARENT_DEV] = NLA_POLICY_NESTED(devlink_dl_parent_dev_nl_policy), WARNING: line length of 90 exceeds 80 columns #222: FILE: net/devlink/netlink_gen.h:16: +extern const struct nla_policy devlink_dl_parent_dev_nl_policy[DEVLINK_ATTR_DEV_NAME + 1]; total: 0 errors, 6 warnings, 0 checks, 161 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 a2d356bf3d08 ("devlink: Allow parent dev for rate-set and rate-new") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 6 warnings, 0 checks, 161 lines checked