projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9795447
)
lockdep: Fix typos in documentation
author
Li Zefan
<lizf@cn.fujitsu.com>
Fri, 7 Aug 2009 07:10:54 +0000
(15:10 +0800)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 7 Aug 2009 10:03:46 +0000
(12:03 +0200)
s/head/held
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Peter Zijlstra <peterz@infradead.org>
LKML-Reference: <
4A7BD37E
.
9060806
@cn.fujitsu.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Documentation/lockdep-design.txt
patch
|
blob
|
blame
|
history
diff --git
a/Documentation/lockdep-design.txt
b/Documentation/lockdep-design.txt
index e20d913d5914a29261d12f5fa4585164ed170c82..abf768c681e208c3fe5c4d7c5fc27f788c6c29c7 100644
(file)
--- a/
Documentation/lockdep-design.txt
+++ b/
Documentation/lockdep-design.txt
@@
-30,9
+30,9
@@
State
The validator tracks lock-class usage history into 4n + 1 separate state bits:
- 'ever held in STATE context'
-- 'ever he
a
d as readlock in STATE context'
-- 'ever he
a
d with STATE enabled'
-- 'ever he
a
d as readlock with STATE enabled'
+- 'ever he
l
d as readlock in STATE context'
+- 'ever he
l
d with STATE enabled'
+- 'ever he
l
d as readlock with STATE enabled'
Where STATE can be either one of (kernel/lockdep_states.h)
- hardirq