Hi,

> @@ -354,7 +330,7 @@ static int t_show(struct seq_file *m, vo
>               seq_printf(m, "        Depth    Size   Location"
>                          "    (%d entries)\n"
>                          "        -----    ----   --------\n",
> -                        max_stack_trace.nr_entries - 1);
> +                        max_stack_trace.nr_entries);

I believe you'll want the same fix in print_max_stack, given it's a
carbon copy.

Mark
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to