pie: realign comment
authorLeslie Monis <lesliemonis@gmail.com>
Wed, 4 Mar 2020 18:56:02 +0000 (00:26 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Mar 2020 21:25:55 +0000 (13:25 -0800)
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>
include/net/pie.h

index 1c645b7..3fe2361 100644 (file)
@@ -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;