From: Linus Torvalds Date: Wed, 11 Jan 2006 23:50:47 +0000 (-0800) Subject: Fix mutex_trylock() copy-and-paste bug (x86, x86-64, generic mutex-dec.h) X-Git-Tag: v2.6.16-rc1~424 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4cec87361462d570d6a67888feda41e77e0a9562;p=pandora-kernel.git 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 --- Reading git-diff-tree failed