x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()
authorIngo Molnar <mingo@elte.hu>
Fri, 3 Jul 2009 18:11:30 +0000 (20:11 +0200)
committerIngo Molnar <mingo@elte.hu>
Fri, 3 Jul 2009 19:15:08 +0000 (21:15 +0200)
commitddf9a003d32f720805ac30bcc15755e9289073de
treed0281a0f66eee98bcf05a7038d2b0f2008809550
parent3a8d1788b37435baf6c296f4ea8beb4fa4955f44
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 <torvalds@linux-foundation.org>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: David Howells <dhowells@redhat.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Arnd Bergmann <arnd@arndb.de>
LKML-Reference: <alpine.LFD.2.01.0907030942260.3210@localhost.localdomain>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/lib/atomic64_32.c