diff options
author | Antonio Quartulli <ordex@autistici.org> | 2012-12-01 02:32:01 +0100 |
---|---|---|
committer | Antonio Quartulli <ordex@autistici.org> | 2013-01-12 11:58:21 +0100 |
commit | 46d160ef887963f26fee2df3d3b99eab54637014 (patch) | |
tree | 994220f470e1b0f5c48fd4f6308c778f548ba5ba /net/batman-adv/unicast.c | |
parent | batman-adv: Initialize lockdep class keys for hashes (diff) | |
download | linux-46d160ef887963f26fee2df3d3b99eab54637014.tar.xz linux-46d160ef887963f26fee2df3d3b99eab54637014.zip |
batman-adv: remove useless blank lines before and after brackets
Signed-off-by: Antonio Quartulli <ordex@autistici.org>
Signed-off-by: Marek Lindner <lindner_marek@yahoo.de>
Diffstat (limited to 'net/batman-adv/unicast.c')
-rw-r--r-- | net/batman-adv/unicast.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/batman-adv/unicast.c b/net/batman-adv/unicast.c index 10aff49fcf25..f56bccf4229e 100644 --- a/net/batman-adv/unicast.c +++ b/net/batman-adv/unicast.c @@ -133,7 +133,6 @@ batadv_frag_search_packet(struct list_head *head, is_head = !!(up->flags & BATADV_UNI_FRAG_HEAD); list_for_each_entry(tfp, head, list) { - if (!tfp->skb) continue; @@ -162,7 +161,6 @@ void batadv_frag_list_free(struct list_head *head) struct batadv_frag_packet_list_entry *pf, *tmp_pf; if (!list_empty(head)) { - list_for_each_entry_safe(pf, tmp_pf, head, list) { kfree_skb(pf->skb); list_del(&pf->list); |