* [PATCH v2] jobserver: Fix typo in docstring
@ 2026-03-16 22:02 Ricardo Ungerer
2026-03-17 14:44 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Ricardo Ungerer @ 2026-03-16 22:02 UTC (permalink / raw)
To: linux-kernel; +Cc: Jonathan Corbet, Mauro Carvalho Chehab, Ricardo Ungerer
This commit fixes small typos in the docstring of jobserver.py.
Signed-off-by: Ricardo Ungerer <ungerer.ricardo@gmail.com>
---
Changes in v2:
- Fix a Sphynx regression created by v1 when removed the second colon.
---
tools/lib/python/jobserver.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/lib/python/jobserver.py b/tools/lib/python/jobserver.py
index aba22c33393d..0b1ffdf9f7a3 100755
--- a/tools/lib/python/jobserver.py
+++ b/tools/lib/python/jobserver.py
@@ -8,14 +8,14 @@
"""
Interacts with the POSIX jobserver during the Kernel build time.
-A "normal" jobserver task, like the one initiated by a make subrocess would do:
+A "normal" jobserver task, like the one initiated by a make subprocess would do:
- open read/write file descriptors to communicate with the job server;
- ask for one slot by calling::
claim = os.read(reader, 1)
- - when the job finshes, call::
+ - when the job finishes, call::
os.write(writer, b"+") # os.write(writer, claim)
--
2.43.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH v2] jobserver: Fix typo in docstring
2026-03-16 22:02 [PATCH v2] jobserver: Fix typo in docstring Ricardo Ungerer
@ 2026-03-17 14:44 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2026-03-17 14:44 UTC (permalink / raw)
To: Ricardo Ungerer, linux-kernel; +Cc: Mauro Carvalho Chehab, Ricardo Ungerer
Ricardo Ungerer <ungerer.ricardo@gmail.com> writes:
> This commit fixes small typos in the docstring of jobserver.py.
For future reference, our guidance says to avoid "this commit", and some
maintainers are pretty firm about that.
> Signed-off-by: Ricardo Ungerer <ungerer.ricardo@gmail.com>
> ---
> Changes in v2:
> - Fix a Sphynx regression created by v1 when removed the second colon.
> ---
> tools/lib/python/jobserver.py | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/lib/python/jobserver.py b/tools/lib/python/jobserver.py
> index aba22c33393d..0b1ffdf9f7a3 100755
> --- a/tools/lib/python/jobserver.py
> +++ b/tools/lib/python/jobserver.py
> @@ -8,14 +8,14 @@
> """
> Interacts with the POSIX jobserver during the Kernel build time.
>
> -A "normal" jobserver task, like the one initiated by a make subrocess would do:
> +A "normal" jobserver task, like the one initiated by a make subprocess would do:
>
> - open read/write file descriptors to communicate with the job server;
> - ask for one slot by calling::
>
> claim = os.read(reader, 1)
>
> - - when the job finshes, call::
> + - when the job finishes, call::
>
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2026-03-17 14:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-03-16 22:02 [PATCH v2] jobserver: Fix typo in docstring Ricardo Ungerer
2026-03-17 14:44 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®