forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 475
Closed
Description
s/iff/if/ in rust/kernel/sync/mutex.rx+spinlock.rs:
linux/rust/kernel/sync/spinlock.rs
Line 55 in 98898df
// SAFETY: `SpinLock` can be transferred across thread boundaries iff the data it protects can. |
linux/rust/kernel/sync/mutex.rs
Line 41 in 98898df
// SAFETY: `Mutex` can be transferred across thread boundaries iff the data it protects can. |
Metadata
Metadata
Assignees
Labels
No labels