]> git.baikalelectronics.ru Git - kernel.git/commit
docs: Fix empty parallelism argument
authorKees Cook <keescook@chromium.org>
Sat, 22 Feb 2020 00:02:39 +0000 (16:02 -0800)
committerJonathan Corbet <corbet@lwn.net>
Tue, 25 Feb 2020 10:11:04 +0000 (03:11 -0700)
commitd66eb750bd99e54d9064893e41bdf86d45032f96
tree31b98357a535edc12c341e188be00aa4bdde5899
parent3900dfa0b8c2375d301a63869cb85fc8e7c52378
docs: Fix empty parallelism argument

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: a4e5bbc561b9 ("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>
Documentation/sphinx/parallel-wrapper.sh