[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20070426123552.GA6992@tuxdriver.com>
Date: Thu, 26 Apr 2007 08:35:52 -0400
From: "John W. Linville" <linville@...driver.com>
To: akpm@...ux-foundation.org
Cc: jeff@...zik.org, netdev@...r.kernel.org, dsd@...too.org,
johannes@...solutions.net, josejx@...too.org
Subject: Re: [patch 01/11] git-netdev-all: export ieee80211_debug_level
On Thu, Apr 26, 2007 at 12:23:14AM -0700, akpm@...ux-foundation.org wrote:
> From: Andrew Morton <akpm@...ux-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@...driver.com
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists