Skip to content

Commit

Permalink
panic-use-error_report_end-tracepoint-on-warnings-fix
Browse files Browse the repository at this point in the history
add comma to enum list, per Andy.

Cc: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Marco Elver <elver@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
  • Loading branch information
Andrew Morton authored and Stephen Rothwell committed Jan 4, 2022
1 parent de47c8a commit cbcbc54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/trace/events/error_report.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cbcbc54

Please sign in to comment.