mbox series

[0/3] cxl: documentation fixes

Message ID 20220804075448.98241-1-bagasdotme@gmail.com
Headers show
Series cxl: documentation fixes | expand

Message

Bagas Sanjaya Aug. 4, 2022, 7:54 a.m. UTC
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

Comments

Dan Williams Aug. 5, 2022, 12:48 a.m. UTC | #1
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.