Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7528f8d authored by Antonio Quartulli's avatar Antonio Quartulli
Browse files

batman-adv: fix wrong spinlock inline comment

parent 07568d03
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;