From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH 1/3] ftrace: graph of a single function Date: Thu, 4 Dec 2008 09:41:18 +0100 Message-ID: <20081204084118.GG32594@elte.hu> References: <20081203203656.776893226@goodmis.org> <20081203203828.920111079@goodmis.org> <20081203130859.fcf5a51e.akpm@linux-foundation.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Steven Rostedt , Andy Whitcroft Cc: Andrew Morton , linux-kernel@vger.kernel.org, fweisbec@gmail.com, peterz@infradead.org, arjan@infradead.org, dave@linux.vnet.ibm.com, containers@lists.osdl.org, ebiederm@xmission.com, sukadev@linux.vnet.ibm.com, serue@us.ibm.com, srostedt@redhat.com List-Id: containers.vger.kernel.org * Steven Rostedt wrote: > > On Wed, 3 Dec 2008, Andrew Morton wrote: > > > On Wed, 03 Dec 2008 15:36:57 -0500 > > Steven Rostedt 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. > > s/static/const/ > > Damn damn damn damn!!!! I said to myself, I need to add const there and > still forgot :-( No need to get stressed up about such details - we need checkpatch help for this. Ingo