From: Manfred Spraul Date: Mon, 8 Jul 2013 23:01:26 +0000 (-0700) Subject: ipc/sem.c: rename try_atomic_semop() to perform_atomic_semop(), docu update X-Git-Tag: v3.11-rc1~67^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=758a6ba39ef6df4cdc615e5edd7bd86eab81a5f7;p=pandora-kernel.git 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 Cc: Rik van Riel Cc: Davidlohr Bueso Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed