Skip to content

Commit

Permalink
pie: realign comment
Browse files Browse the repository at this point in the history
Realign a comment after the change introduced by the
previous patch.

Signed-off-by: Leslie Monis <lesliemonis@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Leslie Monis authored and David S. Miller committed Mar 4, 2020
1 parent 105e808 commit 5c5840e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions include/net/pie.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@ struct pie_params {

/**
* struct pie_vars - contains pie variables
* @qdelay: current queue delay
* @qdelay_old: queue delay in previous qdelay calculation
* @burst_time: burst time allowance
* @dq_tstamp: timestamp at which dq rate was last calculated
* @prob: drop probability
* @accu_prob: accumulated drop probability
* @dq_count: number of bytes dequeued in a measurement cycle
* @avg_dq_rate: calculated average dq rate
* @backlog_old: queue backlog during previous qdelay calculation
* @qdelay: current queue delay
* @qdelay_old: queue delay in previous qdelay calculation
* @burst_time: burst time allowance
* @dq_tstamp: timestamp at which dq rate was last calculated
* @prob: drop probability
* @accu_prob: accumulated drop probability
* @dq_count: number of bytes dequeued in a measurement cycle
* @avg_dq_rate: calculated average dq rate
* @backlog_old: queue backlog during previous qdelay calculation
*/
struct pie_vars {
psched_time_t qdelay;
Expand Down

0 comments on commit 5c5840e

Please sign in to comment.