summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 1ad7f1b9160e..8fb8a206db12 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -1153,7 +1153,7 @@ config LOCK_STAT
(CONFIG_LOCKDEP defines "acquire" and "release" events.)
config LOCKDEP_CROSSRELEASE
- bool "Lock debugging: make lockdep work for crosslocks"
+ bool "Lock debugging: enable cross-locking checks in lockdep"
help
This makes lockdep work for crosslock which is a lock allowed to
be released in a different context from the acquisition context.