Re: [B.A.T.M.A.N.] [PATCH 8/9] batman-adv: Remove casts from type x to type x

2011-05-19 Thread Marek Lindner
On Saturday 14 May 2011 23:14:53 Sven Eckelmann wrote: Casting from pointer like 'struct orig_node*' to 'struct orig_node *' doesn't provide any additional functionality and can be savely removed. Applied in revision 409c211. Thanks, Marek

[B.A.T.M.A.N.] [PATCH 8/9] batman-adv: Remove casts from type x to type x

2011-05-14 Thread Sven Eckelmann
Casting from pointer like 'struct orig_node*' to 'struct orig_node *' doesn't provide any additional functionality and can be savely removed. Signed-off-by: Sven Eckelmann s...@narfation.org --- unicast.c |2 +- vis.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff