From 213d8dadcae5edd424ef98bf0657874a4c44faf2 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Thu, 30 Mar 2006 14:45:47 +0000 Subject: [lib] Trivial: fix line lengths of a comment in workqueu.c 2006-03-30 Paul Jakma * workqueue.c: (work_queue_run) fix line length of comment --- lib/ChangeLog | 1 + lib/workqueue.c | 5 +++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/ChangeLog b/lib/ChangeLog index 7511cdf4..cf0278af 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -2,6 +2,7 @@ * command.h: (DEFUN_CMD_FUNC_TEXT) Annotate arguments as potentially being unused. + * workqueue.c: (work_queue_run) fix line length of comment 2006-03-27 Paul Jakma 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 -- cgit v1.2.1