From: Paolo Bonzini Date: Tue, 23 Dec 2014 12:39:46 +0000 (+0100) Subject: KVM: x86: mmu: do not use return to tail-call functions that return void X-Git-Tag: fixes-v4.0-rc1~113^2~58 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0c6db3e22f564d91832547a2432ab00f215108e;p=pandora-kernel.git 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 --- Reading git-diff-tree failed