Signed-off-by: Sylwester Nawrocki <[email protected]>
---
 utils/v4l2-compliance/v4l2-compliance.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/utils/v4l2-compliance/v4l2-compliance.cpp 
b/utils/v4l2-compliance/v4l2-compliance.cpp
index 10b06f6..8083051 100644
--- a/utils/v4l2-compliance/v4l2-compliance.cpp
+++ b/utils/v4l2-compliance/v4l2-compliance.cpp
@@ -660,8 +660,7 @@ int main(int argc, char **argv)
        test_close(node.fd);
        if (node.node2)
                test_close(node.node2->fd);
-       printf("Total: %d Succeeded: %d Failed: %d Warnings: %d\n",
+       printf("Total: %d, Succeeded: %d, Failed: %d, Warnings: %d\n",
                        tests_total, tests_ok, tests_total - tests_ok, 
warnings);
        exit(app_result);
 }
--
1.7.4.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to