160dd1399c4d589c0c5678a759e8ac7a7eefe64e introduced a line over 80 and can not be accepted according to the Linux Coding Style.
Signed-off-by: Sven Eckelmann sven@narfation.org --- translation-table.c | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/translation-table.c b/translation-table.c index 2bd6a31..7b72966 100644 --- a/translation-table.c +++ b/translation-table.c @@ -505,7 +505,8 @@ int tt_global_seq_print_text(struct seq_file *seq, void *offset) goto out; }
- seq_printf(seq, "Globally announced TT entries received via the mesh %s\n", + seq_printf(seq, + "Globally announced TT entries received via the mesh %s\n", net_dev->name);
spin_lock_bh(&bat_priv->tt_ghash_lock);