From: Yang Yingliang Date: Wed, 11 Dec 2013 07:17:11 +0000 (+0800) Subject: net_sched: expand control flow of macro SKIP_NONLOCAL X-Git-Tag: v3.14-rc1~94^2~518 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f8f61eb4341be07b4a8d046f646fcf934a89949;p=pandora-kernel.git net_sched: expand control flow of macro SKIP_NONLOCAL 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed