From: Sven Eckelmann <sven@narfation.org>
To: b.a.t.m.a.n@lists.open-mesh.org
Subject: [B.A.T.M.A.N.] [PATCH 02/16] batman-adv: Prefix debugfs defines with BATADV_
Date: Sun, 3 Jun 2012 22:19:08 +0200 [thread overview]
Message-ID: <1338754762-28424-2-git-send-email-sven@narfation.org> (raw)
In-Reply-To: <1338754762-28424-1-git-send-email-sven@narfation.org>
Reported-by: Martin Hundebøll <martin@hundeboll.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
---
bat_debugfs.c | 2 +-
bat_debugfs.h | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/bat_debugfs.c b/bat_debugfs.c
index 095e6e8..c28b9de 100644
--- a/bat_debugfs.c
+++ b/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;
diff --git a/bat_debugfs.h b/bat_debugfs.h
index eb0d576..3319e1f 100644
--- a/bat_debugfs.h
+++ b/bat_debugfs.h
@@ -20,7 +20,7 @@
#ifndef _NET_BATMAN_ADV_DEBUGFS_H_
#define _NET_BATMAN_ADV_DEBUGFS_H_
-#define DEBUGFS_BAT_SUBDIR "batman_adv"
+#define BATADV_DEBUGFS_SUBDIR "batman_adv"
void batadv_debugfs_init(void);
void batadv_debugfs_destroy(void);
--
1.7.10
next prev parent reply other threads:[~2012-06-03 20:19 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-03 20:19 [B.A.T.M.A.N.] [PATCH 01/16] batman-adv: Prefix local defines with BATADV_ Sven Eckelmann
2012-06-03 20:19 ` Sven Eckelmann [this message]
2012-06-09 15:02 ` [B.A.T.M.A.N.] [PATCH 02/16] batman-adv: Prefix debugfs " Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 03/16] batman-adv: Prefix sysfs " Sven Eckelmann
2012-06-09 15:03 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 04/16] batman-adv: Prefix bridge_loop_avoidance " Sven Eckelmann
2012-06-09 15:04 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 05/16] batman-adv: Prefix gateway " Sven Eckelmann
2012-06-09 15:05 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 06/16] batman-adv: Prefix icmp_socket " Sven Eckelmann
2012-06-09 15:07 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 07/16] batman-adv: Prefix packet " Sven Eckelmann
2012-06-09 15:10 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 08/16] batman-adv: Prefix types " Sven Eckelmann
2012-06-09 15:12 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 09/16] batman-adv: Prefix unicast " Sven Eckelmann
2012-06-09 15:13 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 10/16] batman-adv: Prefix vis " Sven Eckelmann
2012-06-09 15:14 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 11/16] batman-adv: Prefix main " Sven Eckelmann
2012-06-10 8:38 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 12/16] batman-adv: Prefix gateway enum " Sven Eckelmann
2012-06-10 8:40 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 13/16] batman-adv: Prefix hard-interface " Sven Eckelmann
2012-06-10 8:43 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 14/16] batman-adv: Prefix types " Sven Eckelmann
2012-06-10 8:45 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 15/16] batman-adv: Prefix packet " Sven Eckelmann
2012-06-10 8:56 ` Marek Lindner
2012-06-03 20:19 ` [B.A.T.M.A.N.] [PATCH 16/16] batman-adv: Prefix main " Sven Eckelmann
2012-06-10 8:58 ` Marek Lindner
2012-06-09 15:01 ` [B.A.T.M.A.N.] [PATCH 01/16] batman-adv: Prefix local defines " Marek Lindner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1338754762-28424-2-git-send-email-sven@narfation.org \
--to=sven@narfation.org \
--cc=b.a.t.m.a.n@lists.open-mesh.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox