From: Bhaskar Chowdhury Date: Fri, 19 Mar 2021 04:46:23 +0000 (+0530) Subject: sch_red: Fix a typo X-Git-Tag: accepted/tizen/unified/20230118.172025~7588^2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a2dc6af67a0c9f65a22ea40fc79974ee8f368c7;p=platform%2Fkernel%2Flinux-rpi.git sch_red: Fix a typo s/recalcultion/recalculation/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: David S. Miller --- diff --git a/include/net/red.h b/include/net/red.h index 9e6647c..0b39eff 100644 --- a/include/net/red.h +++ b/include/net/red.h @@ -295,7 +295,7 @@ static inline unsigned long red_calc_qavg_from_idle_time(const struct red_parms int shift; /* - * The problem: ideally, average length queue recalcultion should + * The problem: ideally, average length queue recalculation should * be done over constant clock intervals. This is too expensive, so * that the calculation is driven by outgoing packets. * When the queue is idle we have to model this clock by hand.