On Sunday 12 June 2016 12:14:24 Antonio Quartulli wrote:
+static void batadv_iv_gw_print(struct batadv_priv *bat_priv,
struct seq_file *seq)
+{
struct batadv_gw_node *gw_node;
int gw_count = 0;
seq_printf(seq,
" Gateway (#/255) Nexthop [outgoingIF]: advertised uplink bandwidth\n");
Maybe you wanted to use seq_puts here. At least you've used it in similar changes.
Kind regards, Sven