aboutsummaryrefslogtreecommitdiffstats
path: root/net/batman-adv/unicast.c
diff options
context:
space:
mode:
authorAntonio Quartulli <ordex@autistici.org>2012-11-30 20:32:01 -0500
committerAntonio Quartulli <ordex@autistici.org>2013-01-12 05:58:21 -0500
commit46d160ef887963f26fee2df3d3b99eab54637014 (patch)
tree994220f470e1b0f5c48fd4f6308c778f548ba5ba /net/batman-adv/unicast.c
parentdec05074b1a322f5fbbe3f81bc438a75bfec3c34 (diff)
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.c2
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,
133 is_head = !!(up->flags & BATADV_UNI_FRAG_HEAD); 133 is_head = !!(up->flags & BATADV_UNI_FRAG_HEAD);
134 134
135 list_for_each_entry(tfp, head, list) { 135 list_for_each_entry(tfp, head, list) {
136
137 if (!tfp->skb) 136 if (!tfp->skb)
138 continue; 137 continue;
139 138
@@ -162,7 +161,6 @@ void batadv_frag_list_free(struct list_head *head)
162 struct batadv_frag_packet_list_entry *pf, *tmp_pf; 161 struct batadv_frag_packet_list_entry *pf, *tmp_pf;
163 162
164 if (!list_empty(head)) { 163 if (!list_empty(head)) {
165
166 list_for_each_entry_safe(pf, tmp_pf, head, list) { 164 list_for_each_entry_safe(pf, tmp_pf, head, list) {
167 kfree_skb(pf->skb); 165 kfree_skb(pf->skb);
168 list_del(&pf->list); 166 list_del(&pf->list);