diff options
Diffstat (limited to 'arch/x86/kvm/x86.c')
-rw-r--r-- | arch/x86/kvm/x86.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/kvm/x86.c b/arch/x86/kvm/x86.c index 5beb4c16caab..829e3063e2ab 100644 --- a/arch/x86/kvm/x86.c +++ b/arch/x86/kvm/x86.c | |||
@@ -2176,7 +2176,7 @@ long kvm_arch_vm_ioctl(struct file *filp, | |||
2176 | { | 2176 | { |
2177 | struct kvm *kvm = filp->private_data; | 2177 | struct kvm *kvm = filp->private_data; |
2178 | void __user *argp = (void __user *)arg; | 2178 | void __user *argp = (void __user *)arg; |
2179 | int r = -EINVAL; | 2179 | int r = -ENOTTY; |
2180 | /* | 2180 | /* |
2181 | * This union makes it completely explicit to gcc-3.x | 2181 | * This union makes it completely explicit to gcc-3.x |
2182 | * that these two variables' stack usage should be | 2182 | * that these two variables' stack usage should be |