Cleanup: comment alignment in ring buffer config.h
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Thu, 10 Mar 2022 19:01:14 +0000 (14:01 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Fri, 11 Mar 2022 16:41:54 +0000 (11:41 -0500)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: I38fdfd786dfb60e1339634780be2645968351ed8

include/ringbuffer/config.h

index d6dc5af6afcf61b40b9e5eb3161238a07158bad6..34f8a5da22e08935c659c8425d47e35184f1a2ff 100644 (file)
@@ -184,7 +184,7 @@ struct lttng_kernel_ring_buffer_ctx_private {
        u64 tsc;                                /* time-stamp counter value */
        unsigned int rflags;                    /* reservation flags */
 
        u64 tsc;                                /* time-stamp counter value */
        unsigned int rflags;                    /* reservation flags */
 
-       struct lttng_kernel_ring_buffer *buf;           /*
+       struct lttng_kernel_ring_buffer *buf;   /*
                                                 * buffer corresponding to processor id
                                                 * for this channel
                                                 */
                                                 * buffer corresponding to processor id
                                                 * for this channel
                                                 */
This page took 0.026097 seconds and 4 git commands to generate.