Merge branch 'fix/hda' of git://github.com/tiwai/sound
[pandora-kernel.git] / arch / x86 / include / asm / atomic64_64.h
index 49fd1ea..017594d 100644 (file)
@@ -202,7 +202,7 @@ static inline long atomic64_xchg(atomic64_t *v, long new)
  * @u: ...unless v is equal to u.
  *
  * Atomically adds @a to @v, so long as it was not @u.
- * Returns non-zero if @v was not @u, and zero otherwise.
+ * Returns the old value of @v.
  */
 static inline int atomic64_add_unless(atomic64_t *v, long a, long u)
 {