kernel_optimize_test/net
Akinobu Mita 70e3ba72ba net/core: remove duplicate statements by do-while loop
Remove duplicate statements by using do-while loop instead of while loop.

- A;
- while (e) {
+ do {
	A;
- }
+ } while (e);

Signed-off-by: Akinobu Mita <akinobu.mita@gmail.com>
Cc: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2013-04-29 18:28:43 -07:00
..
9p
802 net/802/mrp: fix possible race condition when calling mrp_pdu_queue() 2013-04-12 15:10:48 -04:00
8021q
appletalk
atm
ax25
batman-adv batman-adv: make is_my_mac() check for the current mesh only 2013-04-17 22:31:22 +02:00
bluetooth
bridge bridge: make user modified path cost sticky 2013-04-15 14:03:44 -04:00
caif
can
ceph
core net/core: remove duplicate statements by do-while loop 2013-04-29 18:28:43 -07:00
dcb
dccp
decnet
dns_resolver
dsa
ethernet
ieee802154
ipv4 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf 2013-04-19 14:24:47 -04:00
ipv6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf 2013-04-19 14:24:47 -04:00
ipx
irda TTY/Serial driver update for 3.10-rc1 2013-04-29 12:16:17 -07:00
iucv
key
l2tp
lapb
llc
mac80211 Merge branch 'for-john' of git://x-git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 2013-04-12 13:20:51 -04:00
mac802154
netfilter net/netfilter: rename random32() to prandom_u32() 2013-04-29 18:28:43 -07:00
netlabel
netlink
netrom
nfc
openvswitch
packet
phonet
rds
rfkill
rose
rxrpc
sched net/sched: rename random32() to prandom_u32() 2013-04-29 18:28:43 -07:00
sctp sctp: convert sctp_assoc_set_id() to use idr_alloc_cyclic() 2013-04-29 18:28:41 -07:00
sunrpc net/sunrpc: rename random32() to prandom_u32() 2013-04-29 18:28:43 -07:00
tipc
unix
vmw_vsock
wimax
wireless
x25
xfrm
compat.c
Kconfig
Makefile
nonet.c
socket.c
sysctl_net.c