diff options
author | Bagas Sanjaya <bagasdotme@gmail.com> | 2022-08-04 09:54:48 +0200 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2022-08-05 17:41:02 +0200 |
commit | 8732947b75a826519ef33b92dbebaa3fa83e5e0b (patch) | |
tree | 9066e50fae413f6e76532f00eff7ec673f01fe0c /Documentation/driver-api | |
parent | cxl/region: describe targets and nr_targets members of cxl_region_params (diff) | |
download | linux-8732947b75a826519ef33b92dbebaa3fa83e5e0b.tar.xz linux-8732947b75a826519ef33b92dbebaa3fa83e5e0b.zip |
Documentation: cxl: remove dangling kernel-doc reference
Sphinx reported kernel-doc failure warning, pointing to non-existent
drivers/cxl/region.h (which doesn't also exist throughout repo history):
WARNING: kernel-doc './scripts/kernel-doc -rst -enable-lineno -sphinx-version 2.4.4 -no-doc-sections ./drivers/cxl/region.h' failed with return code 1
Above cause error message to be displayed on htmldocs output.
Delete the reference.
Fixes: 779dd20cfb56c5 ("cxl/region: Add region creation support")
Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Link: https://lore.kernel.org/r/20220804075448.98241-4-bagasdotme@gmail.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r-- | Documentation/driver-api/cxl/memory-devices.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/driver-api/cxl/memory-devices.rst b/Documentation/driver-api/cxl/memory-devices.rst index 66ddc58a21b1..5149ecdc53c7 100644 --- a/Documentation/driver-api/cxl/memory-devices.rst +++ b/Documentation/driver-api/cxl/memory-devices.rst @@ -364,9 +364,6 @@ CXL Core CXL Regions ----------- -.. kernel-doc:: drivers/cxl/region.h - :identifiers: - .. kernel-doc:: drivers/cxl/core/region.c :doc: cxl core region |