]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - arch/x86/kvm/mmu.c
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)
commite0c6db3e22f564d91832547a2432ab00f215108e
tree02a8d4f8954a63ef5cc55d5e6c765018d577d91f
parent6c19b7538f5ae2b6cdf91ab29f7fddf7320ece5b
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