Skip to content

Commit 75418e2

Browse files
ColinIanKingsean-jc
authored andcommitted
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>
1 parent 16fc7cb commit 75418e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/kvm/lib/userfaultfd_util.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ struct uffd_desc *uffd_setup_demand_paging(int uffd_mode, useconds_t delay,
114114

115115
PER_PAGE_DEBUG("Userfaultfd %s mode, faults resolved with %s\n",
116116
is_minor ? "MINOR" : "MISSING",
117-
is_minor ? "UFFDIO_CONINUE" : "UFFDIO_COPY");
117+
is_minor ? "UFFDIO_CONTINUE" : "UFFDIO_COPY");
118118

119119
uffd_desc = malloc(sizeof(struct uffd_desc));
120120
TEST_ASSERT(uffd_desc, "Failed to malloc uffd descriptor");

0 commit comments

Comments
 (0)