diff options
author | Antonio Quartulli <ordex@autistici.org> | 2012-09-02 13:00:38 -0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-11-14 15:00:32 -0500 |
commit | a7528f8ddda9fba061148e18e71761b50b1c6d26 (patch) | |
tree | d2b371cc6fc80a73cc9a908ee1af012ed53831f2 | |
parent | 07568d0369f93cd54d2e5ca6f5c64f5b55557857 (diff) |
batman-adv: fix wrong spinlock inline comment
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
-rw-r--r-- | net/batman-adv/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h index 8ce16c1cbafb..e8a1b18ae546 100644 --- a/net/batman-adv/types.h +++ b/net/batman-adv/types.h | |||
@@ -303,7 +303,7 @@ struct batadv_priv { | |||
303 | struct hlist_head forw_bcast_list; | 303 | struct hlist_head forw_bcast_list; |
304 | struct batadv_hashtable *orig_hash; | 304 | struct batadv_hashtable *orig_hash; |
305 | spinlock_t forw_bat_list_lock; /* protects forw_bat_list */ | 305 | spinlock_t forw_bat_list_lock; /* protects forw_bat_list */ |
306 | spinlock_t forw_bcast_list_lock; /* protects */ | 306 | spinlock_t forw_bcast_list_lock; /* protects forw_bcast_list */ |
307 | struct delayed_work orig_work; | 307 | struct delayed_work orig_work; |
308 | struct batadv_hard_iface __rcu *primary_if; /* rcu protected pointer */ | 308 | struct batadv_hard_iface __rcu *primary_if; /* rcu protected pointer */ |
309 | struct batadv_algo_ops *bat_algo_ops; | 309 | struct batadv_algo_ops *bat_algo_ops; |