]> www.infradead.org Git - users/jedix/linux-maple.git/commit
kthread: correct comments before kthread_queue_work()
authorTio Zhang <tiozhang@didiglobal.com>
Tue, 24 Dec 2024 09:53:44 +0000 (17:53 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 25 Jan 2025 06:47:22 +0000 (22:47 -0800)
commit97549ce6848e5e30b667378b28c3cff937d167d2
tree91bc2b6b0a39555e72c3ad688e12a7910b3e31d4
parent5748be3e9ef4659f9adf7e1ad454fafb0868cd88
kthread: correct comments before kthread_queue_work()

s/kthread_worker_create/kthread_create_worker/ to avoid confusion when
reading comments before kthread_queue_work().

Link: https://lkml.kernel.org/r/20241224095344.GA7587@didi-ThinkCentre-M930t-N000
Signed-off-by: Tio Zhang <tiozhang@didiglobal.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
kernel/kthread.c