Repository : ssh://git@open-mesh.org/batman-adv
On branch : master
commit ef4d227534cb6ad546574676be3f2bb7f13f84a3 Author: Antonio Quartulli antonio@meshcoding.com Date: Sat Dec 7 11:21:22 2013 +0100
batman-adv: fix typ0 in batadv_orig_hardif_seq_print_text()
Introduced by f13f960797fd1969b3c0470cc97435ddfb6aecb4 ("batman-adv: add debugfs support to view multiif tables")
Signed-off-by: Antonio Quartulli antonio@meshcoding.com Signed-off-by: Marek Lindner mareklindner@neomailbox.ch
ef4d227534cb6ad546574676be3f2bb7f13f84a3 originator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/originator.c b/originator.c index 4af1c77..2243003 100644 --- a/originator.c +++ b/originator.c @@ -958,7 +958,7 @@ int batadv_orig_hardif_seq_print_text(struct seq_file *seq, void *offset) hard_iface = batadv_hardif_get_by_netdev(net_dev);
if (!hard_iface || !hard_iface->soft_iface) { - seq_puts(seq, "Interface not known to to B.A.T.M.A.N.\n"); + seq_puts(seq, "Interface not known to B.A.T.M.A.N.\n"); goto out; }