net: fix some typos in comment
authorYing Xue <ying.xue@windriver.com>
Thu, 26 Jun 2014 07:56:31 +0000 (15:56 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 Jul 2014 21:20:32 +0000 (14:20 -0700)
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>

No differences found