|
@@ -1935,9 +1935,7 @@ int batadv_nc_nodes_seq_print_text(struct seq_file *seq, void *offset)
|
|
|
list)
|
|
|
seq_printf(seq, "%pM ",
|
|
|
nc_node->addr);
|
|
|
- seq_puts(seq, "\n");
|
|
|
-
|
|
|
- seq_puts(seq, " Outgoing: ");
|
|
|
+ seq_puts(seq, "\n Outgoing: ");
|
|
|
/* For out_nc_node to this orig_node */
|
|
|
list_for_each_entry_rcu(nc_node,
|
|
|
&orig_node->out_coding_list,
|