[Devel] Re: [PATCH 1/3] ftrace: graph of a single function
Andrew Morton
akpm at linux-foundation.org
Wed Dec 3 13:08:59 PST 2008
On Wed, 03 Dec 2008 15:36:57 -0500
Steven Rostedt <rostedt at goodmis.org> wrote:
> +static struct seq_operations ftrace_graph_seq_ops = {
> + .start = g_start,
> + .next = g_next,
> + .stop = g_stop,
> + .show = g_show,
> +};
This could be static I think.
It's probably not worth even commenting on or fixing this sort
of thing. Just rely on someone(tm) doing periodic sweeps to
fix them all up.
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list