Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[PATCH] KVM: Add missing 'break'

Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Avi Kivity and committed by
Linus Torvalds
cc1d8955 7f7417d6

+1
+1
drivers/kvm/kvm_main.c
··· 1922 1922 num_msrs_to_save * sizeof(u32))) 1923 1923 goto out; 1924 1924 r = 0; 1925 + break; 1925 1926 } 1926 1927 default: 1927 1928 ;