Commit 11393a07 authored by Jesse Larrew's avatar Jesse Larrew Committed by Marcelo Tosatti

x86: kvm_para: fix typo in hypercall comments

Correct a typo in the comment explaining hypercalls.
Signed-off-by: default avatarJesse Larrew <jlarrew@linux.vnet.ibm.com>
Signed-off-by: default avatarMarcelo Tosatti <mtosatti@redhat.com>
parent 7ec4fb44
...@@ -122,7 +122,7 @@ static inline bool kvm_check_and_clear_guest_paused(void) ...@@ -122,7 +122,7 @@ static inline bool kvm_check_and_clear_guest_paused(void)
* *
* Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively. * Up to four arguments may be passed in rbx, rcx, rdx, and rsi respectively.
* The hypercall number should be placed in rax and the return value will be * The hypercall number should be placed in rax and the return value will be
* placed in rax. No other registers will be clobbered unless explicited * placed in rax. No other registers will be clobbered unless explicitly
* noted by the particular hypercall. * noted by the particular hypercall.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment