WARNING: line length of 82 exceeds 80 columns #477: FILE: drivers/net/ovpn/netlink-gen.c:24: +const struct nla_policy ovpn_keyconf_nl_policy[OVPN_A_KEYCONF_DECRYPT_DIR + 1] = { WARNING: line length of 81 exceeds 80 columns #491: FILE: drivers/net/ovpn/netlink-gen.c:38: + [OVPN_A_PEER_ID] = NLA_POLICY_FULL_RANGE(NLA_U32, &ovpn_a_peer_id_range), WARNING: line length of 97 exceeds 80 columns #497: FILE: drivers/net/ovpn/netlink-gen.c:44: + [OVPN_A_PEER_LOCAL_PORT] = NLA_POLICY_FULL_RANGE(NLA_U32, &ovpn_a_peer_local_port_range), WARNING: line length of 83 exceeds 80 columns #536: FILE: drivers/net/ovpn/netlink-gen.c:83: +static const struct nla_policy ovpn_get_peer_dump_nl_policy[OVPN_A_IFINDEX + 1] = { WARNING: line length of 82 exceeds 80 columns #666: FILE: drivers/net/ovpn/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 #680: FILE: drivers/net/ovpn/netlink-gen.h:15: +extern const struct nla_policy ovpn_keyconf_nl_policy[OVPN_A_KEYCONF_DECRYPT_DIR + 1]; WARNING: line length of 83 exceeds 80 columns #681: FILE: drivers/net/ovpn/netlink-gen.h:16: +extern const struct nla_policy ovpn_keydir_nl_policy[OVPN_A_KEYDIR_NONCE_TAIL + 1]; WARNING: line length of 84 exceeds 80 columns #682: FILE: drivers/net/ovpn/netlink-gen.h:17: +extern const struct nla_policy ovpn_peer_nl_policy[OVPN_A_PEER_LINK_TX_PACKETS + 1]; WARNING: line length of 82 exceeds 80 columns #920: FILE: include/uapi/linux/ovpn.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ total: 0 errors, 9 warnings, 0 checks, 930 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 5d644d6a2acf ("ovpn: add basic netlink support") 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, 9 warnings, 0 checks, 930 lines checked