]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commiteebd125e480d5ce7b5be38538cb167c1bc24d69d
tree43087a2b7ddaea68c1a12b6b9619f3d9e210e245
parentd49734ed0c01ce31d6b707eb68308c9f74d887d0
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