From: RongQing.Li Date: Thu, 5 Apr 2012 09:36:29 +0000 (+0800) Subject: net: replace continue with break to reduce unnecessary loop in xxx_xmarksources X-Git-Tag: v3.5-rc1~109^2~571 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce713ee5a10f3a171df94b0d501034aab2388c16;p=pandora-kernel.git net: replace continue with break to reduce unnecessary loop in xxx_xmarksources The conditional which decides to skip inactive filters does not change with the change of loop index, so it is unnecessary to check them many times. Signed-off-by: RongQing.Li Signed-off-by: David S. Miller --- Reading git-diff-tree failed