[PATCH] x86: svm: Remove unneeded semicolon

2 views
Skip to first unread message

Jan Kiszka

unread,
Jun 17, 2015, 3:16:37 AM6/17/15
to Jailhouse, Valentine Sinitsyn
Addresses coccinelle finding:

jailhouse/hypervisor/arch/x86/svm.c:727:2-3: Unneeded semicolon

Signed-off-by: Jan Kiszka <jan.k...@siemens.com>
---
hypervisor/arch/x86/svm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hypervisor/arch/x86/svm.c b/hypervisor/arch/x86/svm.c
index 801f037..57d7eb4 100644
--- a/hypervisor/arch/x86/svm.c
+++ b/hypervisor/arch/x86/svm.c
@@ -724,7 +724,7 @@ static bool svm_handle_cr(struct per_cpu *cpu_data)
panic_printk("FATAL: Unable to parse MOV-to-CR instruction\n");
return false;
}
- };
+ }

if (reg == 4)
val = vmcb->rsp;
Reply all
Reply to author
Forward
0 new messages