net: fix some typos in comment
In commit 371121057607e3127e19b3fa094330181b5b031e("net: QDISC_STATE_RUNNING dont need atomic bit ops") the __QDISC_STATE_RUNNING is renamed to __QDISC___STATE_RUNNING, but the old names existing in comment are not replaced with the new name completely. Signed-off-by: Ying Xue <ying.xue@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d933319657
commit
9bf2b8c280
2 changed files with 4 additions and 4 deletions
|
@ -2738,8 +2738,8 @@ static inline int __dev_xmit_skb(struct sk_buff *skb, struct Qdisc *q,
|
|||
/*
|
||||
* Heuristic to force contended enqueues to serialize on a
|
||||
* separate lock before trying to get qdisc main lock.
|
||||
* This permits __QDISC_STATE_RUNNING owner to get the lock more often
|
||||
* and dequeue packets faster.
|
||||
* This permits __QDISC___STATE_RUNNING owner to get the lock more
|
||||
* often and dequeue packets faster.
|
||||
*/
|
||||
contended = qdisc_is_running(q);
|
||||
if (unlikely(contended))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue