summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
diff options
context:
space:
mode:
authorJulia Lawall <julia@diku.dk>2007-11-14 09:15:16 +0100
committerGreg Kroah-Hartman <gregkh@suse.de>2008-02-01 14:34:51 -0800
commita6a01369fdf7c1376421b243ae740465a527b96c (patch)
tree45e024d4895cca127837c853d223da7973fb1500 /drivers/usb/core
parent6d71190e945d31617324e8320965946ad17e6e8c (diff)
downloadlinux-stable-a6a01369fdf7c1376421b243ae740465a527b96c.tar.gz
linux-stable-a6a01369fdf7c1376421b243ae740465a527b96c.tar.bz2
linux-stable-a6a01369fdf7c1376421b243ae740465a527b96c.zip
USB: Drop unnecessary continue in a few drivers
Continue is not needed at the bottom of a loop. The semantic patch implementing this change is as follows: @@ @@ for (...;...;...) { ... if (...) { ... - continue; } } Signed-off-by: Julia Lawall <julia@diku.dk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/core')
0 files changed, 0 insertions, 0 deletions