From 4170f0ef582c1ff4557276b98fb5fad85c782c1f Mon Sep 17 00:00:00 2001 From: Taichi Nishimura Date: Thu, 23 Mar 2023 14:27:13 +0900 Subject: fix typos in net/sched/* files This patch fixes typos in net/sched/* files. Signed-off-by: Taichi Nishimura Reviewed-by: Randy Dunlap Signed-off-by: David S. Miller --- net/sched/sch_pie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/sched/sch_pie.c') 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; -- cgit v1.2.3