2022-08-04 08:42:19

by Bagas Sanjaya

[permalink] [raw]
Subject: [PATCH 0/3] cxl: documentation fixes

Building htmldocs on next-20220803 (for which this series is based on),
there are new warnings on cxl subsystem. The fixes below are
self-explanatory.

Bagas Sanjaya (3):
cxl/regions: add padding for cxl_rr_ep_add nested lists
cxl/region: describe targets and nr_targets members of
cxl_region_params
Documentation: cxl: remove dangling kernel-doc reference

Documentation/driver-api/cxl/memory-devices.rst | 3 ---
drivers/cxl/core/region.c | 3 +++
drivers/cxl/cxl.h | 2 ++
3 files changed, 5 insertions(+), 3 deletions(-)


base-commit: 861397378de91c64dec69a160595b891f443294f
--
An old man doll... just what I always wanted! - Clara



2022-08-05 00:50:59

by Dan Williams

[permalink] [raw]
Subject: RE: [PATCH 0/3] cxl: documentation fixes

Bagas Sanjaya wrote:
> Building htmldocs on next-20220803 (for which this series is based on),
> there are new warnings on cxl subsystem. The fixes below are
> self-explanatory.
>
> Bagas Sanjaya (3):
> cxl/regions: add padding for cxl_rr_ep_add nested lists
> cxl/region: describe targets and nr_targets members of
> cxl_region_params
> Documentation: cxl: remove dangling kernel-doc reference
>
> Documentation/driver-api/cxl/memory-devices.rst | 3 ---
> drivers/cxl/core/region.c | 3 +++
> drivers/cxl/cxl.h | 2 ++
> 3 files changed, 5 insertions(+), 3 deletions(-)

Thanks, applied, and with Jonathan's Fixes: tag fixup.