]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
docs: Fix empty parallelism argument
authorKees Cook <keescook@chromium.org>
Sat, 22 Feb 2020 00:02:39 +0000 (16:02 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 5 Mar 2020 15:45:14 +0000 (16:45 +0100)
commit99f8a1bd959de6527232a3263bc047ca4f41d568
tree0b154d7606b8752efebf576fc0a13b985d85800a
parente9203993b5c39750ba5187a337b3ba01cc3de153
docs: Fix empty parallelism argument

commit adc10f5b0a03606e30c704cff1f0283a696d0260 upstream.

When there was no parallelism (no top-level -j arg and a pre-1.7
sphinx-build), the argument passed would be empty ("") instead of just
being missing, which would (understandably) badly confuse sphinx-build.
Fix this by removing the quotes.

Reported-by: Rafael J. Wysocki <rafael@kernel.org>
Fixes: 51e46c7a4007 ("docs, parallelism: Rearrange how jobserver reservations are made")
Cc: stable@vger.kernel.org # v5.5 only
Signed-off-by: Kees Cook <keescook@chromium.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Documentation/sphinx/parallel-wrapper.sh