From: Michael Kerrisk Date: Fri, 16 Jan 2015 19:27:57 +0000 (+0100) Subject: doc: Fix misnamed FUTEX_CMP_REQUEUE_PI op constants X-Git-Tag: fixes-v4.0-rc1~181^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40a35503401a5a5ffd8bb03b120724e213160584;p=pandora-kernel.git doc: Fix misnamed FUTEX_CMP_REQUEUE_PI op constants FUTEX_CMP_REQUEUE_PI was misnamed in two different ways: FUTEX_REQUEUE_CMP_PI and FUTEX_REQUEUE_PI. The existence of two different misnamings leaves the reader wondering if we are talking about two different operations. Furthermore, the misnamings mean that grepping the source for the correct name (which doesn't appear at all) won't find this documentation file. Signed-off-by: Michael Kerrisk Reviewed-by: Darren Hart Link: http://lkml.kernel.org/r/54B9663D.9070000@gmail.com Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed