[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aQyHQFYGTodXADNU@google.com>
Date: Thu, 6 Nov 2025 11:32:16 +0000
From: Alice Ryhl <aliceryhl@...gle.com>
To: Hang Shu <m18080292938@....com>
Cc: ojeda@...nel.org, Hang Shu <hangshu847@...il.com>,
Alex Gaynor <alex.gaynor@...il.com>, Boqun Feng <boqun.feng@...il.com>,
Gary Guo <gary@...yguo.net>,
"Björn Roy Baron" <bjorn3_gh@...tonmail.com>, Benno Lossin <lossin@...nel.org>,
Andreas Hindborg <a.hindborg@...nel.org>, Trevor Gross <tmgross@...ch.edu>,
Danilo Krummrich <dakr@...nel.org>, rust-for-linux@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH] rust: correct documentation comment for rbtree cursor
peek_next method
On Thu, Nov 06, 2025 at 11:20:14AM +0000, Hang Shu wrote:
> From: Hang Shu <hangshu847@...il.com>
>
> The peek_next method's doc comment incorrectly stated it accesses the
> "previous" node when it actually accesses the next node. This commit
> fixes the documentation to accurately reflect the method's behavior.
>
> Signed-off-by: Hang Shu <hangshu847@...il.com>
Thanks.
Reviewed-by: Alice Ryhl <aliceryhl@...gle.com>
This should probably have a fixes tag:
Fixes: 98c14e40e07a ("rust: rbtree: add cursor")
Alice
Powered by blists - more mailing lists