Message ID | 162154034053.1995075.17047445540000243300.stgit@dwillia2-desk3.amr.corp.intel.com |
---|---|
State | Accepted |
Commit | 35c32e3095d396c750f5cdfdaa94cba83d9b23c6 |
Headers | show |
Series | cxl/docs: Fix "Title underline too short" warning | expand |
On Thu, 2021-05-20 at 12:52 -0700, Dan Williams wrote: > 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") > Signed-off-by: Dan Williams <dan.j.williams@intel.com> > --- Looks good, Reviewed-by: Vishal Verma <vishal.l.verma@intel.com> > Documentation/driver-api/cxl/memory-devices.rst | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 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 > >
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
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") Signed-off-by: Dan Williams <dan.j.williams@intel.com> --- Documentation/driver-api/cxl/memory-devices.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)