workqueue: Fix typo in comments
authorCai Huoqing <caihuoqing@baidu.com>
Sat, 31 Jul 2021 00:01:29 +0000 (08:01 +0800)
committerTejun Heo <tj@kernel.org>
Mon, 9 Aug 2021 22:31:03 +0000 (12:31 -1000)
commit67dc8325370844ffce92aa59abe8b453aa6aa83c
tree59b8f128adead6a6a501c7f4a42b872c21fb2217
parentf728c4a9e8405caae69d4bc1232c54ff57b5d20f
workqueue: Fix typo in comments

Fix typo:
*assing  ==> assign
*alloced  ==> allocated
*Retun  ==> Return
*excute  ==> execute

v1->v2:
*reverse 'iff'
*update changelog

Signed-off-by: Cai Huoqing <caihuoqing@baidu.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
kernel/workqueue.c