projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07568d0
)
batman-adv: fix wrong spinlock inline comment
author
Antonio Quartulli
<ordex@autistici.org>
Sun, 2 Sep 2012 17:00:38 +0000
(19:00 +0200)
committer
Antonio Quartulli
<ordex@autistici.org>
Wed, 14 Nov 2012 20:00:32 +0000
(21:00 +0100)
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/types.h
patch
|
blob
|
history
diff --git
a/net/batman-adv/types.h
b/net/batman-adv/types.h
index 8ce16c1cbafb90fa86ccc821c26f25d1136668af..e8a1b18ae5465fb27d574443019543dcf2471824 100644
(file)
--- a/
net/batman-adv/types.h
+++ b/
net/batman-adv/types.h
@@
-303,7
+303,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;