Skip to content

Commit 23227e7

Browse files
wurrrrrrrrrrhtejun
authored andcommitted
workqueue: fix typo in comment
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> Signed-off-by: Tejun Heo <tj@kernel.org>
1 parent 70e1683 commit 23227e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

include/linux/workqueue.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ void workqueue_softirq_dead(unsigned int cpu);
480480
* executing at most one work item for the workqueue.
481481
*
482482
* For unbound workqueues, @max_active limits the number of in-flight work items
483-
* for the whole system. e.g. @max_active of 16 indicates that that there can be
483+
* for the whole system. e.g. @max_active of 16 indicates that there can be
484484
* at most 16 work items executing for the workqueue in the whole system.
485485
*
486486
* As sharing the same active counter for an unbound workqueue across multiple

0 commit comments

Comments
 (0)