Commit 3b7ea9f0 authored by Eric Engestrom's avatar Eric Engestrom Committed by Jonathan Corbet

Documentation/sparse: fix typo

Signed-off-by: default avatarEric Engestrom <eric.engestrom@imgtec.com>
Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 1dbba2cf
...@@ -67,7 +67,7 @@ __releases - The specified lock is held on function entry, but not exit. ...@@ -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 If the function enters and exits without the lock held, acquiring and
releasing the lock inside the function in a balanced way, no 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. sparse would otherwise report a context imbalance.
Getting sparse Getting sparse
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment