diff options
author | Dan Williams <dan.j.williams@intel.com> | 2021-05-20 22:52:20 +0300 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2021-05-21 22:16:02 +0300 |
commit | 35c32e3095d396c750f5cdfdaa94cba83d9b23c6 (patch) | |
tree | 48a8d6d183be47671d726578ff6154e9a9f7b74f /Documentation/driver-api/cxl | |
parent | 399d34ebc2483c6091a587e5905c6ed34116fb05 (diff) | |
download | linux-35c32e3095d396c750f5cdfdaa94cba83d9b23c6.tar.xz |
cxl/docs: Fix "Title underline too short" warning
When "Bus" was renamed to "Core" the header underline update was missed.
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Fixes: 5f653f7590ab ("cxl/core: Rename bus.c to core.c")
Reviewed-by: Vishal Verma <vishal.l.verma@intel.com>
Link: https://lore.kernel.org/r/162154034053.1995075.17047445540000243300.stgit@dwillia2-desk3.amr.corp.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 | 2 |
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 71495ed77069..73f6b246c583 100644 --- a/Documentation/driver-api/cxl/memory-devices.rst +++ b/Documentation/driver-api/cxl/memory-devices.rst @@ -29,7 +29,7 @@ CXL Memory Device :internal: CXL Core -------- +-------- .. kernel-doc:: drivers/cxl/core.c :doc: cxl core |