WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #50: new file mode 100644 WARNING: line length of 82 exceeds 80 columns #412: FILE: drivers/android/binder.c:3821: + binder_genl_send_report(context, &report, sizeof(report)); WARNING: line length of 89 exceeds 80 columns #427: FILE: drivers/android/binder.c:3877: + if (binder_genl_report_enabled(proc, BINDER_GENL_FLAG_DELAYED)) { WARNING: line length of 83 exceeds 80 columns #433: FILE: drivers/android/binder.c:3883: + report.to_pid = target_proc ? target_proc->pid : 0; WARNING: line length of 87 exceeds 80 columns #434: FILE: drivers/android/binder.c:3884: + report.to_tid = target_thread ? target_thread->pid : 0; WARNING: line length of 93 exceeds 80 columns #501: FILE: drivers/android/binder.c:6508: + if (!info->attrs[BINDER_GENL_A_ATTR_PID] || !info->attrs[BINDER_GENL_A_ATTR_FLAGS]) { WARNING: line length of 90 exceeds 80 columns #642: FILE: drivers/android/binder_genl.c:14: +static const struct nla_policy binder_genl_set_nl_policy[BINDER_GENL_A_ATTR_FLAGS + 1] = { WARNING: line length of 82 exceeds 80 columns #673: FILE: drivers/android/binder_genl.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ CHECK: Alignment should match open parenthesis #761: FILE: drivers/android/binder_trace.h:427: +TRACE_EVENT(binder_send_report, + TP_PROTO(const char *name, struct binder_report *report, int len), CHECK: Lines should not end with a '(' #763: FILE: drivers/android/binder_trace.h:429: + TP_STRUCT__entry( CHECK: Lines should not end with a '(' #776: FILE: drivers/android/binder_trace.h:442: + TP_fast_assign( WARNING: line length of 82 exceeds 80 columns #862: FILE: include/uapi/linux/binder_genl.h:1: +/* SPDX-License-Identifier: ((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause) */ total: 0 errors, 9 warnings, 3 checks, 774 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 b4a41334ce50 ("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, 9 warnings, 3 checks, 774 lines checked