OSDN Git Service

doc: Fix misnamed FUTEX_CMP_REQUEUE_PI op constants
authorMichael Kerrisk <mtk.manpages@gmail.com>
Fri, 16 Jan 2015 19:27:57 +0000 (20:27 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 19 Jan 2015 11:05:32 +0000 (12:05 +0100)
commit40a35503401a5a5ffd8bb03b120724e213160584
treea5cfbeff14685234b8ef50a2c948b34f5f4d9979
parenta97af339c80675402d23923f9514491e0a6b5477
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 <mtk.manpages@gmail.com>
Reviewed-by: Darren Hart <darren@dvhart.com>
Link: http://lkml.kernel.org/r/54B9663D.9070000@gmail.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Documentation/futex-requeue-pi.txt