]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Prefix originator static inline functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Sat, 12 May 2012 11:48:56 +0000 (13:48 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Sun, 24 Jun 2012 16:41:41 +0000 (18:41 +0200)
commitf8efdf475c9cebf4f7eab98a9cd5b2d86b3801b0
treeb819cd7c61837e6c7c889e76fb9a38f6c83d4f54
parent623694068c9e269186b21fef9273adebff0fdb00
batman-adv: Prefix originator static inline functions with batadv_

All non-static symbols of batman-adv were prefixed with batadv_ to avoid
collisions with other symbols of the kernel. Other symbols of batman-adv
should use the same prefix to keep the naming scheme consistent.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
net/batman-adv/bridge_loop_avoidance.c
net/batman-adv/icmp_socket.c
net/batman-adv/originator.c
net/batman-adv/originator.h
net/batman-adv/routing.c
net/batman-adv/translation-table.c
net/batman-adv/unicast.c
net/batman-adv/vis.c