* [PATCH] Documentation/core-api : fix typo in workqueue
@ 2023-12-23 17:53 attreyee-muk
2023-12-23 21:33 ` Tejun Heo
0 siblings, 1 reply; 3+ messages in thread
From: attreyee-muk @ 2023-12-23 17:53 UTC (permalink / raw)
To: tj, jiangshanlai, corbet; +Cc: attreyee-muk, linux-doc, linux-kernel
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 816 bytes --]
Correct to “boundaries” from “bounaries” in “CPUs are grouped according to NUMA bounaries.”
Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com>
---
Documentation/core-api/workqueue.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/core-api/workqueue.rst b/Documentation/core-api/workqueue.rst
index 0046af06531a..33c4539155d9 100644
--- a/Documentation/core-api/workqueue.rst
+++ b/Documentation/core-api/workqueue.rst
@@ -379,7 +379,7 @@ Workqueue currently supports the following affinity scopes.
cases. This is the default affinity scope.
``numa``
- CPUs are grouped according to NUMA bounaries.
+ CPUs are grouped according to NUMA boundaries.
``system``
All CPUs are put in the same group. Workqueue makes no effort to process a
--
2.34.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation/core-api : fix typo in workqueue
2023-12-23 17:53 [PATCH] Documentation/core-api : fix typo in workqueue attreyee-muk
@ 2023-12-23 21:33 ` Tejun Heo
2023-12-23 22:07 ` Jonathan Corbet
0 siblings, 1 reply; 3+ messages in thread
From: Tejun Heo @ 2023-12-23 21:33 UTC (permalink / raw)
To: attreyee-muk; +Cc: jiangshanlai, corbet, linux-doc, linux-kernel
Hello,
On Sat, Dec 23, 2023 at 11:23:17PM +0530, attreyee-muk wrote:
> Correct to “boundaries” from “bounaries” in “CPUs are grouped according to NUMA bounaries.”
>
> Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Jonathan, would you mind taking this patch through doc tree? I don't have
any other wq patches queued for 6.8 and it's a bit awkward to just apply
this one.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] Documentation/core-api : fix typo in workqueue
2023-12-23 21:33 ` Tejun Heo
@ 2023-12-23 22:07 ` Jonathan Corbet
0 siblings, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2023-12-23 22:07 UTC (permalink / raw)
To: Tejun Heo, attreyee-muk; +Cc: jiangshanlai, linux-doc, linux-kernel
Tejun Heo <tj@kernel.org> writes:
> Hello,
>
> On Sat, Dec 23, 2023 at 11:23:17PM +0530, attreyee-muk wrote:
>> Correct to “boundaries” from “bounaries” in “CPUs are grouped according to NUMA bounaries.”
>>
>> Signed-off-by: Attreyee Mukherjee <tintinm2017@gmail.com>
>
> Acked-by: Tejun Heo <tj@kernel.org>
>
> Jonathan, would you mind taking this patch through doc tree? I don't have
> any other wq patches queued for 6.8 and it's a bit awkward to just apply
> this one.
Sure, will do.
jon
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-23 22:07 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-23 17:53 [PATCH] Documentation/core-api : fix typo in workqueue attreyee-muk
2023-12-23 21:33 ` Tejun Heo
2023-12-23 22:07 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).