aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Engestrom <eric.engestrom@imgtec.com>2018-03-13 07:10:58 -0400
committerJonathan Corbet <corbet@lwn.net>2018-03-21 11:17:56 -0400
commit3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4 (patch)
treeee8cad777e8acceec5e2caf868a032cf5cdf72fe
parent1dbba2cf30c9be65287d2c83ad35db72c62890ad (diff)
Documentation/sparse: fix typo
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r--Documentation/dev-tools/sparse.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/dev-tools/sparse.rst b/Documentation/dev-tools/sparse.rst
index 78aa00a604a0..c401c952a340 100644
--- a/Documentation/dev-tools/sparse.rst
+++ b/Documentation/dev-tools/sparse.rst
@@ -67,7 +67,7 @@ __releases - The specified lock is held on function entry, but not exit.
67 67
68If the function enters and exits without the lock held, acquiring and 68If the function enters and exits without the lock held, acquiring and
69releasing the lock inside the function in a balanced way, no 69releasing the lock inside the function in a balanced way, no
70annotation is needed. The tree annotations above are for cases where 70annotation is needed. The three annotations above are for cases where
71sparse would otherwise report a context imbalance. 71sparse would otherwise report a context imbalance.
72 72
73Getting sparse 73Getting sparse