diff options
| author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-03-24 21:37:02 +0100 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2017-12-05 18:06:00 +0100 |
| commit | ac00c1e8deca748190ad933118bfe2c612dd93d8 (patch) | |
| tree | 4ec89845309fff57c3d3d874c79c04f359e8ae02 /include/linux/workqueue.h | |
| parent | 9d13af96d5e85a218255c150f036021e306d2730 (diff) | |
workqueue: Spelling s/instensive/intensive/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'include/linux/workqueue.h')
| -rw-r--r-- | include/linux/workqueue.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/workqueue.h b/include/linux/workqueue.h index fa20ca630..4e0fd3af7 100644 --- a/include/linux/workqueue.h +++ b/include/linux/workqueue.h @@ -291,7 +291,7 @@ enum { WQ_FREEZABLE = 1 << 2, /* freeze during suspend */ WQ_MEM_RECLAIM = 1 << 3, /* may be used for memory reclaim */ WQ_HIGHPRI = 1 << 4, /* high priority */ - WQ_CPU_INTENSIVE = 1 << 5, /* cpu instensive workqueue */ + WQ_CPU_INTENSIVE = 1 << 5, /* cpu intensive workqueue */ WQ_SYSFS = 1 << 6, /* visible in sysfs, see wq_sysfs_register() */ /* |
