summaryrefslogtreecommitdiffstats
path: root/net/batman-adv/bat_debugfs.c
diff options
context:
space:
mode:
authorSven Eckelmann2012-06-03 22:19:08 +0200
committerAntonio Quartulli2012-06-28 08:44:54 +0200
commit54590e4d4b369c9fc0dcbb3c7f39eb90fbddcbe2 (patch)
tree27eda8ff28caf3554dfa6b852a47dfde98b87f36 /net/batman-adv/bat_debugfs.c
parentbatman-adv: Prefix local defines with BATADV_ (diff)
downloadkernel-qcow2-linux-54590e4d4b369c9fc0dcbb3c7f39eb90fbddcbe2.tar.gz
kernel-qcow2-linux-54590e4d4b369c9fc0dcbb3c7f39eb90fbddcbe2.tar.xz
kernel-qcow2-linux-54590e4d4b369c9fc0dcbb3c7f39eb90fbddcbe2.zip
batman-adv: Prefix debugfs defines with BATADV_
Reported-by: Martin Hundebøll <martin@hundeboll.net> Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/bat_debugfs.c')
-rw-r--r--net/batman-adv/bat_debugfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/batman-adv/bat_debugfs.c b/net/batman-adv/bat_debugfs.c
index ce84a616fddf..f9af65ea42fc 100644
--- a/net/batman-adv/bat_debugfs.c
+++ b/net/batman-adv/bat_debugfs.c
@@ -311,7 +311,7 @@ void batadv_debugfs_init(void)
struct bat_debuginfo *bat_debug;
struct dentry *file;
- batadv_debugfs = debugfs_create_dir(DEBUGFS_BAT_SUBDIR, NULL);
+ batadv_debugfs = debugfs_create_dir(BATADV_DEBUGFS_SUBDIR, NULL);
if (batadv_debugfs == ERR_PTR(-ENODEV))
batadv_debugfs = NULL;