WARNING: line length of 102 exceeds 80 columns #55: FILE: net/core/netdev-genl-gen.c:53: +static const struct nla_policy netdev_page_pool_get_dump_nl_policy[NETDEV_A_PAGE_POOL_IFINDEX + 1] = { WARNING: line length of 105 exceeds 80 columns #56: FILE: net/core/netdev-genl-gen.c:54: + [NETDEV_A_PAGE_POOL_IFINDEX] = NLA_POLICY_FULL_RANGE(NLA_U32, &netdev_a_page_pool_ifindex_range), WARNING: line length of 113 exceeds 80 columns #67: FILE: net/core/netdev-genl-gen.c:65: +static const struct nla_policy netdev_page_pool_stats_get_dump_info_nl_policy[NETDEV_A_PAGE_POOL_IFINDEX + 1] = { WARNING: line length of 105 exceeds 80 columns #68: FILE: net/core/netdev-genl-gen.c:66: + [NETDEV_A_PAGE_POOL_IFINDEX] = NLA_POLICY_FULL_RANGE(NLA_U32, &netdev_a_page_pool_ifindex_range), WARNING: line length of 111 exceeds 80 columns #71: FILE: net/core/netdev-genl-gen.c:69: +static const struct nla_policy netdev_page_pool_stats_get_dump_nl_policy[NETDEV_A_PAGE_POOL_STATS_INFO + 1] = { WARNING: line length of 108 exceeds 80 columns #72: FILE: net/core/netdev-genl-gen.c:70: + [NETDEV_A_PAGE_POOL_STATS_INFO] = NLA_POLICY_NESTED(netdev_page_pool_stats_get_dump_info_nl_policy), WARNING: line length of 85 exceeds 80 columns #188: FILE: net/core/page_pool_user.c:349: + info->attrs[NETDEV_A_PAGE_POOL_IFINDEX]); total: 0 errors, 7 warnings, 0 checks, 149 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 b3bdba00217f ("net: page_pool: support dumping pps of a specific ifindex via Netlink") 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, 7 warnings, 0 checks, 149 lines checked