1
0
Fork 0
alistair23-linux/drivers/usb/image
Julia Lawall a6a01369fd 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>
2008-02-01 14:34:51 -08:00
..
Kconfig typo fixes 2007-10-20 01:34:40 +02:00
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
mdc800.c USB: Drop unnecessary continue in a few drivers 2008-02-01 14:34:51 -08:00
microtek.c USB: make the microtek driver and HAL cooperate 2007-11-28 13:58:35 -08:00
microtek.h USB: microtek usb scanner: Scsi_Cmnd conversion 2006-09-28 15:36:44 -07:00