diff options
author | Jonathan Corbet <corbet@lwn.net> | 2023-05-20 17:07:04 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-05-20 17:07:04 +0300 |
commit | a1d2c9b3029de24505c09430931966b96fe1b678 (patch) | |
tree | 83436100820fc3bb1db7fe77c164882157807020 /Documentation/process/2.Process.rst | |
parent | 329ac9af902e441bae13803a4d7126aaf5984188 (diff) | |
download | linux-a1d2c9b3029de24505c09430931966b96fe1b678.tar.xz |
docs: process: fix a typoed cross-reference
Commit 329ac9af902e added a cross-reference missing a hyphen; add one from
my emergency hyphen stash.
Reported-by: kernel test robot <lkp@intel.com>
Fixes: 329ac9af902e ("docs: submitting-patches: Discuss interleaved replies")
Closes: https://lore.kernel.org/oe-kbuild-all/202305201652.POM84URe-lkp@intel.com/
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/process/2.Process.rst')
-rw-r--r-- | Documentation/process/2.Process.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/process/2.Process.rst b/Documentation/process/2.Process.rst index 9ab58a0d4fac..613a01da4717 100644 --- a/Documentation/process/2.Process.rst +++ b/Documentation/process/2.Process.rst @@ -437,7 +437,7 @@ There are a few hints which can help with linux-kernel survival: - Use interleaved ("inline") replies, which makes your response easier to read. (i.e. avoid top-posting -- the practice of putting your answer above the quoted text you are responding to.) For more details, see - :ref:`Documentation/process/submittingpatches.rst <interleaved_replies>`. + :ref:`Documentation/process/submitting-patches.rst <interleaved_replies>`. - Ask on the correct mailing list. Linux-kernel may be the general meeting point, but it is not the best place to find developers from all |