aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/batman-adv/bat_debugfs.c2
-rw-r--r--net/batman-adv/bat_debugfs.h2
2 files changed, 2 insertions, 2 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)
311 struct bat_debuginfo *bat_debug; 311 struct bat_debuginfo *bat_debug;
312 struct dentry *file; 312 struct dentry *file;
313 313
314 batadv_debugfs = debugfs_create_dir(DEBUGFS_BAT_SUBDIR, NULL); 314 batadv_debugfs = debugfs_create_dir(BATADV_DEBUGFS_SUBDIR, NULL);
315 if (batadv_debugfs == ERR_PTR(-ENODEV)) 315 if (batadv_debugfs == ERR_PTR(-ENODEV))
316 batadv_debugfs = NULL; 316 batadv_debugfs = NULL;
317 317
diff --git a/net/batman-adv/bat_debugfs.h b/net/batman-adv/bat_debugfs.h
index eb0d576b4f9d..3319e1f21f55 100644
--- a/net/batman-adv/bat_debugfs.h
+++ b/net/batman-adv/bat_debugfs.h
@@ -20,7 +20,7 @@
20#ifndef _NET_BATMAN_ADV_DEBUGFS_H_ 20#ifndef _NET_BATMAN_ADV_DEBUGFS_H_
21#define _NET_BATMAN_ADV_DEBUGFS_H_ 21#define _NET_BATMAN_ADV_DEBUGFS_H_
22 22
23#define DEBUGFS_BAT_SUBDIR "batman_adv" 23#define BATADV_DEBUGFS_SUBDIR "batman_adv"
24 24
25void batadv_debugfs_init(void); 25void batadv_debugfs_init(void);
26void batadv_debugfs_destroy(void); 26void batadv_debugfs_destroy(void);