From: Ingo Molnar Date: Fri, 3 Jul 2009 18:11:30 +0000 (+0200) Subject: x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative() X-Git-Tag: v2.6.31-rc3~32^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ddf9a003d32f720805ac30bcc15755e9289073de;p=pandora-kernel.git x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative() Linus noticed that the variable name 'old_val' is confusingly named in these functions - the correct naming is 'new_val'. Reported-by: Linus Torvalds Cc: Eric Dumazet Cc: Peter Zijlstra Cc: Mike Galbraith Cc: Paul Mackerras Cc: Arnaldo Carvalho de Melo Cc: Frederic Weisbecker Cc: David Howells Cc: Andrew Morton Cc: Arnd Bergmann LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed