projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ff0b1f
)
sch_red: Fix a typo
author
Bhaskar Chowdhury
<unixbhaskar@gmail.com>
Fri, 19 Mar 2021 04:46:23 +0000
(10:16 +0530)
committer
David 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
patch
|
blob
|
blame
|
history
diff --git
a/include/net/red.h
b/include/net/red.h
index 9e6647c4ccd1fae85aedc5c214bde7b6769b4665..0b39eff1d50aebc43784ebec3fe615fec0bf995c 100644
(file)
--- 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 recalcul
a
tion 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.