diff options
author | Julia Lawall <julia@diku.dk> | 2007-11-14 14:30:43 +0100 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 17:29:23 +0100 |
commit | 3a749730afc224ac11f4eff3df58a42494a0f035 (patch) | |
tree | 703b5c200b18b46fe2ade8151ed179204f3b061f /usr/Kconfig | |
parent | 61dc35de78d2b28e3c28fd7a352ef8c4ff63f42d (diff) | |
download | kernel-crypto-3a749730afc224ac11f4eff3df58a42494a0f035.tar.gz kernel-crypto-3a749730afc224ac11f4eff3df58a42494a0f035.tar.xz kernel-crypto-3a749730afc224ac11f4eff3df58a42494a0f035.zip |
[ALSA] sound/pci: Drop unnecessary continue
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: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'usr/Kconfig')
0 files changed, 0 insertions, 0 deletions