commit | 9e466250ede375482a9a65ca60765d24303099e9 | [log] [tgz] |
---|---|---|
author | Sven Eckelmann <sven@narfation.org> | Sat May 12 18:33:50 2012 +0200 |
committer | Antonio Quartulli <ordex@autistici.org> | Sun Jun 24 18:41:40 2012 +0200 |
tree | d74ebb84371803fc2ce03a8d8b03f4c007899f72 | |
parent | 7011d0851b80a1a229acfda37ce08aad903b12d1 [diff] |
batman-adv: Prefix bat_debugfs 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>