Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit 85f416edfb289ddf1cf4f896f391228aaded2a9a Author: Antonio Quartulli ordex@autistici.org Date: Sun Sep 2 19:00:38 2012 +0200
batman-adv: fix wrong spinlock inline comment
Signed-off-by: Antonio Quartulli ordex@autistici.org
85f416edfb289ddf1cf4f896f391228aaded2a9a types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/types.h b/types.h index dc126e7..e0c7ac2 100644 --- a/types.h +++ b/types.h @@ -263,7 +263,7 @@ struct batadv_priv { struct hlist_head forw_bcast_list; struct batadv_hashtable *orig_hash; spinlock_t forw_bat_list_lock; /* protects forw_bat_list */ - spinlock_t forw_bcast_list_lock; /* protects */ + spinlock_t forw_bcast_list_lock; /* protects forw_bcast_list */ struct delayed_work orig_work; struct batadv_hard_iface __rcu *primary_if; /* rcu protected pointer */ struct batadv_algo_ops *bat_algo_ops;