Skip to content

Commit

Permalink
batman-adv: move function arguments on one line
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
  • Loading branch information
Antonio Quartulli committed Aug 23, 2012
1 parent 0fa7fa9 commit c704372
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions net/batman-adv/bridge_loop_avoidance.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit c704372

Please sign in to comment.