[PATCH v3 08/15] KVM: selftests: Fix vm_mem_region_set_flags docstring

From: James Houghton
Date: Wed Jun 18 2025 - 00:26:46 EST


`flags` is what region->region.flags gets set to.

Signed-off-by: James Houghton <jthoughton@xxxxxxxxxx>
---
tools/testing/selftests/kvm/lib/kvm_util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/kvm/lib/kvm_util.c b/tools/testing/selftests/kvm/lib/kvm_util.c
index a055343a7bf75..ca1aa1699f8aa 100644
--- a/tools/testing/selftests/kvm/lib/kvm_util.c
+++ b/tools/testing/selftests/kvm/lib/kvm_util.c
@@ -1200,7 +1200,7 @@ memslot2region(struct kvm_vm *vm, uint32_t memslot)
*
* Input Args:
* vm - Virtual Machine
- * flags - Starting guest physical address
+ * flags - Flags for the memslot
*
* Output Args: None
*
--
2.50.0.rc2.692.g299adb8693-goog