* [B.A.T.M.A.N.] [PATCH] batman-adv: fix compat compile error
@ 2013-08-08 4:58 Marek Lindner
2013-08-08 11:36 ` Marek Lindner
0 siblings, 1 reply; 2+ messages in thread
From: Marek Lindner @ 2013-08-08 4:58 UTC (permalink / raw)
To: b.a.t.m.a.n; +Cc: Marek Lindner
Introduced by e4ff5c153dab054a6cd1c4132f87bc5e77127456
("batman-adv: add sysfs framework for VLAN")
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
---
compat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat.c b/compat.c
index fcd5bec..68c2258 100644
--- a/compat.c
+++ b/compat.c
@@ -31,7 +31,7 @@ void batadv_free_rcu_orig_vlan(struct rcu_head *rcu)
{
struct batadv_orig_node_vlan *vlan;
- vlan = container_of(rcu, structbatadv_orig_node_vlan, rcu);
+ vlan = container_of(rcu, struct batadv_orig_node_vlan, rcu);
kfree(vlan);
}
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: fix compat compile error
2013-08-08 4:58 [B.A.T.M.A.N.] [PATCH] batman-adv: fix compat compile error Marek Lindner
@ 2013-08-08 11:36 ` Marek Lindner
0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2013-08-08 11:36 UTC (permalink / raw)
To: The list for a Better Approach To Mobile Ad-hoc Networking
On Thursday, August 08, 2013 12:58:46 Marek Lindner wrote:
> Introduced by e4ff5c153dab054a6cd1c4132f87bc5e77127456
> ("batman-adv: add sysfs framework for VLAN")
>
> Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
> ---
> compat.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied in revision 6190d33.
Regards,
Marek
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-08-08 11:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-08 4:58 [B.A.T.M.A.N.] [PATCH] batman-adv: fix compat compile error Marek Lindner
2013-08-08 11:36 ` Marek Lindner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox