batman-adv: move function arguments on one line
authorAntonio Quartulli <ordex@autistici.org>
Tue, 21 Aug 2012 22:42:40 +0000 (00:42 +0200)
committerAntonio Quartulli <ordex@autistici.org>
Thu, 23 Aug 2012 12:02:40 +0000 (14:02 +0200)
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
net/batman-adv/bridge_loop_avoidance.h

index 563cfbf..3f0dfa2 100644 (file)
@@ -41,8 +41,7 @@ void batadv_bla_free(struct batadv_priv *bat_priv);
 #else /* ifdef CONFIG_BATMAN_ADV_BLA */
 
 static inline int batadv_bla_rx(struct batadv_priv *bat_priv,
-                               struct sk_buff *skb, short vid,
-                               bool is_bcast)
+                               struct sk_buff *skb, short vid, bool is_bcast)
 {
        return 0;
 }