commit | 72eef0f3af410de2c85f236140ddea61b71cfc3e | [log] [tgz] |
---|---|---|
author | Nikanth Karthikesan <knikanth@suse.de> | Thu May 26 16:25:13 2011 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 26 17:12:34 2011 -0700 |
tree | e2ceccb88da76028c65c158609328786253cdee9 | |
parent | 1d5827235de48e829d5d4a03c3688ef6f2b15562 [diff] |
Documentation/atomic_ops.txt: avoid volatile in sample code As declaring counter as volatile is discouraged, it is best not to use it in sample code as well. Signed-off-by: Nikanth Karthikesan <knikanth@suse.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>