diff mbox

[02/15] VMX: Drop redundant return statements

Message ID 5b67e1c2138fea5cbde9a17ba19e8960c3c76fcd.1387187847.git.jan.kiszka@siemens.com (mailing list archive)
State New, archived
Headers show

Commit Message

Jan Kiszka Dec. 16, 2013, 9:57 a.m. UTC
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 x86/vmx_tests.c | 3 ---
 1 file changed, 3 deletions(-)
diff mbox

Patch

diff --git a/x86/vmx_tests.c b/x86/vmx_tests.c
index 3f584ed..74d633b 100644
--- a/x86/vmx_tests.c
+++ b/x86/vmx_tests.c
@@ -668,8 +668,6 @@  static void iobmp_main()
 		report("I/O bitmap - overrun", 1);
 	else
 		report("I/O bitmap - overrun", 0);
-	
-	return;
 }
 
 static int iobmp_exit_handler()
@@ -1022,7 +1020,6 @@  t1:
 		report("EPT violation - paging structure", 1);
 	else
 		report("EPT violation - paging structure", 0);
-	return;
 }
 
 static int ept_exit_handler()