Fix: comment syntax and indentation
authorDavid Goulet <dgoulet@efficios.com>
Mon, 28 Jul 2014 14:39:26 +0000 (10:39 -0400)
committerDavid Goulet <dgoulet@efficios.com>
Mon, 28 Jul 2014 14:39:26 +0000 (10:39 -0400)
Signed-off-by: David Goulet <dgoulet@efficios.com>
README
src/bin/lttng/commands/create.c
src/bin/lttng/commands/list.c

diff --git a/README b/README
index 716ae1f8a7f53744bd7022247d7d5c20eec53303..c98444991b1a81b176cc273bdf5a03c2906ebcf2 100644 (file)
--- a/README
+++ b/README
@@ -183,5 +183,5 @@ PACKAGE CONTENTS:
 
     - extras
       Contains extra data such as bash completion file.
-               Note: the presence of xmllint is required for bash-completion.
+        Note: the presence of xmllint is required for bash-completion.
          Python bindings for liblttng-ctl are also available there.
index 4145e14d85e88e15b5d1b025d38881dfa61e856c..acc705b81ac1a42f948f2f101de82269f7aaa761 100644 (file)
@@ -152,11 +152,9 @@ static void usage(FILE *ofp)
 }
 
 /*
- * Retrieve the created session and
- * mi output it of the created session based on provided argument
+ * Retrieve the created session and mi output it based on provided argument
  * This is currently a summary of what was pretty printed and is subject to
  * enhancements.
- * str_url is a placement string for output  url (snapshot or regular trace)
  */
 static int mi_created_session(const char *session_name)
 {
index 210c2f437708ef6a7e0ec3531762b6c6cd25ad48..f33e8d0e3d43ff85cd77eab67186f96bef120c26 100644 (file)
@@ -556,10 +556,8 @@ static int mi_list_ust_event_fields(struct lttng_event_field *fields, int count,
                if (cur_pid != fields[i].event.pid) {
                        if (pid_element_open) {
                                if (event_element_open) {
-                                       /* 
-                                        * Close the previous fields element
-                                        * and the previous event
-                                        */
+
+                                       /* Close the previous field element and event. */
                                        ret = mi_lttng_close_multi_element(writer, 2);
                                        if (ret) {
                                                goto end;
This page took 0.027126 seconds and 4 git commands to generate.