Re: [PATCH v3 2/3] rust: sync: Introduce lock::Backend::Context

From: Dirk Behme
Date: Tue Aug 20 2024 - 06:27:28 EST


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