WARNING: line length of 82 exceeds 80 columns #120: FILE: net/homa/homa_sock.c:97: + next = rcu_dereference(hlist_next_rcu(&scan->hsk->socktab_links)); WARNING: line length of 92 exceeds 80 columns #383: FILE: net/homa/homa_sock.c:360: + hsk->error_msg = "port number invalid: in the automatically assigned range"; WARNING: line length of 83 exceeds 80 columns #398: FILE: net/homa/homa_sock.c:375: + hsk->error_msg = "requested port number is already in use"; CHECK: Alignment should match open parenthesis #464: FILE: net/homa/homa_sock.c:441: + result = wait_event_interruptible_timeout(*sk_sleep(&hsk->sock), + homa_sock_wmem_avl(hsk) || hsk->shutdown, total: 0 errors, 3 warnings, 1 checks, 872 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 414833c25785 ("net: homa: create homa_sock.h and homa_sock.c") 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, 3 warnings, 1 checks, 872 lines checked