Re: [PATCH] Doc: networking: Fix the title's Sphinx overline in rds.rst
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-11-29 22:29:36
Also in:
netdev
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-11-29 22:29:36
Also in:
netdev
Ahmed Zaki [off-list ref] writes:
A missing "=" caused the title and sections to not show up properly in the htmldocs. Signed-off-by: Ahmed Zaki <redacted> --- Documentation/networking/rds.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/Documentation/networking/rds.rst b/Documentation/networking/rds.rst index 44936c27ab3a..498395f5fbcb 100644 --- a/Documentation/networking/rds.rst +++ b/Documentation/networking/rds.rst@@ -1,6 +1,6 @@ .. SPDX-License-Identifier: GPL-2.0 -== +=== RDS ===
The networking folks normally like to handle documentation patches for their subsystem, so netdev@vger.kernel.org should have been in the CC. I believe scripts/get_maintainer.pl should have told you that. For something so small and obvious, though, I don't see any point in making you do it again, so I've just applied it; hopefully they'll forgive me :) Thanks, jon