WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #23: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #164: FILE: net/homa/homa_plumbing.c:137: + .obj_size = sizeof(struct homa_sock) + sizeof(struct ipv6_pinfo), WARNING: usage of NR_CPUS is often wrong - consider using cpu_possible(), num_possible_cpus(), for_each_possible_cpu(), etc #237: FILE: net/homa/homa_plumbing.c:210: + NR_CPUS, WARNING: line length of 81 exceeds 80 columns #443: FILE: net/homa/homa_plumbing.c:416: + if (copy_to_user((__force void __user *)args.start, &args, sizeof(args))) WARNING: Prefer using '"%s...", __func__' to using 'homa_setsockopt', this function's name, in a string #446: FILE: net/homa/homa_plumbing.c:419: + homa_sock_lock(hsk, "homa_setsockopt SO_HOMA_SET_BUF"); WARNING: line length of 82 exceeds 80 columns #447: FILE: net/homa/homa_plumbing.c:420: + ret = homa_pool_init(hsk, (__force void __user *)args.start, args.length); WARNING: line length of 81 exceeds 80 columns #483: FILE: net/homa/homa_plumbing.c:456: + union sockaddr_in_union *addr = (union sockaddr_in_union *)msg->msg_name; WARNING: line length of 82 exceeds 80 columns #522: FILE: net/homa/homa_plumbing.c:495: + if (unlikely(copy_to_user((__force void __user *)msg->msg_control, CHECK: Alignment should match open parenthesis #676: FILE: net/homa/homa_plumbing.c:649: + if (unlikely(copy_to_user((__force void __user *)msg->msg_control, + &control, sizeof(control)))) { WARNING: line length of 81 exceeds 80 columns #981: FILE: net/homa/homa_plumbing.c:954: + hrtimer_start(&hrtimer, tick_interval, HRTIMER_MODE_REL); WARNING: Prefer using '"%s...", __func__' to using 'homa_init', this function's name, in a string #1025: FILE: net/homa/homa_utils.c:27: + "homa_init assumes at least 8 priority levels"); WARNING: line length of 81 exceeds 80 columns #1042: FILE: net/homa/homa_utils.c:44: + pr_err("%s couldn't create port_map: kmalloc failure", __func__); total: 0 errors, 11 warnings, 1 checks, 1115 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 705d5e83830f ("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, 11 warnings, 1 checks, 1115 lines checked