From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757411Ab2AXUvN (ORCPT ); Tue, 24 Jan 2012 15:51:13 -0500 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:34740 "EHLO out3-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754741Ab2AXUvL (ORCPT ); Tue, 24 Jan 2012 15:51:11 -0500 X-Sasl-enc: UgH7CwcemOdxkASLAojMueNl4ipkJMyWAgbbjgBJzYQr 1327438270 Date: Tue, 24 Jan 2012 12:50:10 -0800 From: Greg KH To: Jason Baron Cc: Bart Van Assche , Jim Cromie , joe@perches.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH 15/16] dynamic_debug: factor vpr_info_dq out of ddebug_parse_query Message-ID: <20120124205010.GA12455@kroah.com> References: <20111221213341.GC30393@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20111221213341.GC30393@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Dec 21, 2011 at 04:33:42PM -0500, Jason Baron wrote: > On Tue, Dec 20, 2011 at 03:49:54PM +0000, Bart Van Assche wrote: > > On Tue, Dec 20, 2011 at 3:47 PM, Jim Cromie wrote: > > > On Tue, Dec 20, 2011 at 1:17 AM, Bart Van Assche wrote: > > > > On Mon, Dec 19, 2011 at 10:13 PM, Jason Baron wrote: > > > >> From: Jim Cromie > > > >> > > > >> Factor pr_info(query) out of ddebug_parse_query, into pr_info_dq(), > > > >> for reuse later.  Also change the printed labels: file, func to agree > > > >> with the query-spec keywords accepted in the control file.  Pass "" > > > >> when string is null, to avoid "(null)" output from sprintf.  For > > > >> format print, use precision to skip last char, assuming its '\n', no > > > >> great harm if not, its a debug msg. > > > > > > > > pr_info_dq() or vpr_info_dq() ? > > > > > > I chose vpr_info_dq, with leading v to hint at the "if (verbose)" part > > > > In case my reply was a little too terse: isn't there a letter "v" > > missing in the commit message ? > > > > Bart. > > Thanks for catching this. > > Greg, if you want to s/pr_info_dq/vpr_info_dq, in the commit msg, this > one is all set. Now done, thanks. greg k-h