[libvirt PATCH v5 02/30] tests: remove extra trailing semicolon

Jonathon Jongsma jjongsma at redhat.com
Tue Mar 2 22:30:37 UTC 2021


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>
Reviewed-by: Erik Skultety <eskultet 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 c12feaac55..650e46a29f 100644
--- a/tests/nodedevmdevctltest.c
+++ b/tests/nodedevmdevctltest.c
@@ -273,7 +273,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