]> git.baikalelectronics.ru Git - kernel.git/commit
KVM: x86: mmu: do not use return to tail-call functions that return void
authorPaolo Bonzini <pbonzini@redhat.com>
Tue, 23 Dec 2014 12:39:46 +0000 (13:39 +0100)
committerPaolo Bonzini <pbonzini@redhat.com>
Thu, 8 Jan 2015 21:48:02 +0000 (22:48 +0100)
commit2227a24890c628b8e172a03b2a19a8d8c3f58339
tree02a8d4f8954a63ef5cc55d5e6c765018d577d91f
parentdc89dd513befc2348e01b549753788b57df014c3
KVM: x86: mmu: do not use return to tail-call functions that return void

This is, pedantically, not valid C.  It also looks weird.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
arch/x86/kvm/mmu.c