[PATCH v1] locking/lockdep: small typo fix

Arseniy Krasnov posted 1 patch 1 month, 1 week ago
kernel/locking/lockdep_states.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v1] locking/lockdep: small typo fix
Posted by Arseniy Krasnov 1 month, 1 week ago
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@salutedevices.com>
---
 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