WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #250: new file mode 100644 WARNING: struct proto_ops should normally be const #281: FILE: drivers/net/ovpn/tcp.c:27: +static struct proto_ops ovpn_tcp_ops __ro_after_init; WARNING: struct proto_ops should normally be const #283: FILE: drivers/net/ovpn/tcp.c:29: +static struct proto_ops ovpn_tcp6_ops __ro_after_init; WARNING: line length of 96 exceeds 80 columns #527: FILE: drivers/net/ovpn/tcp.c:273: +static void ovpn_tcp_send_sock_skb(struct ovpn_peer *peer, struct sock *sk, struct sk_buff *skb) WARNING: line length of 88 exceeds 80 columns #544: FILE: drivers/net/ovpn/tcp.c:290: +void ovpn_tcp_send_skb(struct ovpn_peer *peer, struct socket *sock, struct sk_buff *skb) WARNING: struct proto_ops should normally be const #688: FILE: drivers/net/ovpn/tcp.c:434: + struct proto_ops *new_ops, WARNING: struct proto_ops should normally be const #784: FILE: drivers/net/ovpn/tcp.c:530: + struct proto_ops *new_ops, WARNING: line length of 89 exceeds 80 columns #844: FILE: drivers/net/ovpn/tcp.h:31: +void ovpn_tcp_send_skb(struct ovpn_peer *peer, struct socket *sock, struct sk_buff *skb); total: 0 errors, 8 warnings, 0 checks, 755 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 69db70d322ec ("ovpn: implement TCP transport") 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, 8 warnings, 0 checks, 755 lines checked