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
..
2007-10-12 14:55:33 -07:00
2008-02-01 14:34:46 -08:00
2007-12-17 10:47:15 -08:00
2007-05-23 20:14:15 -07:00
2007-11-28 13:58:36 -08:00
2008-02-01 14:34:46 -08:00
2007-08-20 23:38:44 -07:00
2007-10-12 14:55:18 -07:00
2007-10-12 14:55:33 -07:00
2007-10-12 14:55:18 -07:00
2007-10-12 14:55:23 -07:00
2007-10-12 14:55:21 -07:00
2007-08-20 23:38:44 -07:00
2008-02-01 14:34:51 -08:00
2006-09-27 11:59:00 -07:00
2007-11-28 13:58:32 -08:00
2007-07-12 16:29:45 -07:00
2007-02-16 15:32:24 -08:00
2007-02-07 15:44:33 -08:00
2008-02-01 14:34:46 -08:00
2007-02-14 08:09:54 -08:00
2008-01-26 15:07:53 +00:00
2007-07-12 16:34:29 -07:00
2007-02-07 15:44:33 -08:00
2007-10-12 14:54:59 -07:00
2008-01-27 18:14:49 +01:00
2007-10-12 14:54:59 -07:00
2008-01-27 18:14:47 +01:00
2007-02-14 08:09:54 -08:00
2008-01-26 15:26:01 -07:00
2007-10-12 14:55:32 -07:00
2007-07-12 16:34:30 -07:00
2008-01-26 15:07:53 +00:00
2007-10-12 14:55:23 -07:00
2007-10-18 14:37:28 -07:00
2007-02-07 15:44:33 -08:00
2007-12-17 10:47:15 -08:00
2007-10-12 14:55:32 -07:00
2007-05-22 23:45:48 -07:00
2006-04-14 11:12:20 -07:00
2007-12-17 10:47:15 -08:00
2007-07-19 17:46:08 -07:00
2007-07-19 10:04:50 -07:00
2007-10-19 23:10:43 +02:00
2005-04-16 15:20:36 -07:00
2007-10-12 14:55:24 -07:00
2007-10-12 14:55:19 -07:00
2007-12-17 10:47:15 -08:00
2007-10-12 14:55:23 -07:00
2007-03-09 19:52:23 -08:00
2007-10-25 12:18:43 -07:00