ERROR: code indent should use tabs where possible #64: FILE: drivers/vhost/vsock.c:95: +^I vsock->orig_net_mode == VSOCK_NET_MODE_GLOBAL);$ WARNING: line length of 89 exceeds 80 columns #112: FILE: drivers/vhost/vsock.c:344: + vsock = vhost_vsock_get(vsk->remote_addr.svm_cid, sock_net(sk_vsock(vsk)), true); CHECK: Blank lines aren't necessary after an open brace '{' #143: FILE: drivers/vhost/vsock.c:694: { + WARNING: Block comments use a trailing */ on a separate line #161: FILE: drivers/vhost/vsock.c:718: + * the vhost_vsock will continue to function as expected. */ total: 1 errors, 2 warnings, 1 checks, 165 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile Commit ca058e273949 ("vhost/vsock: add netns 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.