Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

tools/virtio: virtio_test: Fix indentation

Replace eight spaces with Tab.

Signed-off-by: Rong Tao <rtoax@foxmail.com>
Message-Id: <tencent_89579C514BC4020324A1A4ACA44B5B95BB07@qq.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

authored by

Rong Tao and committed by
Michael S. Tsirkin
9b2b3de6 48cd6bc5

+1 -1
+1 -1
tools/virtio/virtio_test.c
··· 134 134 dev->buf_size = 1024; 135 135 dev->buf = malloc(dev->buf_size); 136 136 assert(dev->buf); 137 - dev->control = open("/dev/vhost-test", O_RDWR); 137 + dev->control = open("/dev/vhost-test", O_RDWR); 138 138 assert(dev->control >= 0); 139 139 r = ioctl(dev->control, VHOST_SET_OWNER, NULL); 140 140 assert(r >= 0);