]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
kvm tools: Fix a vertical indentation for net/uip/udp.c
authorAsias He <asias.hejun@gmail.com>
Mon, 31 Oct 2011 14:39:40 +0000 (22:39 +0800)
committerPekka Enberg <penberg@kernel.org>
Mon, 31 Oct 2011 16:41:03 +0000 (18:41 +0200)
Signed-off-by: Asias He <asias.hejun@gmail.com>
Signed-off-by: Pekka Enberg <penberg@kernel.org>
tools/kvm/net/uip/udp.c

index 39c2b57a197553ffb054e228111d0b27e726ebf6..d4518b2527bc1726cb12a2698e4453c74b97985f 100644 (file)
@@ -182,7 +182,7 @@ static void *uip_udp_socket_thread(void *p)
                        /*
                         * Get free buffer to send data to guest
                         */
-                       buf             = uip_buf_get_free(info);
+                       buf = uip_buf_get_free(info);
 
                        uip_udp_make_pkg(info, sk, buf, payload, payload_len);