mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-16 02:15:47 +00:00
kvm tools: Fix a vertical indentation for net/uip/udp.c
Signed-off-by: Asias He <asias.hejun@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
This commit is contained in:
+1
-1
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user