Skip to content

Commit

Permalink
[PATCH] ieee80211: fix sparse warning about missing "static"
Browse files Browse the repository at this point in the history
This patch adds a missing "static" on a variable (sparse complaint)

Signed-off-by: John W. Linville <linville@tuxdriver.com>
  • Loading branch information
Johannes Berg authored and John W. Linville committed Feb 17, 2006
1 parent 22d8846 commit b7cffb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/ieee80211/ieee80211_module.c
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ void free_ieee80211(struct net_device *dev)

static int debug = 0;
u32 ieee80211_debug_level = 0;
struct proc_dir_entry *ieee80211_proc = NULL;
static struct proc_dir_entry *ieee80211_proc = NULL;

static int show_debug_level(char *page, char **start, off_t offset,
int count, int *eof, void *data)
Expand Down

0 comments on commit b7cffb0

Please sign in to comment.