summaryrefslogtreecommitdiff
path: root/net/sched/sch_pie.c
diff options
context:
space:
mode:
authorTaichi Nishimura <awkrail01@gmail.com>2023-03-23 08:27:13 +0300
committerDavid S. Miller <davem@davemloft.net>2023-03-24 12:05:03 +0300
commit4170f0ef582c1ff4557276b98fb5fad85c782c1f (patch)
tree88750e248fc21d4a6016eb462160592c5a9f3125 /net/sched/sch_pie.c
parentc34ce2796228c3b00353c173a462debe62ab6265 (diff)
downloadlinux-4170f0ef582c1ff4557276b98fb5fad85c782c1f.tar.xz
fix typos in net/sched/* files
This patch fixes typos in net/sched/* files. Signed-off-by: Taichi Nishimura <awkrail01@gmail.com> Reviewed-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/sch_pie.c')
-rw-r--r--net/sched/sch_pie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sched/sch_pie.c b/net/sched/sch_pie.c
index 265c238047a4..2152a56d73f8 100644
--- a/net/sched/sch_pie.c
+++ b/net/sched/sch_pie.c
@@ -319,7 +319,7 @@ void pie_calculate_probability(struct pie_params *params, struct pie_vars *vars,
}
/* If qdelay is zero and backlog is not, it means backlog is very small,
- * so we do not update probabilty in this round.
+ * so we do not update probability in this round.
*/
if (qdelay == 0 && backlog != 0)
update_prob = false;