commit | ce713ee5a10f3a171df94b0d501034aab2388c16 | [log] [tgz] |
---|---|---|
author | RongQing.Li <roy.qing.li@gmail.com> | Thu Apr 05 17:36:29 2012 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 05 05:42:18 2012 -0400 |
tree | fc51b89dc562d3b49bc6db964f405fda0575c03d | |
parent | 51c56b004e2c9a46207bb8a116589c2f84b92e5d [diff] |
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 <roy.qing.li@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>