[lttng-dev] [PATCH 2/3] urcu: remove the wrong comma

Lai Jiangshan laijs at cn.fujitsu.com
Fri Dec 7 04:24:54 EST 2012


Signed-off-by: Lai Jiangshan <laijs at cn.fujitsu.com>
---
 tests/test_urcu_wfcq.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/test_urcu_wfcq.c b/tests/test_urcu_wfcq.c
index 939bf7a..17814a7 100644
--- a/tests/test_urcu_wfcq.c
+++ b/tests/test_urcu_wfcq.c
@@ -544,7 +544,7 @@ int main(int argc, char **argv)
 		       tot_enqueues, tot_dequeues);
 	printf_verbose("total number of successful enqueues : %llu, "
 		       "enqueues to empty dest : %llu, "
-		       "successful dequeues %llu, ",
+		       "successful dequeues %llu, "
 		       "splice : %llu\n",
 		       tot_successful_enqueues,
 		       tot_empty_dest_enqueues,
-- 
1.7.4.4




More information about the lttng-dev mailing list