ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update
authorManfred Spraul <manfred@colorfullife.com>
Mon, 8 Jul 2013 23:01:26 +0000 (16:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 9 Jul 2013 17:33:28 +0000 (10:33 -0700)
commit758a6ba39ef6df4cdc615e5edd7bd86eab81a5f7
tree519c1f2e672e888c04b5447a85ad78aa08c1c693
parentd12e1e50e47e0900dbbf52237b7e171f4f15ea1e
ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update

Cleanup: Some minor points that I noticed while writing the previous
patches

1) The name try_atomic_semop() is misleading: The function performs the
   operation (if it is possible).

2) Some documentation updates.

No real code change, a rename and documentation changes.

Signed-off-by: Manfred Spraul <manfred@colorfullife.com>
Cc: Rik van Riel <riel@redhat.com>
Cc: Davidlohr Bueso <davidlohr.bueso@hp.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
ipc/sem.c