Documentation: cxl: remove dangling kernel-doc reference
authorBagas Sanjaya <bagasdotme@gmail.com>
Thu, 4 Aug 2022 07:54:48 +0000 (14:54 +0700)
committerDan Williams <dan.j.williams@intel.com>
Fri, 5 Aug 2022 15:41:02 +0000 (08:41 -0700)
commit8732947b75a826519ef33b92dbebaa3fa83e5e0b
tree9066e50fae413f6e76532f00eff7ec673f01fe0c
parent038e6eb803870113ca78fc70905a27aaa7141fd9
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>
Documentation/driver-api/cxl/memory-devices.rst