diff options
author | Sven Eckelmann <sven@narfation.org> | 2012-06-03 16:19:19 -0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-07-01 16:47:18 -0400 |
commit | e9a4f295ebe06b00d6af5597c0cea78c315c2ebc (patch) | |
tree | bf1866658a3c111f714173a02a14c253b4b5e1c0 /net/batman-adv/translation-table.c | |
parent | cd646ab1e2edde9faeff52bbc1b40e58a5e381fc (diff) |
batman-adv: Prefix hard-interface enum with BATADV_
Reported-by: Martin Hundebøll <martin@hundeboll.net>
Signed-off-by: Sven Eckelmann <sven@narfation.org>
Diffstat (limited to 'net/batman-adv/translation-table.c')
-rw-r--r-- | net/batman-adv/translation-table.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/batman-adv/translation-table.c b/net/batman-adv/translation-table.c index a0487e9f18c7..156c3094c12b 100644 --- a/net/batman-adv/translation-table.c +++ b/net/batman-adv/translation-table.c | |||
@@ -433,7 +433,7 @@ int batadv_tt_local_seq_print_text(struct seq_file *seq, void *offset) | |||
433 | goto out; | 433 | goto out; |
434 | } | 434 | } |
435 | 435 | ||
436 | if (primary_if->if_status != IF_ACTIVE) { | 436 | if (primary_if->if_status != BATADV_IF_ACTIVE) { |
437 | ret = seq_printf(seq, | 437 | ret = seq_printf(seq, |
438 | "BATMAN mesh %s disabled - primary interface not active\n", | 438 | "BATMAN mesh %s disabled - primary interface not active\n", |
439 | net_dev->name); | 439 | net_dev->name); |
@@ -785,7 +785,7 @@ int batadv_tt_global_seq_print_text(struct seq_file *seq, void *offset) | |||
785 | goto out; | 785 | goto out; |
786 | } | 786 | } |
787 | 787 | ||
788 | if (primary_if->if_status != IF_ACTIVE) { | 788 | if (primary_if->if_status != BATADV_IF_ACTIVE) { |
789 | ret = seq_printf(seq, | 789 | ret = seq_printf(seq, |
790 | "BATMAN mesh %s disabled - primary interface not active\n", | 790 | "BATMAN mesh %s disabled - primary interface not active\n", |
791 | net_dev->name); | 791 | net_dev->name); |