All of lore.kernel.org
 help / color / mirror / Atom feed
From: "John W. Linville" <linville@tuxdriver.com>
To: Jesper Juhl <jj@chaosbits.net>
Cc: alsa-devel@alsa-project.org,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	Takashi Iwai <tiwai@suse.de>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	"Gustavo F. Padovan" <padovan@profusion.mobi>,
	Jens Axboe <jens.axboe@oracle.com>,
	Stephen Hemminger <shemminger@vyatta.com>,
	Andi Kleen <ak@linux.intel.com>, "H. Peter Anvin" <hpa@zytor.com>,
	"Pekka Savola (ipv6)" <pekkas@netcore.fi>,
	Robert Richter <robert.richter@amd.com>,
	x86@kernel.org, James Morris <jmorris@namei.org>,
	Ingo Molnar <mingo@redhat.com>,
	oprofile-list@lists.sf.net,
	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	Mark Fasheh <mfasheh@suse.com>,
	Marcel Holtmann <marcel@holtmann.org>,
	David Teigland <teigland@redhat.com>,
	Joel Becker <jlbec@evilplan.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-edac@vger.kernel.org, trivial@kernel.org,
	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
	netdev@vger.kernel.org, Greg
Subject: Re: [Patch] Kill off warning: ‘inline’ is not at beginning of declaration
Date: Mon, 17 Jan 2011 08:55:21 -0500	[thread overview]
Message-ID: <20110117135520.GA5430@tuxdriver.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1101170000270.13377@swampdragon.chaosbits.net>

On Mon, Jan 17, 2011 at 12:09:38AM +0100, Jesper Juhl wrote:
> Fix a bunch of 
> 	warning: ‘inline’ is not at beginning of declaration
> messages when building a 'make allyesconfig' kernel with -Wextra.
> 
> These warnings are trivial to kill, yet rather annoying when building with 
> -Wextra.
> The more we can cut down on pointless crap like this the better (IMHO).
> 
> A previous patch to do this for a 'allnoconfig' build has already been 
> merged. This just takes the cleanup a little further.
> 
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>
> ---

>  net/mac80211/tx.c               |    2 +-

ack

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

WARNING: multiple messages have this Message-ID (diff)
From: "John W. Linville" <linville@tuxdriver.com>
To: Jesper Juhl <jj@chaosbits.net>
Cc: linux-kernel@vger.kernel.org, trivial@kernel.org,
	alsa-devel@alsa-project.org, linux-wireless@vger.kernel.org,
	netdev@vger.kernel.org, ocfs2-devel@oss.oracle.com,
	linux-edac@vger.kernel.org, linux-bluetooth@vger.kernel.org,
	oprofile-list@lists.sf.net, Andi Kleen <ak@linux.intel.com>,
	David Teigland <teigland@redhat.com>,
	Jens Axboe <jens.axboe@oracle.com>,
	Stephen Hemminger <shemminger@vyatta.com>,
	Greg Kroah-Hartman <gregkh@suse.de>, Takashi Iwai <tiwai@suse.de>,
	Jaroslav Kysela <perex@perex.cz>,
	Johannes Berg <johannes@sipsolutions.net>,
	Patrick McHardy <kaber@trash.net>,
	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
	James Morris <jmorris@namei.org>,
	"Pekka Savola (ipv6)" <pekkas@netcore.fi>,
	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	"David S. Miller" <davem@davemloft.net>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	Joel Becker <jlbec@evilplan.org>, Mark Fasheh <mfasheh@suse.com>,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	"Gustavo F. Padovan" <padovan@profusion.mobi>,
	Marcel Holtmann <marcel@holtmann.org>,
	x86@kernel.org, "H. Peter Anvin" <hpa@zytor.com>,
	Ingo Molnar <mingo@redhat.com>,
	Thomas Gleixner <tglx@linutronix.de>,
	Robert Richter <robert.richter@amd.com>
Subject: Re: [Patch] Kill off warning: ‘inline’ is not at beginning of declaration
Date: Mon, 17 Jan 2011 08:55:21 -0500	[thread overview]
Message-ID: <20110117135520.GA5430@tuxdriver.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1101170000270.13377@swampdragon.chaosbits.net>

