]> 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>
Fri, 7 Jun 2013 00:09:48 +0000 (10:09 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 7 Jun 2013 05:43:21 +0000 (15:43 +1000)
commit646f9fc55ebc405e1791bad30dee410c239bafb3
treed635a2b0e3b5a3d315ce15261d9da01a637a03e4
parent9342323bd0adce24beb5864fda5e47fedb667654
ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update

Final cleanup: Some minor points that I noticed while writing the
previous 3 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>
Acked-by: 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