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.

Fix typo in vringh_test.c

Corrected minor typo in tools/virtio/vringh_test.c:
- Fixed "retreives" to "retrieves"

Signed-off-by: Shivam Chaudhary <cvam0000@gmail.com>
Message-Id: <20241008145204.478749-1-cvam0000@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>

authored by

Shivam Chaudhary and committed by
Michael S. Tsirkin
03a942f7 0b364cf5

+1 -1
+1 -1
tools/virtio/vringh_test.c
··· 519 519 errx(1, "virtqueue_add_sgs: %i", err); 520 520 __kmalloc_fake = NULL; 521 521 522 - /* Host retreives it. */ 522 + /* Host retrieves it. */ 523 523 vringh_iov_init(&riov, host_riov, ARRAY_SIZE(host_riov)); 524 524 vringh_iov_init(&wiov, host_wiov, ARRAY_SIZE(host_wiov)); 525 525