* [B.A.T.M.A.N.] [PATCH] batman-adv: fix wrong spinlock inline comment
@ 2012-09-02 17:00 Antonio Quartulli
2012-09-09 8:38 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Antonio Quartulli @ 2012-09-02 17:00 UTC (permalink / raw)
To: b.a.t.m.a.n
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
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;
--
1.7.12
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix wrong spinlock inline comment
2012-09-02 17:00 [B.A.T.M.A.N.] [PATCH] batman-adv: fix wrong spinlock inline comment Antonio Quartulli
@ 2012-09-09 8:38 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2012-09-09 8:38 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Monday, September 03, 2012 01:00:38 Antonio Quartulli wrote:
> Signed-off-by: Antonio Quartulli <ordex@autistici.org>
> ---
> types.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 85f416e.
Thanks,
Marek
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-09-09 8:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-02 17:00 [B.A.T.M.A.N.] [PATCH] batman-adv: fix wrong spinlock inline comment Antonio Quartulli
2012-09-09 8:38 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox