OSDN Git Service
(root)
/
uclinux-h8
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d718fdc
)
KVM: fix Kconfig menu text for -Werror
author
Jason A. Donenfeld
<Jason@zx2c4.com>
Wed, 4 Mar 2020 10:42:21 +0000
(18:42 +0800)
committer
Paolo Bonzini
<pbonzini@redhat.com>
Thu, 5 Mar 2020 14:27:43 +0000
(15:27 +0100)
This was evidently copy and pasted from the i915 driver, but the text
wasn't updated.
Fixes:
4f337faf1c55
("KVM: allow disabling -Werror")
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/x86/kvm/Kconfig
b/arch/x86/kvm/Kconfig
index
1bb4927
..
9fea075
100644
(file)
--- a/
arch/x86/kvm/Kconfig
+++ b/
arch/x86/kvm/Kconfig
@@
-68,7
+68,7
@@
config KVM_WERROR
depends on (X86_64 && !KASAN) || !COMPILE_TEST
depends on EXPERT
help
- Add -Werror to the build flags for
(and only for) i915.ko
.
+ Add -Werror to the build flags for
KVM
.
If in doubt, say "N".