On Mon, Jan 17, 2011 at 12:09:38AM +0100, Jesper Juhl wrote:
> Fix a bunch of 
> 	warning: ‘inline’ is not at beginning of declaration
> messages when building a 'make allyesconfig' kernel with -Wextra.
> 
> These warnings are trivial to kill, yet rather annoying when building with 
> -Wextra.
> The more we can cut down on pointless crap like this the better (IMHO).
> 
> A previous patch to do this for a 'allnoconfig' build has already been 
> merged. This just takes the cleanup a little further.
> 
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>
> ---

>  net/mac80211/tx.c               |    2 +-

ack

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.

WARNING: multiple messages have this Message-ID (diff)
From: John W. Linville <linville@tuxdriver.com>
To: Jesper Juhl <jj@chaosbits.net>
Cc: alsa-devel@alsa-project.org,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	Takashi Iwai <tiwai@suse.de>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	"Gustavo F. Padovan" <padovan@profusion.mobi>,
	Jens Axboe <jens.axboe@oracle.com>,
	Stephen Hemminger <shemminger@vyatta.com>,
	Andi Kleen <ak@linux.intel.com>, "H. Peter Anvin" <hpa@zytor.com>,
	"Pekka Savola (ipv6)" <pekkas@netcore.fi>,
	Robert Richter <robert.richter@amd.com>,
	x86@kernel.org, James Morris <jmorris@namei.org>,
	Ingo Molnar <mingo@redhat.com>,
	oprofile-list@lists.sf.net,
	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	Mark Fasheh <mfasheh@suse.com>,
	Marcel Holtmann <marcel@holtmann.org>,
	David Teigland <teigland@redhat.com>,
	Joel Becker <jlbec@evilplan.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-edac@vger.kernel.org, trivial@kernel.org,
	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
	netdev@vger.kernel.org, Greg
Subject: [Ocfs2-devel] [Patch] Kill off warning: ‘inline’ is not at beginning of declaration
Date: Mon, 17 Jan 2011 08:55:21 -0500	[thread overview]
Message-ID: <20110117135520.GA5430@tuxdriver.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1101170000270.13377@swampdragon.chaosbits.net>

On Mon, Jan 17, 2011 at 12:09:38AM +0100, Jesper Juhl wrote:
> Fix a bunch of 
> 	warning: ?inline? is not at beginning of declaration
> messages when building a 'make allyesconfig' kernel with -Wextra.
> 
> These warnings are trivial to kill, yet rather annoying when building with 
> -Wextra.
> The more we can cut down on pointless crap like this the better (IMHO).
> 
> A previous patch to do this for a 'allnoconfig' build has already been 
> merged. This just takes the cleanup a little further.
> 
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>
> ---

>  net/mac80211/tx.c               |    2 +-

ack

-- 
John W. Linville		Someday the world will need a hero, and you
linville at tuxdriver.com			might be all we have.  Be ready.

WARNING: multiple messages have this Message-ID (diff)
From: "John W. Linville" <linville@tuxdriver.com>
To: Jesper Juhl <jj@chaosbits.net>
Cc: alsa-devel@alsa-project.org,
	Mauro Carvalho Chehab <mchehab@redhat.com>,
	Takashi Iwai <tiwai@suse.de>,
	Frederic Weisbecker <fweisbec@gmail.com>,
	"Gustavo F. Padovan" <padovan@profusion.mobi>,
	Jens Axboe <jens.axboe@oracle.com>,
	Stephen Hemminger <shemminger@vyatta.com>,
	Andi Kleen <ak@linux.intel.com>, "H. Peter Anvin" <hpa@zytor.com>,
	"Pekka Savola \(ipv6\)" <pekkas@netcore.fi>,
	Robert Richter <robert.richter@amd.com>,
	x86@kernel.org, James Morris <jmorris@namei.org>,
	Ingo Molnar <mingo@redhat.com>,
	oprofile-list@lists.sf.net,
	Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>,
	Mark Fasheh <mfasheh@suse.com>,
	Marcel Holtmann <marcel@holtmann.org>,
	David Teigland <teigland@redhat.com>,
	Joel Becker <jlbec@evilplan.org>,
	Thomas Gleixner <tglx@linutronix.de>,
	linux-edac@vger.kernel.org, trivial@kernel.org,
	Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>,
	netdev@vger.kernel.org, Greg Kroa
