workqueue: fix a typo in comment

Message ID 202402050831+0800-wangjinchao@xfusion.com
State New
Headers
Series workqueue: fix a typo in comment |

Commit Message

Wang Jinchao Feb. 5, 2024, 12:31 a.m. UTC
  There should be three, fix it.

Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
---
 kernel/workqueue.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

Tejun Heo Feb. 5, 2024, 5:48 p.m. UTC | #1
On Mon, Feb 05, 2024 at 08:31:52AM +0800, Wang Jinchao wrote:
> There should be three, fix it.
> 
> Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>

Applied to wq/for-6.9.

Thanks.a
  

Patch

diff --git a/kernel/workqueue.c b/kernel/workqueue.c
index 76e60faed892..236fd78587e0 100644
--- a/kernel/workqueue.c
+++ b/kernel/workqueue.c
@@ -6856,7 +6856,7 @@  static bool __init cpus_share_numa(int cpu0, int cpu1)
 /**
  * workqueue_init_topology - initialize CPU pods for unbound workqueues
  *
- * This is the third step of there-staged workqueue subsystem initialization and
+ * This is the third step of three-staged workqueue subsystem initialization and
  * invoked after SMP and topology information are fully initialized. It
  * initializes the unbound CPU pods accordingly.
  */