[PATCH v2 00/24] Documentation build fixes against next-20201013

From: Mauro Carvalho Chehab
Date: Tue Oct 13 2020 - 08:16:34 EST


This series is based on the top of my previous series:

https://lore.kernel.org/lkml/cover.1602589096.git.mchehab+huawei@xxxxxxxxxx/

plus linux-next.

It contains the patches I sent before with documentation fixes
for Kernel 5.10, plus 3 new fixes for stuff that got merged today
at linux-next.

My plan is to do a late pull request by the end of the merge window
with the patches from this tree that weren't merged directly
via some other trees.

-

After both series applied, the only warnings with Sphinx 2.4.4
are those:

../include/kunit/test.h:282: warning: Function parameter or member '__suites' not described in 'kunit_test_suites_for_module'
../include/kunit/test.h:282: warning: Excess function parameter 'suites_list' description in 'kunit_test_suites_for_module'
../include/kunit/test.h:314: warning: Excess function parameter 'suites' description in 'kunit_test_suites'

.../Documentation/core-api/counters.rst:46: WARNING: undefined label: test counters module (if the link has no caption the label must precede a section header)
.../Documentation/core-api/counters.rst:49: WARNING: undefined label: selftest for counters (if the link has no caption the label must precede a section header)
.../Documentation/core-api/counters.rst:62: WARNING: undefined label: atomic_ops (if the link has no caption the label must precede a section header)

Those require some care from the authors in order to
properly address them.

Hopefully, this will all be sorted until the end of the merge window.


Mauro Carvalho Chehab (24):
docs: hwmon: adm1266.rst: fix a broken reference
tools: docs: memory-model: fix references for some files
docs: SafeSetID: fix a warning
docs: lockdep-design: fix some warning issues
docs: admin-guide: net.rst: add a missing blank line
blk-mq: docs: add kernel-doc description for a new struct member
drm: amdgpu: kernel-doc: update some adev parameters
drm: kernel-doc: document drm_dp_set_subconnector_property() params
docs: kasan.rst: add two missing blank lines
mm: pagemap.h: fix two kernel-doc markups
drm/dp: fix kernel-doc warnings at drm_dp_helper.c
drm/dp: fix a kernel-doc issue at drm_edid.c
docs: i2c: index.rst: add slave-testunit-backend.rst
docs: conf.py: disable automarkup for Sphinx 3.x
docs: net: statistics.rst: remove a duplicated kernel-doc
seqlock: fix two kernel-doc warnings
docs: hwmon: mp2975.rst: address some html build warnings
docs: userspace-api: add iommu.rst to the index file
net: phy: remove kernel-doc duplication
MAINTAINERS: fix broken doc refs due to yaml conversion
crypto: sun8x-ce*: update entries to its documentation
ice: docs fix a devlink info that broke a table
RDMA: add a missing kernel-doc parameter markup
counters: docs: add a missing include

Documentation/admin-guide/LSM/SafeSetID.rst | 2 +-
.../admin-guide/hw-vuln/l1d_flush.rst | 3 +-
Documentation/admin-guide/sysctl/net.rst | 1 +
Documentation/conf.py | 3 +-
Documentation/core-api/counters.rst | 1 +
Documentation/core-api/index.rst | 1 +
Documentation/dev-tools/kasan.rst | 2 +
.../bindings/clock/hi6220-clock.txt | 2 +-
Documentation/hwmon/adm1266.rst | 2 +-
Documentation/hwmon/index.rst | 1 +
Documentation/hwmon/mp2975.rst | 14 +++-
Documentation/i2c/index.rst | 1 +
Documentation/locking/lockdep-design.rst | 69 +++++++++++--------
Documentation/networking/devlink/ice.rst | 1 +
Documentation/networking/statistics.rst | 3 +-
Documentation/userspace-api/index.rst | 1 +
MAINTAINERS | 9 ++-
.../crypto/allwinner/sun8i-ce/sun8i-ce-hash.c | 2 +-
.../crypto/allwinner/sun8i-ce/sun8i-ce-prng.c | 2 +-
.../crypto/allwinner/sun8i-ce/sun8i-ce-trng.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_gtt_mgr.c | 6 +-
drivers/gpu/drm/amd/amdgpu/amdgpu_vram_mgr.c | 5 +-
drivers/gpu/drm/drm_dp_helper.c | 12 +++-
drivers/gpu/drm/drm_edid.c | 2 +-
drivers/infiniband/core/device.c | 5 +-
.../bindings/net/wireless/silabs,wfx.yaml | 2 +-
include/linux/blk-mq.h | 2 +
include/linux/pagemap.h | 8 +--
include/linux/phy.h | 40 ++---------
include/linux/seqlock.h | 2 +-
tools/memory-model/Documentation/README | 2 +-
tools/memory-model/Documentation/ordering.txt | 2 +-
33 files changed, 113 insertions(+), 99 deletions(-)

--
2.26.2