WARNING: line length of 82 exceeds 80 columns #512: FILE: drivers/net/ovpn/netlink-gen.c:23: +const struct nla_policy ovpn_keyconf_nl_policy[OVPN_A_KEYCONF_DECRYPT_DIR + 1] = { WARNING: line length of 97 exceeds 80 columns #513: FILE: drivers/net/ovpn/netlink-gen.c:24: + [OVPN_A_KEYCONF_PEER_ID] = NLA_POLICY_FULL_RANGE(NLA_U32, &ovpn_a_keyconf_peer_id_range), WARNING: line length of 81 exceeds 80 columns #527: 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 83 exceeds 80 columns #570: FILE: drivers/net/ovpn/netlink-gen.c:81: +static const struct nla_policy ovpn_peer_get_dump_nl_policy[OVPN_A_IFINDEX + 1] = { WARNING: line length of 82 exceeds 80 columns #708: 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 #722: 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 #723: 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 #724: 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 #970: 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, 981 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 1f3eceb86abe ("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, 981 lines checked