• Tom Levy's avatar
    docs: remove spaces from shell variable assignment · 4318f9bb
    Tom Levy authored
    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: default avatarTom Levy <tomlevy93@gmail.com>
    Cc: Jonathan Corbet <corbet@lwn.net>
    Signed-off-by: default avatarJonathan Corbet <corbet@lwn.net>
    4318f9bb
SubmittingPatches 41.9 KB