[GIT PULL] A few more documentation changes for 6.5

From: Jonathan Corbet
Date: Thu Jul 06 2023 - 19:04:51 EST


The following changes since commit a1e72bb00a48687a1dc1c2e549eaf4ba09e802be:

docs: consolidate storage interfaces (2023-06-21 09:18:06 -0600)

are available in the Git repository at:

git://git.lwn.net/linux.git tags/docs-6.5-2

for you to fetch changes up to e27cb89a22ada4e3e7bee1567a8daa1fb2260b78:

scripts: kernel-doc: support private / public marking for enums (2023-07-04 08:30:49 -0600)

----------------------------------------------------------------
A half-dozen late arriving docs patches. They are mostly fixes, but we
also have a kernel-doc tweak for enums and the long-overdue removal of the
outdated and redundant patch-submission comments at the top of the
MAINTAINERS file.

----------------------------------------------------------------
Changyuan Lyu (1):
Documentation: KVM: SEV: add a missing backtick

David Heidelberg (1):
Documentation: ACPI: fix typo in ssdt-overlays.rst

Jakub Kicinski (2):
docs: remove the tips on how to submit patches from MAINTAINERS
scripts: kernel-doc: support private / public marking for enums

Olaf Hering (1):
Fix documentation of panic_on_warn

Xueshi Hu (1):
docs: fix typo in zh_TW and zh_CN translation

Documentation/admin-guide/acpi/ssdt-overlays.rst | 2 +-
Documentation/admin-guide/kernel-parameters.txt | 2 +-
Documentation/process/6.Followthrough.rst | 7 ++
.../translations/zh_CN/process/2.Process.rst | 2 +-
.../translations/zh_CN/process/3.Early-stage.rst | 2 +-
.../translations/zh_CN/process/4.Coding.rst | 2 +-
.../zh_CN/process/7.AdvancedTopics.rst | 2 +-
.../translations/zh_TW/process/2.Process.rst | 2 +-
.../translations/zh_TW/process/3.Early-stage.rst | 2 +-
.../translations/zh_TW/process/4.Coding.rst | 2 +-
.../zh_TW/process/7.AdvancedTopics.rst | 2 +-
.../virt/kvm/x86/amd-memory-encryption.rst | 2 +-
MAINTAINERS | 80 +---------------------
scripts/kernel-doc | 3 +
tools/testing/selftests/rcutorture/bin/kvm.sh | 2 +-
15 files changed, 24 insertions(+), 90 deletions(-)