batman-adv: Fix line over 80 characters

Message ID 1304840395-8898-1-git-send-email-sven@narfation.org (mailing list archive)
State Accepted, archived
Commit 6ffb0a7b1bcd7a3ab572a7b05b11ec6f4e20a45f
Headers

Commit Message

Sven Eckelmann May 8, 2011, 7:39 a.m. UTC
  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(-)
  

Comments

Marek Lindner May 8, 2011, 12:33 p.m. UTC | #1
On Sunday 08 May 2011 09:39:55 Sven Eckelmann wrote:
> 160dd1399c4d589c0c5678a759e8ac7a7eefe64e introduced a line over 80 and
> can not be accepted according to the Linux Coding Style.

Applied in revision 6ffb0a7.

Thanks,
Marek
  

Patch

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);