b.a.t.m.a.n.lists.open-mesh.org archive mirror
 help / color / mirror / Atom feed
* [B.A.T.M.A.N.] [PATCH] batman-adv: Keep line length to 80 chars
@ 2010-10-10 10:07 Sven Eckelmann
  2010-10-12  9:59 ` Marek Lindner
  0 siblings, 1 reply; 2+ messages in thread
From: Sven Eckelmann @ 2010-10-10 10:07 UTC (permalink / raw)
  To: b.a.t.m.a.n

48628bb9419fb5b01a26ca995465d1aded1e47ed added a line over the limit of
80 chars. This should be avoided according to the kernel
Documentation/CodingStyle.

Signed-off-by: Sven Eckelmann <sven.eckelmann@gmx.de>
---
 batman-adv/soft-interface.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/batman-adv/soft-interface.c b/batman-adv/soft-interface.c
index 22fe548..683ec5f 100644
--- a/batman-adv/soft-interface.c
+++ b/batman-adv/soft-interface.c
@@ -220,7 +220,8 @@ int softif_neigh_seq_print_text(struct seq_file *seq, void *offset)
 	return 0;
 }
 
-static void softif_batman_recv(struct sk_buff *skb, struct net_device *dev, short vid)
+static void softif_batman_recv(struct sk_buff *skb, struct net_device *dev,
+			       short vid)
 {
 	struct bat_priv *bat_priv = netdev_priv(dev);
 	struct ethhdr *ethhdr = (struct ethhdr *)skb->data;
-- 
1.7.2.3


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [B.A.T.M.A.N.] [PATCH] batman-adv: Keep line length to 80 chars
  2010-10-10 10:07 [B.A.T.M.A.N.] [PATCH] batman-adv: Keep line length to 80 chars Sven Eckelmann
@ 2010-10-12  9:59 ` Marek Lindner
  0 siblings, 0 replies; 2+ messages in thread
From: Marek Lindner @ 2010-10-12  9:59 UTC (permalink / raw)
  To: The list for a Better Approach To Mobile Ad-hoc Networking

On Sunday 10 October 2010 12:07:06 Sven Eckelmann wrote:
> 48628bb9419fb5b01a26ca995465d1aded1e47ed added a line over the limit of
> 80 chars. This should be avoided according to the kernel
> Documentation/CodingStyle.

Applied in revision 1826.

Regards,
Marek

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-10-12  9:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-10-10 10:07 [B.A.T.M.A.N.] [PATCH] batman-adv: Keep line length to 80 chars Sven Eckelmann
2010-10-12  9:59 ` Marek Lindner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).