]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Prefix gateway_client local static functions with batadv_
authorSven Eckelmann <sven@narfation.org>
Sat, 12 May 2012 16:33:55 +0000 (18:33 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Mon, 25 Jun 2012 06:21:38 +0000 (08:21 +0200)
commit395ad0ff9ab0967388fdff1d4d978ba471339461
treedb40dfdc276402eb43469dd9f0685af70170b429
parentc83f461c423e99a163c83447d4b30dab3cebb835
batman-adv: Prefix gateway_client 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/gateway_client.c