]> git.baikalelectronics.ru Git - kernel.git/commit
batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}
authorSven Eckelmann <sven@narfation.org>
Sun, 10 Jun 2012 21:58:51 +0000 (23:58 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Sun, 1 Jul 2012 20:47:22 +0000 (22:47 +0200)
commit68ada1c69f99df67223970c3cde176dfb7eab7a4
treec729d6580d4a249f97317f210078b30db821c8cb
parent45ed1abbbe3e40b7c2b0054e5a964938fa872c3a
batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h}

The "bat_" prefix in the source files implementing the batman-adv sysfs and
debugfs interface doesn't have a special meaning and are only used by these
files and files that implement the actual B.A.T.M.A.N. path finding algorithm.

The prefix is better suited to mark files that are used to implement the main
part of the path finding. All other files should not use it and therefore gets
renamed.

Signed-off-by: Sven Eckelmann <sven@narfation.org>
13 files changed:
net/batman-adv/Makefile
net/batman-adv/bat_debugfs.c [deleted file]
net/batman-adv/bat_debugfs.h [deleted file]
net/batman-adv/bat_sysfs.c [deleted file]
net/batman-adv/bat_sysfs.h [deleted file]
net/batman-adv/debugfs.c [new file with mode: 0644]
net/batman-adv/debugfs.h [new file with mode: 0644]
net/batman-adv/gateway_client.c
net/batman-adv/hard-interface.c
net/batman-adv/main.c
net/batman-adv/soft-interface.c
net/batman-adv/sysfs.c [new file with mode: 0644]
net/batman-adv/sysfs.h [new file with mode: 0644]