Skip to content

Commit

Permalink
Staging: batman-adv: remove superfluous hint to "translation table"
Browse files Browse the repository at this point in the history
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
[sven.eckelmann@gmx.de: Rework on top of current version]
Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Marek Lindner authored and Greg Kroah-Hartman committed Jun 22, 2010
1 parent 3a632cc commit 1bcb164
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions drivers/staging/batman-adv/translation-table.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,8 +395,7 @@ int hna_global_seq_print_text(struct seq_file *seq, void *offset)
net_dev->name);
}

seq_printf(seq, "Globally announced HNAs received via the mesh %s "
"(translation table):\n",
seq_printf(seq, "Globally announced HNAs received via the mesh %s\n",
net_dev->name);

spin_lock_irqsave(&hna_global_hash_lock, flags);
Expand Down

0 comments on commit 1bcb164

Please sign in to comment.