From: Jan Kiszka Date: Mon, 8 Apr 2013 09:07:46 +0000 (+0200) Subject: KVM: VMX: Add missing braces to avoid redundant error check X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~69 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a63cb56061239372fce2452dbedd35c95bd665aa;p=pandora-kernel.git KVM: VMX: Add missing braces to avoid redundant error check The code was already properly aligned, now also add the braces to avoid that err is checked even if alloc_apic_access_page didn't run and change it. Found via Coccinelle by Fengguang Wu. Signed-off-by: Jan Kiszka Signed-off-by: Gleb Natapov --- Reading git-diff-tree failed