WARNING: Co-developed-by and Signed-off-by: name/email do not match #13: Co-developed-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers CHECK: Alignment should match open parenthesis #46: FILE: include/trace/events/syscalls.h:19: +TRACE_EVENT_FN_MAY_FAULT(sys_enter, CHECK: Alignment should match open parenthesis #55: FILE: include/trace/events/syscalls.h:45: +TRACE_EVENT_FN_MAY_FAULT(sys_exit, WARNING: line length of 83 exceeds 80 columns #95: FILE: kernel/trace/trace_syscalls.c:392: + ret = register_trace_prio_flags_sys_enter(ftrace_syscall_enter, tr, WARNING: line length of 82 exceeds 80 columns #96: FILE: kernel/trace/trace_syscalls.c:393: + TRACEPOINT_DEFAULT_PRIO, WARNING: line length of 81 exceeds 80 columns #109: FILE: kernel/trace/trace_syscalls.c:433: + ret = register_trace_prio_flags_sys_exit(ftrace_syscall_exit, tr, WARNING: line length of 81 exceeds 80 columns #110: FILE: kernel/trace/trace_syscalls.c:434: + TRACEPOINT_DEFAULT_PRIO, WARNING: line length of 83 exceeds 80 columns #136: FILE: kernel/trace/trace_syscalls.c:658: + ret = register_trace_prio_flags_sys_enter(perf_syscall_enter, NULL, WARNING: line length of 82 exceeds 80 columns #137: FILE: kernel/trace/trace_syscalls.c:659: + TRACEPOINT_DEFAULT_PRIO, WARNING: line length of 81 exceeds 80 columns #163: FILE: kernel/trace/trace_syscalls.c:764: + ret = register_trace_prio_flags_sys_exit(perf_syscall_exit, NULL, WARNING: line length of 81 exceeds 80 columns #164: FILE: kernel/trace/trace_syscalls.c:765: + TRACEPOINT_DEFAULT_PRIO, total: 0 errors, 9 warnings, 2 checks, 116 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 7e628cf198ff ("tracing: Convert sys_enter/exit to faultable tracepoints") 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, 2 checks, 116 lines checked