All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Buesch <mb@bu3sch.de>
To: Randy Dunlap <randy.dunlap@oracle.com>
Cc: yi.zhu@intel.com, linux-wireless@vger.kernel.org,
	"John W. Linville" <linville@tuxdriver.com>,
	Michael Wu <flamingice@sourmilk.net>
Subject: Re: [PATCH 3/3] mac80211: debugfs support for TSM and DLS
Date: Fri, 25 May 2007 18:26:04 +0200	[thread overview]
Message-ID: <200705251826.04821.mb@bu3sch.de> (raw)
In-Reply-To: <20070525092008.287b5ecd.randy.dunlap@oracle.com>

On Friday 25 May 2007 18:20:08 Randy Dunlap wrote:
> On Fri, 25 May 2007 19:52:44 +0800 Zhu Yi wrote:
> 
> >  net/mac80211/debugfs_netdev.c |  332 +++++++++++++++++++++++++++++++++++++++++
> >  net/mac80211/ieee80211_i.h    |   33 ++++
> >  2 files changed, 365 insertions(+), 0 deletions(-)
> > 
> > diff --git a/net/mac80211/debugfs_netdev.c b/net/mac80211/debugfs_netdev.c
> > index 9e39646..e0f77f9 100644
> > --- a/net/mac80211/debugfs_netdev.c
> > +++ b/net/mac80211/debugfs_netdev.c
> 
> > +#define DEBUGFS_QOS_DEL(name)						\
> > +	debugfs_remove(sdata->debugfs.sta.qos.name);			\
> > +	sdata->debugfs.sta.qos.name = NULL;
> 
> Enclose multi-line macros inside braces, or even better, inside
> 
> 	do {
> 		/* multi-lines */
> 	} while (0);

Remove the semicolon.



-- 
Greetings Michael.

  reply	other threads:[~2007-05-25 16:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-25 11:52 [PATCH 3/3] mac80211: debugfs support for TSM and DLS Zhu Yi
2007-05-25 16:20 ` Randy Dunlap
2007-05-25 16:26   ` Michael Buesch [this message]
2007-05-28  1:43     ` Zhu Yi
  -- strict thread matches above, loose matches on Subject: below --
2007-06-06  8:22 Zhu Yi
2007-06-07 20:39 ` Jiri Benc
2007-06-08  1:17   ` Zhu Yi
2007-06-08  9:59     ` Jiri Benc
2007-05-14  5:15 Zhu Yi
2007-05-24  7:12 ` Michael Wu
2007-05-24  7:51   ` Zhu Yi

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=200705251826.04821.mb@bu3sch.de \
    --to=mb@bu3sch.de \
    --cc=flamingice@sourmilk.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    --cc=randy.dunlap@oracle.com \
    --cc=yi.zhu@intel.com \
    /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.