Commit 5c5840e4 authored by Leslie Monis's avatar Leslie Monis Committed by David S. Miller

pie: realign comment

Realign a comment after the change introduced by the
previous patch.
Signed-off-by: default avatarLeslie Monis <lesliemonis@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 105e808c
...@@ -38,15 +38,15 @@ struct pie_params { ...@@ -38,15 +38,15 @@ struct pie_params {
/** /**
* struct pie_vars - contains pie variables * struct pie_vars - contains pie variables
* @qdelay: current queue delay * @qdelay: current queue delay
* @qdelay_old: queue delay in previous qdelay calculation * @qdelay_old: queue delay in previous qdelay calculation
* @burst_time: burst time allowance * @burst_time: burst time allowance
* @dq_tstamp: timestamp at which dq rate was last calculated * @dq_tstamp: timestamp at which dq rate was last calculated
* @prob: drop probability * @prob: drop probability
* @accu_prob: accumulated drop probability * @accu_prob: accumulated drop probability
* @dq_count: number of bytes dequeued in a measurement cycle * @dq_count: number of bytes dequeued in a measurement cycle
* @avg_dq_rate: calculated average dq rate * @avg_dq_rate: calculated average dq rate
* @backlog_old: queue backlog during previous qdelay calculation * @backlog_old: queue backlog during previous qdelay calculation
*/ */
struct pie_vars { struct pie_vars {
psched_time_t qdelay; psched_time_t qdelay;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment