Archived
14
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/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
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