[libvirt PATCH v2 01/16] tests: remove extra trailing semicolon

Jonathon Jongsma jjongsma at redhat.com
Tue Aug 18 14:47:51 UTC 2020


The macro should not have a trailing semicolon so that when the macro is
used, the user can add a semicolon themselves.

Signed-off-by: Jonathon Jongsma <jjongsma at redhat.com>
---
 tests/nodedevmdevctltest.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/nodedevmdevctltest.c b/tests/nodedevmdevctltest.c
index 9780553a3a..d75dfb1d3e 100644
--- a/tests/nodedevmdevctltest.c
+++ b/tests/nodedevmdevctltest.c
@@ -276,7 +276,7 @@ mymain(void)
         struct startTestInfo info = { virt_type, create, filename }; \
         DO_TEST_FULL("mdevctl start " filename, testMdevctlStartHelper, info); \
        } \
-    while (0);
+    while (0)
 
 #define DO_TEST_START(filename) \
     DO_TEST_START_FULL("QEMU", CREATE_DEVICE, filename)
-- 
2.26.2




More information about the libvir-list mailing list