From: Sven Eckelmann Date: Sun, 10 Jun 2012 21:58:51 +0000 (+0200) Subject: batman-adv: Remove bat_ prefix from bat_{debugfs, sysfs}.{c, h} X-Git-Tag: v3.6-rc1~125^2~325^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b706b13b6cfde22d1f4adc540fd89426247c1e3e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed