commit | 958ca5985604a6f13387d32de489365df816558b | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sat May 14 23:14:53 2011 +0200 |
committer | Sven Eckelmann <sven@narfation.org> | Mon May 30 07:39:33 2011 +0200 |
tree | 6af620714788fb8dcfdd9d36063d3c0dd19de29f | |
parent | 5f718c20076f4b47c3dc0f1277aef9966928089c [diff] |
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>