Skip to content

Commit a754acc

Browse files
zx2c4bonzini
authored andcommitted
KVM: fix Kconfig menu text for -Werror
This was evidently copy and pasted from the i915 driver, but the text wasn't updated. Fixes: 4f337fa ("KVM: allow disabling -Werror") Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
1 parent d718fdc commit a754acc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/x86/kvm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ config KVM_WERROR
6868
depends on (X86_64 && !KASAN) || !COMPILE_TEST
6969
depends on EXPERT
7070
help
71-
Add -Werror to the build flags for (and only for) i915.ko.
71+
Add -Werror to the build flags for KVM.
7272

7373
If in doubt, say "N".
7474

0 commit comments

Comments
 (0)