All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@suse.de>
To: Joe Perches <joe@perches.com>
Cc: Jason Baron <jbaron@redhat.com>, Greg KH <greg@kroah.com>,
	jim.cromie@gmail.com, bvanassche@acm.org, rdunlap@xenotime.net,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH 0/4] dynamic debug: cleanups + compile fix
Date: Fri, 26 Aug 2011 15:18:45 -0700	[thread overview]
Message-ID: <20110826221845.GA18858@suse.de> (raw)
In-Reply-To: <1314396881.9624.8.camel@Joe-Laptop>

On Fri, Aug 26, 2011 at 03:14:41PM -0700, Joe Perches wrote:
> On Fri, 2011-08-26 at 12:04 -0700, Greg KH wrote:
> > On Fri, Aug 26, 2011 at 02:47:42PM -0400, Jason Baron wrote:
> > > On Fri, Aug 26, 2011 at 11:29:00AM -0700, Greg KH wrote:
> > > > On Thu, Aug 25, 2011 at 01:34:06PM -0400, Jason Baron wrote:
> > > > > Hi,
> > > > > 
> > > > > This is a re-post of the last 3 patches, as requested by Greg:
> > > > > https://lkml.org/lkml/2011/8/11/378
> > > > > 
> > > > > I've also added a compile fix that Randy Dunlap found in the -next tree.
> > > > 
> > > > Care to redo this based on the comments received so far?
> > > > 
> > > 
> > > Hi,
> > > 
> > > I re-posted 3/4 based on the comments already. The comment on patch #1
> > > regarding adding macro parenthesis, I don't believe makes any functional
> > > change...do you still need a re-post the series?
> > 
> > Yes, please fix patch #1 adding the needed parenthesis and resend the
> > whole series.
> 
> The parentheses aren't need.
> 
> A macro like
> #define foo(a, b) a = b
> 
> that only uses each argument once without doing arithmetic
> gains nothing from parentheses.
> 
> Just like
> #define true 1
> gains nothing from parenthesis either.

I don't think that is the case here, right?

greg k-h

  reply	other threads:[~2011-08-26 22:18 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-25 17:34 [PATCH 0/4] dynamic debug: cleanups + compile fix Jason Baron
2011-08-25 17:34 ` [PATCH 1/4] dynamic_debug: consolidate repetitive struct _ddebug descriptor definitions Jason Baron
2011-08-26 10:46   ` Bart Van Assche
2011-08-25 17:34 ` [PATCH 2/4] dynamic_debug: remove num_enabled accounting Jason Baron
2011-08-25 17:34 ` [PATCH 3/4] dynamic_debug: use a single printk() to emit msgs Jason Baron
2011-08-25 17:42   ` Bart Van Assche
2011-08-25 18:19     ` [PATCH 3/4 re-post] " Jason Baron
2011-08-26 21:47   ` [PATCH 3/4] " Jim Cromie
2011-08-29 19:14     ` Jason Baron
2011-08-25 17:34 ` [PATCH 4/4] dynamic_debug: fix undefined reference to `__netdev_printk' Jason Baron
2011-08-26 18:29 ` [PATCH 0/4] dynamic debug: cleanups + compile fix Greg KH
2011-08-26 18:47   ` Jason Baron
2011-08-26 19:04     ` Greg KH
2011-08-26 22:14       ` Joe Perches
2011-08-26 22:18         ` Greg KH [this message]
2011-08-26 22:22           ` Joe Perches

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110826221845.GA18858@suse.de \
    --to=gregkh@suse.de \
    --cc=bvanassche@acm.org \
    --cc=greg@kroah.com \
    --cc=jbaron@redhat.com \
    --cc=jim.cromie@gmail.com \
    --cc=joe@perches.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.