projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
042f7df
)
workqueue: fix trivial typo in Documentation/workqueue.txt
author
Chris Bainbridge
<chris.bainbridge@gmail.com>
Tue, 5 May 2015 11:49:00 +0000
(12:49 +0100)
committer
Tejun Heo
<tj@kernel.org>
Tue, 5 May 2015 13:50:38 +0000
(09:50 -0400)
Signed-off-by: Chris Bainbridge <chris.bainbridge@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Documentation/workqueue.txt
patch
|
blob
|
history
diff --git
a/Documentation/workqueue.txt
b/Documentation/workqueue.txt
index f81a65b54c29e6f8d853e621fddd530eebf842a1..5e0e05c5183e290e8d78c531a3f42bc3c85377f7 100644
(file)
--- a/
Documentation/workqueue.txt
+++ b/
Documentation/workqueue.txt
@@
-365,7
+365,7
@@
root 5674 0.0 0.0 0 0 ? S 12:13 0:00 [kworker/1:0]
If kworkers are going crazy (using too much cpu), there are two types
of possible problems:
- 1. Something be
e
ing scheduled in rapid succession
+ 1. Something being scheduled in rapid succession
2. A single work item that consumes lots of cpu cycles
The first one can be tracked using tracing: