]> git.puffer.fish Git - mirror/frr.git/commitdiff
[lib] Trivial: fix line lengths of a comment in workqueu.c
authorPaul Jakma <paul.jakma@sun.com>
Thu, 30 Mar 2006 14:45:47 +0000 (14:45 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Thu, 30 Mar 2006 14:45:47 +0000 (14:45 +0000)
2006-03-30 Paul Jakma <paul.jakma@sun.com>

* workqueue.c: (work_queue_run) fix line length of comment

lib/ChangeLog
lib/workqueue.c

index 7511cdf423b232d1b28ec91f61be198c7e5795d9..cf0278af5e7774346eb48edc7243515baf80b34a 100644 (file)
@@ -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 <paul.jakma@sun.com>
 
index 1fa16dedbc6c44c355ae7db77738c7d30c9dcb03..a0f48bc8d6625d521d96f93c717fb182be605b49 100644 (file)
@@ -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