[lttng-dev] rcu_cmpxchg_pointer() documentation patch

Ondřej Surý via lttng-dev <[email protected]> Thu, 4 Jul 2024 19:33:00 +0200
Newsgroups org.lttng.lists.lttng-dev
Message-ID <[email protected]>
Hi,

looks like my git-send-email configuration is not correct and my mailserver ate the patch,
so here's one created by git-format-patch...

Nothing important, but it bite me today...



Ondrej
--
Ondřej Surý (He/Him)
[email protected]

_______________________________________________
lttng-dev mailing list
[email protected]
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
0001-pointer.h-Fix-the-rcu_cmpxchg_pointer-documentation.patch (application/octet-stream, 1 KB)
From 062021e4540888a2095966393c48c55b7ddd441f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <[email protected]>
Date: Thu, 4 Jul 2024 10:29:10 +0200
Subject: [PATCH] pointer.h: Fix the rcu_cmpxchg_pointer documentation
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Fix the description of rcu_cmpxchg_pointer() function that had switched
new and old pointers.

Signed-off-by: Ondřej Surý <[email protected]>
---
 include/urcu/pointer.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/urcu/pointer.h b/include/urcu/pointer.h
index cc9aeae..7a673d6 100644
--- a/include/urcu/pointer.h
+++ b/include/urcu/pointer.h
@@ -33,7 +33,7 @@ extern "C" {
 #define rcu_dereference		_rcu_dereference
 
 /*
- * type *rcu_cmpxchg_pointer(type **ptr, type *new, type *old)
+ * type *rcu_cmpxchg_pointer(type **ptr, type *old, type *new)
  * type *rcu_xchg_pointer(type **ptr, type *new)
  * void rcu_set_pointer(type **ptr, type *new)
  *
-- 
2.39.2