b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
From: Antonio Quartulli <ordex@autistici.org>
To: davem@davemloft.net
Cc: netdev@vger.kernel.org, b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH 02/11] batman-adv: fix wrong spinlock inline comment
Date: Tue, 13 Nov 2012 10:15:30 +0100	[thread overview]
Message-ID: <1352798139-19458-3-git-send-email-ordex@autistici.org> (raw)
In-Reply-To: <1352798139-19458-1-git-send-email-ordex@autistici.org>

Signed-off-by: Antonio Quartulli <ordex@autistici.org>
---
 net/batman-adv/types.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net/batman-adv/types.h b/net/batman-adv/types.h
index 8ce16c1..e8a1b18 100644
--- 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;
-- 
1.8.0


  parent reply	other threads:[~2012-11-13  9:15 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-13  9:15 [B.A.T.M.A.N.] pull request: batman-adv 2012-11-13 Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 01/11] batman-adv: don't rely on positions in struct for hashing Antonio Quartulli
2012-11-13 19:24   ` David Miller
2012-11-13  9:15 ` Antonio Quartulli [this message]
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 03/11] batman-adv: prevent using any virtual device created on batman-adv as hard-interface Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 04/11] batman-adv: send announcement when backbone gw is registered Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 05/11] batman-adv: allow bla traffic only after first worker period Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 06/11] batman-adv: wait multiple periods before activating bla Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 07/11] batman-adv: substitute tt_poss_change with a per-tt_entry flag Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 08/11] batman-adv: refactor code to simplify long lines Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 09/11] batman-adv: refactor tt_global_del_struct() Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 10/11] batman-adv: roaming handling mechanism redesign Antonio Quartulli
2012-11-13  9:15 ` [B.A.T.M.A.N.] [PATCH 11/11] batman-adv: Remove instant overwritten variable initialization Antonio Quartulli
2012-11-14 20:16 [B.A.T.M.A.N.] pull request: batman-adv 2012-11-14 Antonio Quartulli
2012-11-14 20:16 ` [B.A.T.M.A.N.] [PATCH 02/11] batman-adv: fix wrong spinlock inline comment Antonio Quartulli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1352798139-19458-3-git-send-email-ordex@autistici.org \
    --to=ordex@autistici.org \
    --cc=b.a.t.m.a.n@lists.open-mesh.org \
    --cc=davem@davemloft.net \
    --cc=netdev@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).