KVM: selftests: trivial comment/logging fixes
authorAxel Rasmussen <axelrasmussen@google.com>
Wed, 19 May 2021 20:03:30 +0000 (13:03 -0700)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 27 May 2021 11:45:55 +0000 (07:45 -0400)
commitc887d6a126dfc50b27872527615dd46cb3d96bc1
treeca2d560b92d7129cbb62d1a80f03d1c9ab2a20e1
parenta10453c038a7e97169185405242d20d21de0bb91
KVM: selftests: trivial comment/logging fixes

Some trivial fixes I found while touching related code in this series,
factored out into a separate commit for easier reviewing:

- s/gor/got/ and add a newline in demand_paging_test.c
- s/backing_src/src_type/ in a comment to be consistent with the real
  function signature in kvm_util.c

Signed-off-by: Axel Rasmussen <axelrasmussen@google.com>
Message-Id: <20210519200339.829146-2-axelrasmussen@google.com>
Reviewed-by: Ben Gardon <bgardon@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
tools/testing/selftests/kvm/demand_paging_test.c
tools/testing/selftests/kvm/lib/kvm_util.c