[PATCH 0/9] docs: various (style, punctuation and typo fixes)

Alex Bennée posted 9 patches 1 year ago
Failed in applying to current master (apply log)
MAINTAINERS                  |  1 +
docs/devel/kconfig.rst       |  2 +-
docs/devel/qom.rst           |  2 +
docs/devel/style.rst         | 79 ++++++++++++++++++++++++++++++++++++
docs/system/devices/cxl.rst  |  2 +-
docs/system/guest-loader.rst |  6 +--
docs/system/introduction.rst |  2 +-
qemu-options.hx              | 25 ++++++++----
8 files changed, 104 insertions(+), 15 deletions(-)
[PATCH 0/9] docs: various (style, punctuation and typo fixes)
Posted by Alex Bennée 1 year ago
I accumulated some doc fixes that didn't make it into 8.0 and thought
I might as well see if there was anything worth adding to the coding
style while at it.

Let me know what you think.

Alex Bennée (4):
  docs/system: remove excessive punctuation from guest-loader docs
  docs/devel: make a statement about includes
  docs/devel: mention the spacing requirement for QOM
  docs/style: call out the use of GUARD macros

Juan Quintela (1):
  MAINTAINERS: Add Juan Quintela to developer guides review

Peter Maydell (1):
  docs/devel/kconfig.rst: Fix incorrect markup

Stefan Weil (2):
  docs: Fix typo (wphx => whpx)
  docs/cxl: Fix sentence

Yohei Kojima (1):
  qemu-options.hx: Update descriptions of memory options for NUMA node

 MAINTAINERS                  |  1 +
 docs/devel/kconfig.rst       |  2 +-
 docs/devel/qom.rst           |  2 +
 docs/devel/style.rst         | 79 ++++++++++++++++++++++++++++++++++++
 docs/system/devices/cxl.rst  |  2 +-
 docs/system/guest-loader.rst |  6 +--
 docs/system/introduction.rst |  2 +-
 qemu-options.hx              | 25 ++++++++----
 8 files changed, 104 insertions(+), 15 deletions(-)

-- 
2.39.2


Re: [PATCH 0/9] docs: various (style, punctuation and typo fixes)
Posted by Peter Maydell 1 year ago
On Thu, 20 Apr 2023 at 16:57, Alex Bennée <alex.bennee@linaro.org> wrote:
>
> I accumulated some doc fixes that didn't make it into 8.0 and thought
> I might as well see if there was anything worth adding to the coding
> style while at it.
>
> Let me know what you think.

> Peter Maydell (1):
>   docs/devel/kconfig.rst: Fix incorrect markup

This one is in my target-arm pullreq on the list, so you
can drop it.

thanks
-- PMM