Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305129
b: refs/heads/master
c: 1f04597
h: refs/heads/master
i:
  305127: 1db2b5b
v: v3
  • Loading branch information
Philipp Hahn authored and Jiri Kosina committed May 9, 2012
1 parent c291b3a commit d8f605b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d132d7f6fbb9cc246dab828fc9740e5caf78aeb3
refs/heads/master: 1f0459780c28491c480f7098f3ece79334ccae0a
10 changes: 5 additions & 5 deletions trunk/arch/x86/include/asm/atomic64_32.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ ATOMIC64_DECL(add_unless);

/**
* atomic64_cmpxchg - cmpxchg atomic64 variable
* @p: pointer to type atomic64_t
* @v: pointer to type atomic64_t
* @o: expected value
* @n: new value
*
Expand Down Expand Up @@ -98,7 +98,7 @@ static inline long long atomic64_xchg(atomic64_t *v, long long n)
/**
* atomic64_set - set atomic64 variable
* @v: pointer to type atomic64_t
* @n: value to assign
* @i: value to assign
*
* Atomically sets the value of @v to @n.
*/
Expand Down Expand Up @@ -200,7 +200,7 @@ static inline long long atomic64_sub(long long i, atomic64_t *v)
* atomic64_sub_and_test - subtract value from variable and test result
* @i: integer value to subtract
* @v: pointer to type atomic64_t
*
*
* Atomically subtracts @i from @v and returns
* true if the result is zero, or false for all
* other cases.
Expand All @@ -224,9 +224,9 @@ static inline void atomic64_inc(atomic64_t *v)

/**
* atomic64_dec - decrement atomic64 variable
* @ptr: pointer to type atomic64_t
* @v: pointer to type atomic64_t
*
* Atomically decrements @ptr by 1.
* Atomically decrements @v by 1.
*/
static inline void atomic64_dec(atomic64_t *v)
{
Expand Down

0 comments on commit d8f605b

Please sign in to comment.