diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2018-03-13 07:10:58 -0400 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-03-21 11:17:56 -0400 |
commit | 3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4 (patch) | |
tree | ee8cad777e8acceec5e2caf868a032cf5cdf72fe | |
parent | 1dbba2cf30c9be65287d2c83ad35db72c62890ad (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.rst | 2 |
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 | ||
68 | If the function enters and exits without the lock held, acquiring and | 68 | If the function enters and exits without the lock held, acquiring and |
69 | releasing the lock inside the function in a balanced way, no | 69 | releasing the lock inside the function in a balanced way, no |
70 | annotation is needed. The tree annotations above are for cases where | 70 | annotation is needed. The three annotations above are for cases where |
71 | sparse would otherwise report a context imbalance. | 71 | sparse would otherwise report a context imbalance. |
72 | 72 | ||
73 | Getting sparse | 73 | Getting sparse |