Merge tag 'ktest-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
[linux-2.6-microblaze.git] / kernel / trace / trace_functions_graph.c
index 60d6627..d874dec 100644 (file)
@@ -957,7 +957,7 @@ print_graph_return(struct ftrace_graph_ret *trace, struct trace_seq *s,
 
        /* Overrun */
        if (flags & TRACE_GRAPH_PRINT_OVERRUN)
-               trace_seq_printf(s, " (Overruns: %lu)\n",
+               trace_seq_printf(s, " (Overruns: %u)\n",
                                 trace->overrun);
 
        print_graph_irq(iter, trace->func, TRACE_GRAPH_RET,