API change for lttng_start/stop_tracing prototype
[lttng-tools.git] / lttng / commands / stop.c
index 87862b4b905dcc049fd8c77703a9fd9693b02841..f1299b5bc19d9276bf477dcca4009c87cb27af19 100644 (file)
@@ -56,9 +56,7 @@ static void usage(FILE *ofp)
 }
 
 /*
- *  stop_tracing
- *
- *  Start tracing for all trace of the session.
+ * Start tracing for all trace of the session.
  */
 static int stop_tracing(void)
 {
@@ -86,6 +84,7 @@ free_name:
        if (opt_session_name == NULL) {
                free(session_name);
        }
+
 error:
        return ret;
 }
This page took 0.023036 seconds and 4 git commands to generate.