docs: submitting-patches: Fix crossref to 'The canonical patch format'
Akira Yokosawa authored
commit 6d5aa418 upstream.

The reference to `explicit_in_reply_to` is pointless as when the
reference was added in the form of "#15" [1], Section 15) was "The
canonical patch format".
The reference of "#15" had not been properly updated in a couple of
reorganizations during the plain-text SubmittingPatches era.

Fix it by using `the_canonical_patch_format`.

[1]: 2ae19aca

 ("Documentation: Add "how to write a good patch summary" to SubmittingPatches")
Signed-off-by: default avatarAkira Yokosawa <akiyks@gmail.com>
Fixes: 5903019b ("Documentation/SubmittingPatches: convert it to ReST markup")
Fixes: 9b2c7677 ("Documentation/SubmittingPatches: enrich the Sphinx output")
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: stable@vger.kernel.org # v4.9+
Link: https://lore.kernel.org/r/64e105a5-50be-23f2-6cae-903a2ea98e18@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.ne...
82aa95da
Name Last commit Last update
Documentation docs: submitting-patches: Fix crossref to 'The canonical patch format'
LICENSES LICENSES/LGPL-2.1: Add LGPL-2.1-or-later as valid identifiers
arch x86/sgx: Ensure no data in PCMD page after truncate
block block/mq-deadline: Set the fifo_time member also if inserting at head
certs certs: Fix build error when CONFIG_MODULE_SIG_KEY is empty
crypto crypto: ecrdsa - Fix incorrect use of vli_cmp
drivers tpm: ibmvtpm: Correct the return value in tpm_ibmvtpm_probe()
fs fs/ntfs3: validate BOOT sectors_per_clusters
include netfilter: conntrack: re-fetch conntrack after insertion
init random: handle latent entropy and command line from random_init()
ipc ipc/sem: do not sleep with a spin lock held
kernel timekeeping: Add raw clock fallback for random_get_entropy()
lib assoc_array: Fix BUG_ON during garbage collect
mm zsmalloc: fix races between asynchronous zspage free and page migration
net netfilter: nf_tables: double hook unregistration in netns path
samples samples/bpf, xdpsock: Fix race when running for fix duration of time
scripts kconfig: add fflush() before ferror() check
security lockdown: also lock down previous kgdb use
sound ALSA: usb-audio: Configure sync endpoints before data
tools tools/memory-model/README: Update klitmus7 compat table
usr kbuild: remove include/linux/cyclades.h from header file check
virt KVM: Free new dirty bitmap if creating a new memslot fails
.clang-format genirq/msi: Make interrupt allocation less convoluted
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Opt out of scripts/get_maintainer.pl
.gitattributes
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.