diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-03 14:36:49 -0700 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-07-13 09:48:31 -0600 |
commit | 8b1a17c7c5c528f9f512ad2b1098feedcee289da (patch) | |
tree | dcf804ce1222ab09695b9d7cbd1300d90f6d406d /Documentation/locking/ww-mutex-design.rst | |
parent | 7d64394b5187e225b4e578d281a36e07495738ce (diff) |
Documentation: locking: ww-mutex-design: drop duplicated word
Drop the doubled word "up".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: linux-doc@vger.kernel.org
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20200703213649.30948-3-rdunlap@infradead.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/locking/ww-mutex-design.rst')
-rw-r--r-- | Documentation/locking/ww-mutex-design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/locking/ww-mutex-design.rst b/Documentation/locking/ww-mutex-design.rst index 1846c199da23..54d9c17bb66b 100644 --- a/Documentation/locking/ww-mutex-design.rst +++ b/Documentation/locking/ww-mutex-design.rst @@ -49,7 +49,7 @@ However, the Wound-Wait algorithm is typically stated to generate fewer backoffs compared to Wait-Die, but is, on the other hand, associated with more work than Wait-Die when recovering from a backoff. Wound-Wait is also a preemptive algorithm in that transactions are wounded by other transactions, and that -requires a reliable way to pick up up the wounded condition and preempt the +requires a reliable way to pick up the wounded condition and preempt the running transaction. Note that this is not the same as process preemption. A Wound-Wait transaction is considered preempted when it dies (returning -EDEADLK) following a wound. |