]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: get rid of pointless cast in memcpy()
authorAl Viro <viro@ZenIV.linux.org.uk>
Sun, 22 Apr 2012 06:50:29 +0000 (07:50 +0100)
committerAntonio Quartulli <ordex@autistici.org>
Mon, 18 Jun 2012 16:01:01 +0000 (18:01 +0200)
commit0dff73b9604148f99c956e2d1c32f4f4274f250c
tree070adca32c754d9c9abb094125bea2ac08bd8ce6
parentc7f98ed76adb46bfae12b1bbc2d5d9d365f70376
batman-adv: get rid of pointless cast in memcpy()

memcpy() arguments are void *, precisely to avoid that kind of pointless
casts.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/bridge_loop_avoidance.c