Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: "Ondřej Surý via lttng-dev" <lttng-dev@lists.lttng.org>
To: lttng-dev <lttng-dev@lists.lttng.org>
Subject: [lttng-dev] rcu_cmpxchg_pointer() documentation patch
Date: Thu, 4 Jul 2024 19:33:00 +0200	[thread overview]
Message-ID: <1944AC84-89A1-4C32-807C-335461C796C1@sury.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 193 bytes --]

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...


[-- Attachment #2: 0001-pointer.h-Fix-the-rcu_cmpxchg_pointer-documentation.patch --]
[-- Type: application/octet-stream, Size: 1057 bytes --]

From 062021e4540888a2095966393c48c55b7ddd441f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= <ondrej@sury.org>
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ý <ondrej@sury.org>
---
 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


[-- Attachment #3: Type: text/plain, Size: 59 bytes --]



Ondrej
--
Ondřej Surý (He/Him)
ondrej@sury.org


[-- Attachment #4: Type: text/plain, Size: 156 bytes --]

_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

             reply	other threads:[~2024-07-04 17:41 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-04 17:33 Ondřej Surý via lttng-dev [this message]
2024-07-04 18:04 ` Mathieu Desnoyers via lttng-dev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1944AC84-89A1-4C32-807C-335461C796C1@sury.org \
    --to=lttng-dev@lists.lttng.org \
    --cc=ondrej@sury.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox