]> asedeno.scripts.mit.edu Git - linux.git/commit
docs: remove spaces from shell variable assignment
authorTom Levy <tomlevy93@gmail.com>
Thu, 21 Mar 2019 01:37:56 +0000 (14:37 +1300)
committerJonathan Corbet <corbet@lwn.net>
Mon, 25 Mar 2019 15:58:22 +0000 (09:58 -0600)
commit4318f9bb736c9874204b5c94c825f0c57bed78d7
treee1b42eeb5d598f41c17309c5a5e20907258298c4
parentcc809ed885097eafff7b711ef03c20261651ec3a
docs: remove spaces from shell variable assignment

The instructions for generating patches are given as shell commands
with variables as placeholders. They use the syntax "SRCTREE= linux",
which is wrong for the Bourne shell family (it runs the command
"linux" with the variable "SRCTREE" set to the empty string).

Remove the spaces to avoid confusion. This breaks the pretty alignment
but helps new contributors who try to run the commands as written.

Signed-off-by: Tom Levy <tomlevy93@gmail.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Documentation/process/submitting-patches.rst
Documentation/translations/it_IT/process/submitting-patches.rst
Documentation/translations/ja_JP/SubmittingPatches
Documentation/translations/zh_CN/process/submitting-patches.rst