WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #20: new file mode 100644 WARNING: usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_possible_cpu(), etc #236: FILE: net/homa/homa_plumbing.c:212: + NR_CPUS, WARNING: Prefer using '"%s...", __func__' to using 'homa_setsockopt', this function's name, in a string #463: FILE: net/homa/homa_plumbing.c:439: + homa_sock_lock(hsk, "homa_setsockopt SO_HOMA_RCV_BUF"); CHECK: Alignment should match open parenthesis #654: FILE: net/homa/homa_plumbing.c:630: + result = homa_pool_release_buffers(hsk->buffer_pool, control.num_bpages, + control.bpage_offsets); CHECK: spaces preferred around that '-' (ctx:VxV) #1228: FILE: net/homa/homa_utils.c:174: + snprintf(buffer, sizeof(buffer)-1, "unknown(%u)", type); ^ CHECK: spaces preferred around that '-' (ctx:VxV) #1229: FILE: net/homa/homa_utils.c:175: + buffer[sizeof(buffer)-1] = 0; ^ total: 0 errors, 3 warnings, 3 checks, 1201 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 cb0ef837ffcd ("net: homa: create homa_plumbing.c homa_utils.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, 3 warnings, 3 checks, 1201 lines checked