]> git.baikalelectronics.ru Git - kernel.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)
commit1b52ea14bf715cf05fc994f3cae1f321b9821d48
treee1b42eeb5d598f41c17309c5a5e20907258298c4
parent7fd41b2ea4b164ce16a33a7fbc90c861f5cc1fff
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