Fix missing space before "else"

git-svn-id: http://madwifi-project.org/svn/madwifi/trunk@4046 0192ed92-7a03-0410-a25b-9323aeb14dbd
This commit is contained in:
proski 2009-06-25 00:21:59 +00:00
parent fffa8d29b7
commit db43dba0dd

View File

@ -2094,7 +2094,7 @@ ieee80211_ref_node(struct ieee80211_node *ni)
if (ni == NULL) { if (ni == NULL) {
printk(KERN_ERR "%s: NULL node.\n", __func__); printk(KERN_ERR "%s: NULL node.\n", __func__);
dump_stack(); dump_stack();
}else if (atomic_read(&ni->ni_refcnt) < 1) { } else if (atomic_read(&ni->ni_refcnt) < 1) {
node_print_message(IEEE80211_MSG_ANY, node_print_message(IEEE80211_MSG_ANY,
0 /* show counter */, 0 /* show counter */,
0 /* adjust refcount */, 0 /* adjust refcount */,