tipc: cleanup various cosmetic whitespace issues
[deliverable/linux.git] / net / tipc / node.c
index 126d774883dd7e6402e917cc15bc75c117ed544a..2ed162f91a082cd84e809385be0181655139c172 100644 (file)
@@ -334,7 +334,7 @@ static void node_lost_contact(struct tipc_node *n_ptr)
        /* Clean up broadcast reception remains */
        n_ptr->bclink.gap_after = n_ptr->bclink.gap_to = 0;
        while (n_ptr->bclink.deferred_head) {
-               struct sk_buffbuf = n_ptr->bclink.deferred_head;
+               struct sk_buff *buf = n_ptr->bclink.deferred_head;
                n_ptr->bclink.deferred_head = buf->next;
                buf_discard(buf);
        }
This page took 0.025097 seconds and 5 git commands to generate.