diff options
author | Ben Widawsky <[email protected]> | 2021-09-13 09:33:22 -0700 |
---|---|---|
committer | Dan Williams <[email protected]> | 2021-09-21 14:18:49 -0700 |
commit | fa9a7d2db6134c737e7d6da3b0902766d92f06be (patch) | |
tree | 446254026606c3b7c1681cbe52d077c117a7b729 | |
parent | 48667f676189eccfe9b7ac3a31772d55d6da40e5 (diff) |
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 <[email protected]>
Signed-off-by: Ben Widawsky <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dan Williams <[email protected]>
-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 |