summaryrefslogtreecommitdiff
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2021-09-04 05:21:06 +0300
committerDan Williams <dan.j.williams@intel.com>2021-09-07 21:39:02 +0300
commit2b922a9d064f8e86b53b04f5819917b7a04142ed (patch)
treeda17ae8d4a1bbd57635cfe8f5060bc64fbcb50f1 /Documentation/driver-api
parenta01da6ca7d0ad66b6fa2dc4af0fc97ca8ba28b45 (diff)
downloadlinux-2b922a9d064f8e86b53b04f5819917b7a04142ed.tar.xz
cxl/registers: Fix Documentation warning
Commit 0f06157e0135 ("cxl/core: Move register mapping infrastructure") neglected to add a DOC header for the new drivers/core/regs.c file. Reported-by: Ben Widawsky <ben.widawsky@intel.com> Reviewed-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Link: https://lore.kernel.org/r/163072206675.2250120.3527179192933919995.stgit@dwillia2-desk3.amr.corp.intel.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.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/cxl/memory-devices.rst b/Documentation/driver-api/cxl/memory-devices.rst
index df799cdf1c3f..50ebcda17ad0 100644
--- a/Documentation/driver-api/cxl/memory-devices.rst
+++ b/Documentation/driver-api/cxl/memory-devices.rst
@@ -43,7 +43,7 @@ CXL Core
:doc: cxl pmem
.. kernel-doc:: drivers/cxl/core/regs.c
- :internal:
+ :doc: cxl registers
External Interfaces
===================