]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update
authorManfred Spraul <manfred@colorfullife.com>
Wed, 19 Jun 2013 00:08:32 +0000 (10:08 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 19 Jun 2013 07:27:48 +0000 (17:27 +1000)
commita660f490712703538b6eb072c24b654bda64fcf2
tree9b80e444aa0ec22adac77ed845fa4bdb779c57c4
parenta9986a146c32f8a102bbcd2fa15cec32b13d99b5
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>
ipc/sem.c