OSDN Git Service

sch_red: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Fri, 19 Mar 2021 04:46:23 +0000 (10:16 +0530)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Mar 2021 18:51:03 +0000 (11:51 -0700)
s/recalcultion/recalculation/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/red.h

index 9e6647c..0b39eff 100644 (file)
@@ -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.