WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #36: new file mode 100644 WARNING: line length of 83 exceeds 80 columns #389: FILE: drivers/android/binder.c:3067: + &binder_netlink_nl_family, 0, BINDER_NETLINK_CMD_REPORT); WARNING: line length of 82 exceeds 80 columns #393: FILE: drivers/android/binder.c:3071: + if (nla_put_string(skb, BINDER_NETLINK_A_REPORT_CONTEXT, context->name) || WARNING: line length of 81 exceeds 80 columns #435: FILE: drivers/android/binder.c:3798: + target_proc ? target_proc->pid : 0, WARNING: line length of 85 exceeds 80 columns #436: FILE: drivers/android/binder.c:3799: + target_thread ? target_thread->pid : 0, WARNING: line length of 91 exceeds 80 columns #451: FILE: drivers/android/binder.c:3855: + if (binder_netlink_enabled(proc, BINDER_NETLINK_FLAG_ASYNC_FROZEN)) WARNING: line length of 89 exceeds 80 columns #454: FILE: drivers/android/binder.c:3858: + target_proc ? target_proc->pid : 0, WARNING: line length of 93 exceeds 80 columns #455: FILE: drivers/android/binder.c:3859: + target_thread ? target_thread->pid : 0, WARNING: line length of 84 exceeds 80 columns #498: FILE: drivers/android/binder.c:6477: +int binder_netlink_nl_report_setup_doit(struct sk_buff *skb, struct genl_info *info) WARNING: line length of 104 exceeds 80 columns #678: FILE: drivers/android/binder_netlink.c:14: +static const struct nla_policy binder_netlink_report_setup_nl_policy[BINDER_NETLINK_A_CMD_FLAGS + 1] = { WARNING: line length of 82 exceeds 80 columns #710: FILE: drivers/android/binder_netlink.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ CHECK: Alignment should match open parenthesis #738: FILE: drivers/android/binder_trace.h:427: +TRACE_EVENT(binder_netlink_report, + TP_PROTO(const char *name, u32 err, u32 pid, u32 tid, u32 to_pid, CHECK: Lines should not end with a '(' #741: FILE: drivers/android/binder_trace.h:430: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #753: FILE: drivers/android/binder_trace.h:442: + TP_fast_assign( WARNING: line length of 82 exceeds 80 columns #781: FILE: include/uapi/linux/android/binder_netlink.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ total: 0 errors, 12 warnings, 3 checks, 732 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 538c2ec919ed ("binder: report txn errors via generic netlink") 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, 12 warnings, 3 checks, 732 lines checked