The following commit has been merged in the next branch: commit abbb56efd9dc872f5b6229526a8cf136a398d81f Author: Antonio Quartulli ordex@autistici.org Date: Tue Apr 24 10:47:09 2012 +0200
batman-adv: opening function bracket must be on a new line
Signed-off-by: Antonio Quartulli ordex@autistici.org
diff --git a/distributed-arp-table.c b/distributed-arp-table.c index db1694d..3108cd3 100644 --- a/distributed-arp-table.c +++ b/distributed-arp-table.c @@ -37,7 +37,8 @@ #ifdef CONFIG_BATMAN_ADV_DEBUG
static void bat_dbg_arp(struct bat_priv *bat_priv, struct sk_buff *skb, - uint16_t type, int hdr_size, char *msg) { + uint16_t type, int hdr_size, char *msg) +{ struct unicast_4addr_packet *unicast_4addr_packet;
if (msg)