WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #255: new file mode 100644 WARNING: struct proto_ops should normally be const #286: 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 #288: FILE: drivers/net/ovpn/tcp.c:29: +static struct proto_ops ovpn_tcp6_ops; WARNING: struct proto_ops should normally be const #631: FILE: drivers/net/ovpn/tcp.c:372: + struct proto_ops *ovpn_tcp_ops, WARNING: struct proto_ops should normally be const #744: FILE: drivers/net/ovpn/tcp.c:485: + struct proto_ops *tcp_ops, WARNING: struct proto_ops should normally be const #749: FILE: drivers/net/ovpn/tcp.c:490: + memcpy(tcp_ops, orig_ops, sizeof(struct proto_ops)); total: 0 errors, 6 warnings, 0 checks, 730 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 7b943e97c4c0 ("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, 6 warnings, 0 checks, 730 lines checked