projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f073f92
)
workqueue: Spelling s/instensive/intensive/
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Mon, 24 Mar 2014 20:37:02 +0000
(21:37 +0100)
committer
Tejun Heo
<tj@kernel.org>
Mon, 24 Mar 2014 20:51:34 +0000
(16:51 -0400)
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Tejun Heo <tj@kernel.org>
include/linux/workqueue.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/workqueue.h
b/include/linux/workqueue.h
index 29da9e77c3bb14081cfb9153a8222b5a66549b27..0523eab05f6395efec9954048228a5653f7ff1ec 100644
(file)
--- a/
include/linux/workqueue.h
+++ b/
include/linux/workqueue.h
@@
-294,7
+294,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 in
s
tensive workqueue */
+ WQ_CPU_INTENSIVE = 1 << 5, /* cpu intensive workqueue */
WQ_SYSFS = 1 << 6, /* visible in sysfs, see wq_sysfs_register() */
/*