[PATCH v2 5/5] KVM: selftests: Fix typos and stale comments in kvm_util

Andrew Jones andrew.jones at linux.dev
Mon Dec 22 10:13:58 PST 2025


On Mon, Dec 15, 2025 at 04:51:55PM +0000, Fuad Tabba wrote:
> Fix minor documentation errors in `kvm_util.h` and `kvm_util.c`.
> 
> - Correct the argument description for `vcpu_args_set` in `kvm_util.h`,
>   which incorrectly listed `vm` instead of `vcpu`.
> - Fix a typo in the comment for `kvm_selftest_arch_init` ("exeucting" ->
>   "executing").
> - Correct the return value description for `vm_vaddr_unused_gap` in
>   `kvm_util.c` to match the implementation, which returns an address "at
>   or above" `vaddr_min`, not "at or below".
> 
> No functional change intended.
> 
> Signed-off-by: Fuad Tabba <tabba at google.com>
> ---
>  tools/testing/selftests/kvm/include/kvm_util.h | 4 ++--
>  tools/testing/selftests/kvm/lib/kvm_util.c     | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>

Reviewed-by: Andrew Jones <andrew.jones at linux.dev>



More information about the linux-arm-kernel mailing list