From cbcbc547c9344b5e8804bdffea23c5c85d3f5192 Mon Sep 17 00:00:00 2001 From: Andrew Morton Date: Thu, 30 Dec 2021 20:29:13 +1100 Subject: [PATCH] panic-use-error_report_end-tracepoint-on-warnings-fix add comma to enum list, per Andy. Cc: Andy Shevchenko Cc: Marco Elver Signed-off-by: Andrew Morton Signed-off-by: Stephen Rothwell --- include/trace/events/error_report.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/trace/events/error_report.h b/include/trace/events/error_report.h index ed0164f8e79c3..a1922a800e6fa 100644 --- a/include/trace/events/error_report.h +++ b/include/trace/events/error_report.h @@ -18,7 +18,7 @@ enum error_detector { ERROR_DETECTOR_KFENCE, ERROR_DETECTOR_KASAN, - ERROR_DETECTOR_WARN + ERROR_DETECTOR_WARN, }; #endif /* __ERROR_REPORT_DECLARE_TRACE_ENUMS_ONCE_ONLY */