diff options
author | paul <paul> | 2006-03-30 14:45:47 +0000 |
---|---|---|
committer | paul <paul> | 2006-03-30 14:45:47 +0000 |
commit | b5e01920c5c5c626a1fbe34ebedf7ae4c0fd32cd (patch) | |
tree | 2de374bd4a37e4e0743dbf5065f18f8524965884 /lib/workqueue.c | |
parent | 9714dff22c15d6a119438b773504f3c33eb5485c (diff) | |
download | quagga-b5e01920c5c5c626a1fbe34ebedf7ae4c0fd32cd.tar.bz2 quagga-b5e01920c5c5c626a1fbe34ebedf7ae4c0fd32cd.tar.xz |
[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.c | 5 |
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 |