]> git.baikalelectronics.ru Git - kernel.git/commit
kvm: nVMX: match comment with return type for nested_vmx_exit_reflected
authorOliver Upton <oupton@google.com>
Tue, 14 Apr 2020 22:12:41 +0000 (22:12 +0000)
committerPaolo Bonzini <pbonzini@redhat.com>
Wed, 15 Apr 2020 16:08:35 +0000 (12:08 -0400)
commit9217b944748fe05c496f9e88ced743c6cba0b882
treefe86b588cf71a5b86b47226b7c9d909a6157cdb3
parenta56d547554f4b9f6fc2f2bb4e98f0e4e7839c88f
kvm: nVMX: match comment with return type for nested_vmx_exit_reflected

nested_vmx_exit_reflected() returns a bool, not int. As such, refer to
the return values as true/false in the comment instead of 1/0.

Signed-off-by: Oliver Upton <oupton@google.com>
Message-Id: <20200414221241.134103-1-oupton@google.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/vmx/nested.c