commit | 4cec87361462d570d6a67888feda41e77e0a9562 | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 15:50:47 2006 -0800 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Jan 11 15:50:47 2006 -0800 |
tree | 1113096b2aa214f456cfecbbd5974e7efe8f6b27 | |
parent | 7e4e574c391cdeef516411eb698ac6955f01d673 [diff] |
Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h) Noticed by Arjan originally on x86-64, then Ingo on x86, and finally me grepping for it in the generic version. Bad parenthesis nesting. Signed-off-by: Linus Torvalds <torvalds@osdl.org>