WARNING: line length of 82 exceeds 80 columns
#539: 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
#540: 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
#554: 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
#598: FILE: drivers/net/ovpn/netlink-gen.c:82:
+static const struct nla_policy ovpn_peer_get_dump_nl_policy[OVPN_A_IFINDEX + 1] = {

WARNING: line length of 82 exceeds 80 columns
#736: 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
#750: 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
#751: 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
#752: 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
#997: 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, 1000 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 cfd8f8312cb5 ("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, 1000 lines checked