mirror of
https://github.com/proski/madwifi
synced 2024-11-22 06:21:47 +03:00
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:
parent
fffa8d29b7
commit
db43dba0dd
@ -2094,7 +2094,7 @@ ieee80211_ref_node(struct ieee80211_node *ni)
|
||||
if (ni == NULL) {
|
||||
printk(KERN_ERR "%s: NULL node.\n", __func__);
|
||||
dump_stack();
|
||||
}else if (atomic_read(&ni->ni_refcnt) < 1) {
|
||||
} else if (atomic_read(&ni->ni_refcnt) < 1) {
|
||||
node_print_message(IEEE80211_MSG_ANY,
|
||||
0 /* show counter */,
|
||||
0 /* adjust refcount */,
|
||||
|
Loading…
Reference in New Issue
Block a user