net_sched: expand control flow of macro SKIP_NONLOCAL
authorYang Yingliang <yangyingliang@huawei.com>
Wed, 11 Dec 2013 07:17:11 +0000 (15:17 +0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Dec 2013 17:29:26 +0000 (12:29 -0500)
SKIP_NONLOCAL hides the control flow. The control flow should be
inlined and expanded explicitly in code so that someone who reads
it can tell the control flow can be changed by the statement.

Signed-off-by: Yang Yingliang <yangyingliang@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found