Staging: batman-adv: remove superfluous hint to "translation table"
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
3a632cc71a
commit
1bcb164e5d
@ -395,8 +395,7 @@ int hna_global_seq_print_text(struct seq_file *seq, void *offset)
|
|||||||
net_dev->name);
|
net_dev->name);
|
||||||
}
|
}
|
||||||
|
|
||||||
seq_printf(seq, "Globally announced HNAs received via the mesh %s "
|
seq_printf(seq, "Globally announced HNAs received via the mesh %s\n",
|
||||||
"(translation table):\n",
|
|
||||||
net_dev->name);
|
net_dev->name);
|
||||||
|
|
||||||
spin_lock_irqsave(&hna_global_hash_lock, flags);
|
spin_lock_irqsave(&hna_global_hash_lock, flags);
|
||||||
|
Reference in New Issue
Block a user