From 4f8f61eb4341be07b4a8d046f646fcf934a89949 Mon Sep 17 00:00:00 2001 From: Yang Yingliang Date: Wed, 11 Dec 2013 15:17:11 +0800 Subject: [PATCH] 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-format-patch failed