Fix typos
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 1 May 2023 18:40:05 +0000 (14:40 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Mon, 1 May 2023 18:40:05 +0000 (14:40 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
src/rcu.h
src/tracer.c

index 69a07c7091ea2bf99e36a951bd30b39a1c500753..4db3500566abc002042d9f63a6b617d4c24d76de 100644 (file)
--- a/src/rcu.h
+++ b/src/rcu.h
@@ -158,7 +158,7 @@ end:
                (_____side_v); \
        })
 
-#define side_rcu_assign_pointer(p, v)  __atomic_store_n(&(p), v, __ATOMIC_RELEASE); \
+#define side_rcu_assign_pointer(p, v)  __atomic_store_n(&(p), v, __ATOMIC_RELEASE);
 
 void side_rcu_wait_grace_period(struct side_rcu_gp_state *gp_state) __attribute__((visibility("hidden")));
 void side_rcu_gp_init(struct side_rcu_gp_state *rcu_gp) __attribute__((visibility("hidden")));
index 32e49697976a2411e6b2e8bbc1772cfc530b9fdf..1967e81b1cbc0bc846e5d7ef2e636ab5c8873c21 100644 (file)
@@ -1787,7 +1787,7 @@ void tracer_event_notification(enum side_tracer_notification notif,
                        continue;
                printf("provider: %s, event: %s\n",
                        event->provider_name, event->event_name);
-               if  (notif == SIDE_TRACER_NOTIFICATION_INSERT_EVENTS) {
+               if (notif == SIDE_TRACER_NOTIFICATION_INSERT_EVENTS) {
                        if (event->flags & SIDE_EVENT_FLAG_VARIADIC) {
                                ret = side_tracer_callback_variadic_register(event, tracer_call_variadic, NULL);
                                if (ret)
This page took 0.040969 seconds and 4 git commands to generate.