diff options
author | Eric Engestrom <eric.engestrom@imgtec.com> | 2018-03-13 11:10:58 +0000 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-03-21 09:17:56 -0600 |
commit | 3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4 (patch) | |
tree | ee8cad777e8acceec5e2caf868a032cf5cdf72fe /Documentation/dev-tools | |
parent | 1dbba2cf30c9be65287d2c83ad35db72c62890ad (diff) | |
download | linux-stable-3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4.tar.gz linux-stable-3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4.tar.bz2 linux-stable-3b7ea9f015d682bb7a130f5c69e37affd8b9a9a4.zip |
Documentation/sparse: fix typo
Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/dev-tools')
-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. If the function enters and exits without the lock held, acquiring and releasing the lock inside the function in a balanced way, no -annotation is needed. The tree annotations above are for cases where +annotation is needed. The three annotations above are for cases where sparse would otherwise report a context imbalance. Getting sparse |