Repository : ssh://git@open-mesh.org/batman-adv
On branch : next
commit 7e0135ef9d3e59beb4dbd3a0188398f562bcfa63 Author: Antonio Quartulli ordex@autistici.org Date: Fri Apr 19 10:56:25 2013 +0200
batman-adv: remove useless newline
Signed-off-by: Antonio Quartulli ordex@autistici.org Signed-off-by: Marek Lindner lindner_marek@yahoo.de
7e0135ef9d3e59beb4dbd3a0188398f562bcfa63 network-coding.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/network-coding.c b/network-coding.c index 4eb49fc..f7c5430 100644 --- a/network-coding.c +++ b/network-coding.c @@ -1504,8 +1504,7 @@ void batadv_nc_skb_store_sniffed_unicast(struct batadv_priv *bat_priv, * in case of an error. */ static struct batadv_unicast_packet * -batadv_nc_skb_decode_packet(struct batadv_priv *bat_priv, - struct sk_buff *skb, +batadv_nc_skb_decode_packet(struct batadv_priv *bat_priv, struct sk_buff *skb, struct batadv_nc_packet *nc_packet) { const int h_size = sizeof(struct batadv_unicast_packet);