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

KVM: selftests: Fix spelling mistake "UFFDIO_CONINUE" -> "UFFDIO_CONTINUE"

There is a spelling mistake in a PER_PAGE_DEBUG debug message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20250227220819.656780-1-colin.i.king@gmail.com
Signed-off-by: Sean Christopherson <seanjc@google.com>

authored by

Colin Ian King and committed by
Sean Christopherson
75418e22 16fc7cb4

+1 -1
+1 -1
tools/testing/selftests/kvm/lib/userfaultfd_util.c
··· 114 114 115 115 PER_PAGE_DEBUG("Userfaultfd %s mode, faults resolved with %s\n", 116 116 is_minor ? "MINOR" : "MISSING", 117 - is_minor ? "UFFDIO_CONINUE" : "UFFDIO_COPY"); 117 + is_minor ? "UFFDIO_CONTINUE" : "UFFDIO_COPY"); 118 118 119 119 uffd_desc = malloc(sizeof(struct uffd_desc)); 120 120 TEST_ASSERT(uffd_desc, "Failed to malloc uffd descriptor");