Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7043728 authored by Antonio Quartulli's avatar Antonio Quartulli
Browse files

batman-adv: move function arguments on one line

parent 0fa7fa98
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
}