WARNING: Co-developed-by and Signed-off-by: name/email do not match #17: Co-developed-by: Michael Jeanson Signed-off-by: Mathieu Desnoyers WARNING: line length of 83 exceeds 80 columns #50: FILE: include/trace/perf.h:16: +#define _DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print, tp_flags) \ WARNING: Argument 'args' is not used in function-like macro #50: FILE: include/trace/perf.h:16: +#define _DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print, tp_flags) \ static notrace void \ perf_trace_##call(void *__data, proto) \ { \ WARNING: Argument 'tstruct' is not used in function-like macro #50: FILE: include/trace/perf.h:16: +#define _DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print, tp_flags) \ static notrace void \ perf_trace_##call(void *__data, proto) \ { \ WARNING: Argument 'assign' is not used in function-like macro #50: FILE: include/trace/perf.h:16: +#define _DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print, tp_flags) \ static notrace void \ perf_trace_##call(void *__data, proto) \ { \ WARNING: Argument 'print' is not used in function-like macro #50: FILE: include/trace/perf.h:16: +#define _DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print, tp_flags) \ static notrace void \ perf_trace_##call(void *__data, proto) \ { \ WARNING: Argument 'tp_flags' is not used in function-like macro #50: FILE: include/trace/perf.h:16: +#define _DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print, tp_flags) \ static notrace void \ perf_trace_##call(void *__data, proto) \ { \ WARNING: line length of 82 exceeds 80 columns #78: FILE: include/trace/perf.h:71: +#define DECLARE_EVENT_CLASS_MAY_FAULT(call, proto, args, tstruct, assign, print) \ total: 0 errors, 8 warnings, 0 checks, 40 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 9bc71bde0532 ("tracing/perf: Add support for 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, 8 warnings, 0 checks, 40 lines checked