]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Remove casts from type x to type x
authorSven Eckelmann <sven@narfation.org>
Sat, 14 May 2011 21:14:53 +0000 (23:14 +0200)
committerSven Eckelmann <sven@narfation.org>
Mon, 30 May 2011 05:39:33 +0000 (07:39 +0200)
commitf5e1ccaa8a347172adbb85467d19696a72059c37
tree6af620714788fb8dcfdd9d36063d3c0dd19de29f
parentff03e7dbf7feb08069fb1b2a56519d45cbb714aa
batman-adv: Remove casts from type x to type x

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 <sven@narfation.org>
net/batman-adv/unicast.c
net/batman-adv/vis.c