[PATCH] workqueue: fix typo in comment

Guan-Chun.Wu posted 1 patch 9 months, 1 week ago
include/linux/workqueue.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] workqueue: fix typo in comment
Posted by Guan-Chun.Wu 9 months, 1 week ago
From: "Guan-Chun Wu" <409411716@gms.tku.edu.tw>

Fix a duplicated word "that that" in the comment describing the
@max_active behavior for unbound workqueues.

Signed-off-by: Guan-Chun Wu <409411716@gms.tku.edu.tw>
---
 include/linux/workqueue.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h
index b0dc957c3..a6dacc0eb 100644
--- a/include/linux/workqueue.h
+++ b/include/linux/workqueue.h
@@ -480,7 +480,7 @@ void workqueue_softirq_dead(unsigned int cpu);
  * executing at most one work item for the workqueue.
  *
  * For unbound workqueues, @max_active limits the number of in-flight work items
- * for the whole system. e.g. @max_active of 16 indicates that that there can be
+ * for the whole system. e.g. @max_active of 16 indicates that there can be
  * at most 16 work items executing for the workqueue in the whole system.
  *
  * As sharing the same active counter for an unbound workqueue across multiple
-- 
2.34.1
Re: [PATCH] workqueue: fix typo in comment
Posted by Tejun Heo 9 months, 1 week ago
On Sat, May 03, 2025 at 04:12:03PM +0800, Guan-Chun.Wu wrote:
> From: "Guan-Chun Wu" <409411716@gms.tku.edu.tw>
> 
> Fix a duplicated word "that that" in the comment describing the
> @max_active behavior for unbound workqueues.
> 
> Signed-off-by: Guan-Chun Wu <409411716@gms.tku.edu.tw>

Applied to wq/for-6.16.

Thanks.

-- 
tejun