The following commit has been merged in the master branch: commit d21f32afe668cbced33d2c2f2a844490990db3f3 Author: Sven Eckelmann sven@narfation.org Date: Wed Jun 15 09:41:35 2011 +0200
batman-adv: Fix line over 80 characters
This regression was introduced in 02585b0b59becfbf14749f08069862f120000bdf.
Signed-off-by: Sven Eckelmann sven@narfation.org
diff --git a/routing.c b/routing.c index 30d0f73..3f52ceb 100644 --- a/routing.c +++ b/routing.c @@ -1231,7 +1231,7 @@ int recv_tt_query(struct sk_buff *skb, struct hard_iface *recv_if) } break; case TT_RESPONSE: - /* packet needs to be linearised to access the TT changes records */ + /* packet needs to be linearised to access the TT changes */ if (skb_linearize(skb) < 0) goto out;