[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <ea1c6b87-238d-455c-bb30-3c4a51b4cf4c@de.bosch.com>
Date: Tue, 20 Aug 2024 12:26:08 +0200
From: Dirk Behme <dirk.behme@...bosch.com>
To: Lyude Paul <lyude@...hat.com>, <rust-for-linux@...r.kernel.org>,
<linux-kernel@...r.kernel.org>
CC: Danilo Krummrich <dakr@...hat.com>, <airlied@...hat.com>, Ingo Molnar
<mingo@...hat.com>, Will Deacon <will@...nel.org>, Waiman Long
<longman@...hat.com>, Peter Zijlstra <peterz@...radead.org>, Miguel Ojeda
<ojeda@...nel.org>, Alex Gaynor <alex.gaynor@...il.com>, Wedson Almeida Filho
<wedsonaf@...il.com>, Boqun Feng <boqun.feng@...il.com>, Gary Guo
<gary@...yguo.net>, Björn Roy Baron
<bjorn3_gh@...tonmail.com>, Benno Lossin <benno.lossin@...ton.me>, "Andreas
Hindborg" <a.hindborg@...sung.com>, Alice Ryhl <aliceryhl@...gle.com>,
"Martin Rodriguez Reboredo" <yakoyoku@...il.com>, Valentin Obst
<kernel@...entinobst.de>, Trevor Gross <tmgross@...ch.edu>, Ben Gooding
<ben.gooding.dev@...il.com>
Subject: Re: [PATCH v3 2/3] rust: sync: Introduce lock::Backend::Context
On 02.08.2024 02:10, Lyude Paul wrote:
...
> diff --git a/rust/kernel/sync/lock.rs b/rust/kernel/sync/lock.rs
> index f6c34ca4d819f..0c72677233946 100644
> --- a/rust/kernel/sync/lock.rs
> +++ b/rust/kernel/sync/lock.rs
> @@ -38,6 +38,9 @@ pub unsafe trait Backend {
> /// [`unlock`]: Backend::unlock
> type GuardState;
>
> + /// The context which much be provided to acquire the lock.
Looks like a typo? much -> must
Best regards
Dirk
Powered by blists - more mailing lists