Re: [PATCH] kvm: fix typo of || to && in arch/x86/kvm/vmx.c

2009-02-17 Thread Avi Kivity
Wei Yongjun wrote: > Fix the typo of || to &&. > > This is already fixed in kvm.git. -- I have a truly marvellous patch that fixes the bug which this signature is too narrow to contain. -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majord...@vg

[PATCH] kvm: fix typo of || to && in arch/x86/kvm/vmx.c

2009-02-16 Thread Wei Yongjun
Fix the typo of || to &&. Signed-off-by: Wei Yongjun --- arch/x86/kvm/vmx.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/x86/kvm/vmx.c b/arch/x86/kvm/vmx.c index 6259d74..3f3cab2 100644 --- a/arch/x86/kvm/vmx.c +++ b/arch/x86/kvm/vmx.c @@ -1813,7 +1813,7 @@ st