[GIT,PULL] A few more documentation changes for 6.5

Message ID 87cz14d4ld.fsf@meer.lwn.net
State New
Headers
Series [GIT,PULL] A few more documentation changes for 6.5 |

Pull-request

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

Message

Jonathan Corbet July 6, 2023, 11:04 p.m. UTC
  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(-)
  

Comments

pr-tracker-bot@kernel.org July 7, 2023, 5:51 a.m. UTC | #1
The pull request you sent on Thu, 06 Jul 2023 17:04:30 -0600:

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

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/7210de3a328c4df5cb8b25b2ef5703c72d8842e9

Thank you!