All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Doc: networking: Fix the title's Sphinx overline in rds.rst
@ 2021-11-28 17:17 Ahmed Zaki
  2021-11-29 22:20 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmed Zaki @ 2021-11-28 17:17 UTC (permalink / raw)
  To: linux-doc, corbet; +Cc: Ahmed Zaki

A missing "=" caused the title and sections to not show up properly in
the htmldocs.

Signed-off-by: Ahmed Zaki <anzaki@gmail.com>
---
 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
 ===
 
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Doc: networking: Fix the title's Sphinx overline in rds.rst
  2021-11-28 17:17 [PATCH] Doc: networking: Fix the title's Sphinx overline in rds.rst Ahmed Zaki
@ 2021-11-29 22:20 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2021-11-29 22:20 UTC (permalink / raw)
  To: Ahmed Zaki, linux-doc; +Cc: Ahmed Zaki, netdev

Ahmed Zaki <anzaki@gmail.com> writes:

> A missing "=" caused the title and sections to not show up properly in
> the htmldocs.
>
> Signed-off-by: Ahmed Zaki <anzaki@gmail.com>
> ---
>  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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-11-29 22:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-28 17:17 [PATCH] Doc: networking: Fix the title's Sphinx overline in rds.rst Ahmed Zaki
2021-11-29 22:20 ` Jonathan Corbet

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.