WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #19: new file mode 100644 CHECK: braces {} should be used on all arms of this statement #555: FILE: net/homa/homa_incoming.c:532: + if (homa_is_client(rpc->id)) { [...] + } else [...] CHECK: Unbalanced braces around else statement #564: FILE: net/homa/homa_incoming.c:541: + } else CHECK: Unbalanced braces around else statement #594: FILE: net/homa/homa_incoming.c:571: + else { WARNING: line length of 81 exceeds 80 columns #842: FILE: net/homa/homa_incoming.c:819: + rpc = list_first_entry(&hsk->ready_rpcs, struct homa_rpc, CHECK: Alignment should match open parenthesis #843: FILE: net/homa/homa_incoming.c:820: + rpc = list_first_entry(&hsk->ready_rpcs, struct homa_rpc, + ready_links); total: 0 errors, 2 warnings, 4 checks, 909 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 dd5225e231bf ("net: homa: create homa_incoming.c") 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, 2 warnings, 4 checks, 909 lines checked