Subject: Re: [Patch] Kill off warning: ‘inline’ is not at beginning of declaration
Date: Mon, 17 Jan 2011 08:55:21 -0500	[thread overview]
Message-ID: <20110117135520.GA5430@tuxdriver.com> (raw)
In-Reply-To: <alpine.LNX.2.00.1101170000270.13377@swampdragon.chaosbits.net>

On Mon, Jan 17, 2011 at 12:09:38AM +0100, Jesper Juhl wrote:
> Fix a bunch of 
> 	warning: ‘inline’ is not at beginning of declaration
> messages when building a 'make allyesconfig' kernel with -Wextra.
> 
> These warnings are trivial to kill, yet rather annoying when building with 
> -Wextra.
> The more we can cut down on pointless crap like this the better (IMHO).
> 
> A previous patch to do this for a 'allnoconfig' build has already been 
> merged. This just takes the cleanup a little further.
> 
> Signed-off-by: Jesper Juhl <jj@chaosbits.net>
> ---

>  net/mac80211/tx.c               |    2 +-

ack

-- 
John W. Linville		Someday the world will need a hero, and you
linville@tuxdriver.com			might be all we have.  Be ready.
_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

  reply	other threads:[~2011-01-17 14:01 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-16 23:09 [Patch] Kill off warning: ‘inline’ is not at beginning of declaration Jesper Juhl
2011-01-16 23:09 ` Jesper Juhl
2011-01-16 23:09 ` [Ocfs2-devel] " Jesper Juhl
2011-01-16 23:09 ` Jesper Juhl
2011-01-17 13:55 ` John W. Linville [this message]
2011-01-17 13:55   ` John W. Linville
2011-01-17 13:55   ` [Ocfs2-devel] " John W. Linville
2011-01-17 13:55   ` John W. Linville
2011-01-17 16:13 ` Gustavo F. Padovan
2011-01-17 16:13   ` Gustavo F. Padovan
2011-01-17 16:13   ` [Ocfs2-devel] " Gustavo F. Padovan
2011-01-17 16:13   ` Gustavo F. Padovan
2011-01-19 14:44 ` Jiri Kosina
2011-01-19 14:44   ` Jiri Kosina
2011-01-19 14:44   ` [Ocfs2-devel] " Jiri Kosina
2011-01-19 14:44   ` Jiri Kosina
2011-01-19 14:49   ` Mauro Carvalho Chehab
2011-01-19 14:49     ` Mauro Carvalho Chehab
2011-01-19 14:49     ` [Ocfs2-devel] " Mauro Carvalho Chehab
2011-01-19 14:49     ` Mauro Carvalho Chehab
2011-01-19 15:45   ` Jesper Juhl
2011-01-19 15:45     ` Jesper Juhl
2011-01-19 15:45     ` [Ocfs2-devel] " Jesper Juhl
2011-01-19 15:45     ` Jesper Juhl
2011-01-21 17:31 ` Joel Becker
2011-01-21 17:31   ` Joel Becker
2011-01-21 17:31   ` [Ocfs2-devel] " Joel Becker
2011-01-21 17:31   ` Joel Becker

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=20110117135520.GA5430@tuxdriver.com \
    --to=linville@tuxdriver.com \
    --cc=ak@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=fweisbec@gmail.com \
    --cc=hpa@zytor.com \
    --cc=jens.axboe@oracle.com \
    --cc=jj@chaosbits.net \
    --cc=jlbec@evilplan.org \
    --cc=jmorris@namei.org \
    --cc=kuznet@ms2.inr.ac.ru \
    --cc=linux-edac@vger.kernel.org \
    --cc=marcel@holtmann.org \
    --cc=mchehab@redhat.com \
    --cc=mfasheh@suse.com \
    --cc=mingo@redhat.com \
    --cc=netdev@vger.kernel.org \
    --cc=oprofile-list@lists.sf.net \
    --cc=padovan@profusion.mobi \
    --cc=pekkas@netcore.fi \
    --cc=robert.richter@amd.com \
    --cc=shemminger@vyatta.com \
    --cc=teigland@redhat.com \
    --cc=tglx@linutronix.de \
    --cc=tiwai@suse.de \
    --cc=trivial@kernel.org \
    --cc=x86@kernel.org \
    --cc=yoshfuji@linux-ipv6.org \
    /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.