From: Joerg Roedel Date: Tue, 1 Apr 2008 14:44:56 +0000 (+0200) Subject: KVM: function declaration parameter name cleanup X-Git-Tag: v2.6.26-rc1~1028^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c20456a32ce9e82ccda55e12c10016b181d85e5;p=pandora-kernel.git KVM: function declaration parameter name cleanup The kvm_host.h file for x86 declares the functions kvm_set_cr[0348]. In the header file their second parameter is named cr0 in all cases. This patch renames the parameters so that they match the function name. Signed-off-by: Joerg Roedel Signed-off-by: Avi Kivity --- Reading git-diff-tree failed