From: Julia Lawall Date: Wed, 14 Nov 2007 08:15:16 +0000 (+0100) Subject: USB: Drop unnecessary continue in a few drivers X-Git-Tag: v2.6.25-rc1~1075^2~88 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6a01369fdf7c1376421b243ae740465a527b96c;p=pandora-kernel.git 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 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed