diff options
author | Ben Widawsky <ben.widawsky@intel.com> | 2021-09-13 19:33:22 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2021-09-22 00:18:49 +0300 |
commit | fa9a7d2db6134c737e7d6da3b0902766d92f06be (patch) | |
tree | 446254026606c3b7c1681cbe52d077c117a7b729 /Documentation/driver-api/cxl | |
parent | 48667f676189eccfe9b7ac3a31772d55d6da40e5 (diff) | |
download | linux-fa9a7d2db6134c737e7d6da3b0902766d92f06be.tar.xz |
Documentation/cxl: Add bus internal docs
Kernel docs are already present in this file, but nothing is instructed
to generate them. Address that.
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Signed-off-by: Ben Widawsky <ben.widawsky@intel.com>
Link: https://lore.kernel.org/r/20210913163324.1008564-2-ben.widawsky@intel.com
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'Documentation/driver-api/cxl')
-rw-r--r-- | Documentation/driver-api/cxl/memory-devices.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/driver-api/cxl/memory-devices.rst b/Documentation/driver-api/cxl/memory-devices.rst index 4624951b5c38..3b8f41395f6b 100644 --- a/Documentation/driver-api/cxl/memory-devices.rst +++ b/Documentation/driver-api/cxl/memory-devices.rst @@ -39,6 +39,9 @@ CXL Core .. kernel-doc:: drivers/cxl/core/bus.c :doc: cxl core +.. kernel-doc:: drivers/cxl/core/bus.c + :identifiers: + .. kernel-doc:: drivers/cxl/core/pmem.c :doc: cxl pmem |