From: "John W. Linville" <linville@tuxdriver.com>
To: akpm@linux-foundation.org
Cc: jeff@garzik.org, netdev@vger.kernel.org, dsd@gentoo.org,
johannes@sipsolutions.net, josejx@gentoo.org
Subject: Re: [patch 01/11] git-netdev-all: export ieee80211_debug_level
Date: Thu, 26 Apr 2007 08:35:52 -0400 [thread overview]
Message-ID: <20070426123552.GA6992@tuxdriver.com> (raw)
In-Reply-To: <200704260723.l3Q7NE1I023820@shell0.pdx.osdl.net>
On Thu, Apr 26, 2007 at 12:23:14AM -0700, akpm@linux-foundation.org wrote:
> From: Andrew Morton <akpm@linux-foundation.org>
>
> Someone has been forgetting their SubmitChecklist medicine.
>
> ERROR: "ieee80211_debug_level" [net/ieee80211/ieee80211_crypt_ccmp.ko] undefined!
Sent a pull request to Jeff on Tuesday that should fix this.
> Fix some unneeded space-wasting initialisations, too. How often must this be
> said?
> -static int debug = 0;
> -u32 ieee80211_debug_level = 0;
> -static struct proc_dir_entry *ieee80211_proc = NULL;
> +static int debug;
> +u32 ieee80211_debug_level;
> +static struct proc_dir_entry *ieee80211_proc;
ACK to these bits.
John
--
John W. Linville
linville@tuxdriver.com
prev parent reply other threads:[~2007-04-26 12:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-04-26 7:23 [patch 01/11] git-netdev-all: export ieee80211_debug_level akpm
2007-04-26 12:35 ` John W. Linville [this message]
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=20070426123552.GA6992@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=akpm@linux-foundation.org \
--cc=dsd@gentoo.org \
--cc=jeff@garzik.org \
--cc=johannes@sipsolutions.net \
--cc=josejx@gentoo.org \
--cc=netdev@vger.kernel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).