pkt_sched: fq: correct spelling of locally
Correct spelling of locally. Also remove extra space before tab character in struct fq_flow. Signed-off-by: Simon Horman <simon.horman@netronome.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
c4b495128c
commit
05e8bb860b
|
@ -8,7 +8,7 @@
|
||||||
* as published by the Free Software Foundation; either version
|
* as published by the Free Software Foundation; either version
|
||||||
* 2 of the License, or (at your option) any later version.
|
* 2 of the License, or (at your option) any later version.
|
||||||
*
|
*
|
||||||
* Meant to be mostly used for localy generated traffic :
|
* Meant to be mostly used for locally generated traffic :
|
||||||
* Fast classification depends on skb->sk being set before reaching us.
|
* Fast classification depends on skb->sk being set before reaching us.
|
||||||
* If not, (router workload), we use rxhash as fallback, with 32 bits wide hash.
|
* If not, (router workload), we use rxhash as fallback, with 32 bits wide hash.
|
||||||
* All packets belonging to a socket are considered as a 'flow'.
|
* All packets belonging to a socket are considered as a 'flow'.
|
||||||
|
|
Loading…
Reference in New Issue