diff options
author | Antonio Quartulli <ordex@autistici.org> | 2012-08-21 18:42:40 -0400 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2012-08-23 08:02:40 -0400 |
commit | c70437289c989d865633486fc24c61441ba32b9e (patch) | |
tree | b4f8654a64b352b1407cd033a7c97b39b9a6166c /net/batman-adv | |
parent | 0fa7fa98dbcc2789409ed24e885485e645803d7f (diff) |
batman-adv: move function arguments on one line
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Diffstat (limited to 'net/batman-adv')
-rw-r--r-- | net/batman-adv/bridge_loop_avoidance.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/batman-adv/bridge_loop_avoidance.h b/net/batman-adv/bridge_loop_avoidance.h index 563cfbf94a7f..3f0dfa2f6d7c 100644 --- a/net/batman-adv/bridge_loop_avoidance.h +++ b/net/batman-adv/bridge_loop_avoidance.h | |||
@@ -41,8 +41,7 @@ void batadv_bla_free(struct batadv_priv *bat_priv); | |||
41 | #else /* ifdef CONFIG_BATMAN_ADV_BLA */ | 41 | #else /* ifdef CONFIG_BATMAN_ADV_BLA */ |
42 | 42 | ||
43 | static inline int batadv_bla_rx(struct batadv_priv *bat_priv, | 43 | static inline int batadv_bla_rx(struct batadv_priv *bat_priv, |
44 | struct sk_buff *skb, short vid, | 44 | struct sk_buff *skb, short vid, bool is_bcast) |
45 | bool is_bcast) | ||
46 | { | 45 | { |
47 | return 0; | 46 | return 0; |
48 | } | 47 | } |