WARNING: struct ctl_table should normally be const #386: FILE: net/vmw_vsock/af_vsock.c:2738: + struct ctl_table tmp; WARNING: struct ctl_table should normally be const #471: FILE: net/vmw_vsock/af_vsock.c:2823: +static struct ctl_table vsock_table[] = { WARNING: struct ctl_table should normally be const #490: FILE: net/vmw_vsock/af_vsock.c:2842: + struct ctl_table *table; WARNING: line length of 81 exceeds 80 columns #532: FILE: net/vmw_vsock/af_vsock.c:2884: + net->vsock.mode = vsock_net_child_mode(current->nsproxy->net_ns); total: 0 errors, 4 warnings, 0 checks, 648 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 4c6ad0291f4f ("vsock: add netns to vsock core") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 4 warnings, 0 checks, 648 lines checked