[PATCH v1] locking/lockdep: small typo fix
From: Arseniy Krasnov
Date: Wed Feb 18 2026 - 08:00:51 EST
Since commit c935cd62d3fe
("lockdep: Split header file into lockdep and lockdep_types") this define
was moved to lockdep_types.h.
Signed-off-by: Arseniy Krasnov <avkrasnov@xxxxxxxxxxxxxxxxx>
---
kernel/locking/lockdep_states.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kernel/locking/lockdep_states.h b/kernel/locking/lockdep_states.h
index 35ca09f2ed0bb..efe0ad04a29e1 100644
--- a/kernel/locking/lockdep_states.h
+++ b/kernel/locking/lockdep_states.h
@@ -1,7 +1,7 @@
/*
* Lockdep states,
*
- * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep.h whenever
+ * please update XXX_LOCK_USAGE_STATES in include/linux/lockdep_types.h whenever
* you add one, or come up with a nice dynamic solution.
*/
LOCKDEP_STATE(HARDIRQ)
--
2.47.3