* [PATCH] Docs: conf.py: fix typos in comments
@ 2026-06-26 0:52 Randy Dunlap
2026-06-26 10:07 ` Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2026-06-26 0:52 UTC (permalink / raw)
To: linux-doc
Cc: Randy Dunlap, Jonathan Corbet, Shuah Khan, Mauro Carvalho Chehab
Change "variabled" to "variables".
Change "relative patch" to "relative path".
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
---
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <skhan@linuxfoundation.org>
Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Documentation/conf.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- linext-2026-0623.orig/Documentation/conf.py
+++ linext-2026-0623/Documentation/conf.py
@@ -61,12 +61,12 @@ manpages_url = 'https://man7.org/linux/m
def config_init(app, config):
"""
- Initialize path-dependent variabled
+ Initialize path-dependent variables
On Sphinx, all directories are relative to what it is passed as
SOURCEDIR parameter for sphinx-build. Due to that, all patterns
that have directory names on it need to be dynamically set, after
- converting them to a relative patch.
+ converting them to a relative path.
As Sphinx doesn't include any patterns outside SOURCEDIR, we should
exclude relative patterns that start with "../".
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] Docs: conf.py: fix typos in comments
2026-06-26 0:52 [PATCH] Docs: conf.py: fix typos in comments Randy Dunlap
@ 2026-06-26 10:07 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2026-06-26 10:07 UTC (permalink / raw)
To: Randy Dunlap
Cc: linux-doc, Jonathan Corbet, Shuah Khan, Mauro Carvalho Chehab
On Thu, 25 Jun 2026 17:52:48 -0700
Randy Dunlap <rdunlap@infradead.org> wrote:
> Change "variabled" to "variables".
> Change "relative patch" to "relative path".
>
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
> ---
> Cc: Jonathan Corbet <corbet@lwn.net>
> Cc: Shuah Khan <skhan@linuxfoundation.org>
> Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
>
> Documentation/conf.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> --- linext-2026-0623.orig/Documentation/conf.py
> +++ linext-2026-0623/Documentation/conf.py
> @@ -61,12 +61,12 @@ manpages_url = 'https://man7.org/linux/m
>
> def config_init(app, config):
> """
> - Initialize path-dependent variabled
> + Initialize path-dependent variables
>
> On Sphinx, all directories are relative to what it is passed as
> SOURCEDIR parameter for sphinx-build. Due to that, all patterns
> that have directory names on it need to be dynamically set, after
> - converting them to a relative patch.
> + converting them to a relative path.
>
> As Sphinx doesn't include any patterns outside SOURCEDIR, we should
> exclude relative patterns that start with "../".
--
Thanks,
Mauro
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-06-26 10:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-26 0:52 [PATCH] Docs: conf.py: fix typos in comments Randy Dunlap
2026-06-26 10:07 ` Mauro Carvalho Chehab
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.