summaryrefslogtreecommitdiff
path: root/lib/workqueue.c
diff options
context:
space:
mode:
authorPaul Jakma <paul.jakma@sun.com>2006-03-30 14:45:47 +0000
committerPaul Jakma <paul.jakma@sun.com>2006-03-30 14:45:47 +0000
commit213d8dadcae5edd424ef98bf0657874a4c44faf2 (patch)
tree15a6a1ddcae662f3a4183a6dbb386adaa731d15e /lib/workqueue.c
parent6cf0cf0ca400062a03c10a92d60ec3013569a383 (diff)
[lib] Trivial: fix line lengths of a comment in workqueu.c
2006-03-30 Paul Jakma <paul.jakma@sun.com> * workqueue.c: (work_queue_run) fix line length of comment
Diffstat (limited to 'lib/workqueue.c')
-rw-r--r--lib/workqueue.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/workqueue.c b/lib/workqueue.c
index 1fa16ded..a0f48bc8 100644
--- a/lib/workqueue.c
+++ b/lib/workqueue.c
@@ -254,8 +254,9 @@ work_queue_run (struct thread *thread)
*
* Best: starts low, can only increase
*
- * Granularity: starts at WORK_QUEUE_MIN_GRANULARITY, can be decreased if we run to end of time
- * slot, can increase otherwise by a small factor.
+ * Granularity: starts at WORK_QUEUE_MIN_GRANULARITY, can be decreased
+ * if we run to end of time slot, can increase otherwise
+ * by a small factor.
*
* We could use just the average and save some work, however we want to be
* able to adjust quickly to CPU pressure. Average wont shift much if