WARNING: line length of 82 exceeds 80 columns #196: FILE: drivers/net/ipxlat/netlink-gen.c:15: +const struct nla_policy ipxlat_cfg_nl_policy[IPXLAT_A_CFG_LOWEST_IPV6_MTU + 1] = { WARNING: line length of 96 exceeds 80 columns #203: FILE: drivers/net/ipxlat/netlink-gen.c:22: + [IPXLAT_A_POOL_PREFIX_LEN] = NLA_POLICY_MAX(NLA_U8, IPXLAT_XLAT_PREFIX6_MAX_PREFIX_LEN), WARNING: line length of 85 exceeds 80 columns #207: FILE: drivers/net/ipxlat/netlink-gen.c:26: +static const struct nla_policy ipxlat_dev_get_nl_policy[IPXLAT_A_DEV_IFINDEX + 1] = { WARNING: line length of 84 exceeds 80 columns #212: FILE: drivers/net/ipxlat/netlink-gen.c:31: +static const struct nla_policy ipxlat_dev_set_nl_policy[IPXLAT_A_DEV_CONFIG + 1] = { WARNING: line length of 82 exceeds 80 columns #259: FILE: drivers/net/ipxlat/netlink-gen.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ WARNING: line length of 86 exceeds 80 columns #274: FILE: drivers/net/ipxlat/netlink-gen.h:16: +extern const struct nla_policy ipxlat_cfg_nl_policy[IPXLAT_A_CFG_LOWEST_IPV6_MTU + 1]; WARNING: line length of 83 exceeds 80 columns #275: FILE: drivers/net/ipxlat/netlink-gen.h:17: +extern const struct nla_policy ipxlat_pool_nl_policy[IPXLAT_A_POOL_PREFIX_LEN + 1]; WARNING: line length of 82 exceeds 80 columns #704: FILE: include/uapi/linux/ipxlat.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ total: 0 errors, 8 warnings, 0 checks, 668 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 710aa7dc5ed0 ("ipxlat: add netlink control plane and uapi") 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, 8 warnings, 0 checks, 668 lines checked