git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c56b0
)
net: replace continue with break to reduce unnecessary loop in xxx_xmarksources
author
RongQing.Li
<roy.qing.li@gmail.com>
Thu, 5 Apr 2012 09:36:29 +0000
(17:36 +0800)
committer
David S. Miller
<davem@davemloft.net>
Thu, 5 Apr 2012 09:42:18 +0000
(
05:42
-0400)
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>
No differences found