docs/arm64: Fix typo'd #define in sve.rst
authorDave Martin <Dave.Martin@arm.com>
Wed, 10 Jun 2020 17:03:09 +0000 (18:03 +0100)
committerWill Deacon <will@kernel.org>
Mon, 15 Jun 2020 12:17:43 +0000 (13:17 +0100)
commit9ba6a9efa4a4c721d0115089bf422f82b8a59e45
tree43087a2b7ddaea68c1a12b6b9619f3d9e210e245
parent751c263bb74fd36b5fc2589d36abc75042336444
docs/arm64: Fix typo'd #define in sve.rst

sve.rst describes a flag PR_SVE_SET_VL_INHERIT for the
PR_SVE_SET_VL prctl, but there is no flag of this name.  The flag
is shared between the _GET and _SET calls, so the _SET prefix was
dropped, giving the name PR_SVE_VL_INHERIT in the headers.

Fix it.

Signed-off-by: Dave Martin <Dave.Martin@arm.com>
Link: https://lore.kernel.org/r/1591808590-20210-2-git-send-email-Dave.Martin@arm.com
Signed-off-by: Will Deacon <will@kernel.org>
Documentation/arm64/sve.rst