WARNING: line length of 82 exceeds 80 columns #322: FILE: include/uapi/linux/net_shaper.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ WARNING: line length of 81 exceeds 80 columns #498: FILE: net/shaper/shaper_nl_gen.c:19: +const struct nla_policy net_shaper_ns_info_nl_policy[NET_SHAPER_A_WEIGHT + 1] = { WARNING: line length of 88 exceeds 80 columns #508: FILE: net/shaper/shaper_nl_gen.c:29: +const struct nla_policy net_shaper_ns_output_info_nl_policy[NET_SHAPER_A_PARENT + 1] = { WARNING: line length of 87 exceeds 80 columns #520: FILE: net/shaper/shaper_nl_gen.c:41: +static const struct nla_policy net_shaper_get_do_nl_policy[NET_SHAPER_A_HANDLE + 1] = { WARNING: line length of 90 exceeds 80 columns #526: FILE: net/shaper/shaper_nl_gen.c:47: +static const struct nla_policy net_shaper_get_dump_nl_policy[NET_SHAPER_A_IFINDEX + 1] = { WARNING: line length of 84 exceeds 80 columns #531: FILE: net/shaper/shaper_nl_gen.c:52: +static const struct nla_policy net_shaper_set_nl_policy[NET_SHAPER_A_SHAPER + 1] = { WARNING: line length of 87 exceeds 80 columns #537: FILE: net/shaper/shaper_nl_gen.c:58: +static const struct nla_policy net_shaper_delete_nl_policy[NET_SHAPER_A_HANDLE + 1] = { WARNING: line length of 86 exceeds 80 columns #543: FILE: net/shaper/shaper_nl_gen.c:64: +static const struct nla_policy net_shaper_group_nl_policy[NET_SHAPER_A_OUTPUT + 1] = { WARNING: line length of 87 exceeds 80 columns #546: FILE: net/shaper/shaper_nl_gen.c:67: + [NET_SHAPER_A_OUTPUT] = NLA_POLICY_NESTED(net_shaper_ns_output_info_nl_policy), WARNING: line length of 82 exceeds 80 columns #603: FILE: net/shaper/shaper_nl_gen.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ WARNING: line length of 85 exceeds 80 columns #618: FILE: net/shaper/shaper_nl_gen.h:16: +extern const struct nla_policy net_shaper_ns_info_nl_policy[NET_SHAPER_A_WEIGHT + 1]; WARNING: line length of 92 exceeds 80 columns #619: FILE: net/shaper/shaper_nl_gen.h:17: +extern const struct nla_policy net_shaper_ns_output_info_nl_policy[NET_SHAPER_A_PARENT + 1]; total: 0 errors, 12 warnings, 0 checks, 543 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 20fc4bcf8e8a ("netlink: spec: add shaper YAML spec") 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, 12 warnings, 0 checks, 543 lines checked