batman-adv: Prefix main local static functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Wed, 16 May 2012 18:23:19 +0000 (20:23 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Thu, 28 Jun 2012 06:44:47 +0000 (08:44 +0200)
commitee11ad61f232c201ba62990aa490264220f834cd
treeb1d038d9781e27212d04add7418bcbd393566c7c
parenteaad8ad95392d1da3c0f2404dfc3fce56afea766
batman-adv: Prefix main local static 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/main.c