diff options
author | Leslie Monis <lesliemonis@gmail.com> | 2020-03-04 19:56:02 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-03-04 22:25:55 +0100 |
commit | 5c5840e4b9684b9c82c068c85f136205dedd9435 (patch) | |
tree | b42507506e038605de8c6dfb441202e1a50be3ed /include/net/pie.h | |
parent | pie: remove pie_vars->accu_prob_overflows (diff) | |
download | linux-5c5840e4b9684b9c82c068c85f136205dedd9435.tar.xz linux-5c5840e4b9684b9c82c068c85f136205dedd9435.zip |
pie: realign comment
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>
Diffstat (limited to 'include/net/pie.h')
-rw-r--r-- | include/net/pie.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/include/net/pie.h b/include/net/pie.h index 1c645b76a2ed..3fe2361e03b4 100644 --- a/include/net/pie.h +++ b/include/net/pie.h @@ -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; |