Skip to content

Commit 04f3dd8

Browse files
committed
fixup! rust: sync: Replace static LockClassKey refs with a pointer wrapper
Signed-off-by: Janne Grunau <j@jannau.net>
1 parent 1d296de commit 04f3dd8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/kernel/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ pub use lock::spinlock::{new_spinlock, SpinLock};
2424
pub use lockdep::{LockClassKey, StaticLockClassKey};
2525
pub use locked_by::LockedBy;
2626

27-
impl Default for LockClassKey {
27+
impl Default for StaticLockClassKey {
2828
fn default() -> Self {
2929
Self::new()
3030
}

0 commit comments

Comments
 (0)