projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ec4fb4
)
x86: kvm_para: fix typo in hypercall comments
author
Jesse Larrew
<
[email protected]
>
Mon, 10 Dec 2012 21:31:51 +0000
(15:31 -0600)
committer
Marcelo Tosatti
<
[email protected]
>
Wed, 2 Jan 2013 18:02:25 +0000
(16:02 -0200)
Correct a typo in the comment explaining hypercalls.
Signed-off-by: Jesse Larrew <
[email protected]
>
Signed-off-by: Marcelo Tosatti <
[email protected]
>
arch/x86/include/asm/kvm_para.h
patch
|
blob
|
history
diff --git
a/arch/x86/include/asm/kvm_para.h
b/arch/x86/include/asm/kvm_para.h
index eb3e9d85e1f1c75fc0db709cc40dd7a226d928cd..f49c16d47581dcab236ccd096c6d0ecd322b2a17 100644
(file)
--- a/
arch/x86/include/asm/kvm_para.h
+++ b/
arch/x86/include/asm/kvm_para.h
@@
-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.
* The hypercall number should be placed in rax and the return value will be
- * placed in rax. No other registers will be clobbered unless explicit
ed
+ * placed in rax. No other registers will be clobbered unless explicit
ly
* noted by the particular hypercall.
*/