diff options
author | Himangi Saraogi <himangi774@gmail.com> | 2014-08-13 14:48:47 +0530 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2014-09-23 11:00:40 +1000 |
commit | 2172d6606843cbad58498310a28125e7a700e658 (patch) | |
tree | b78ebaecff26facbad67e7c939b8827ad91b4e1c /arch/powerpc/platforms/powernv/opal-dump.c | |
parent | 9e82bf014195d6f0054982c463575cdce24292be (diff) |
powerpc/pseries: Drop unnecessary continue
Continue is not needed at the bottom of a loop.
The Coccinelle semantic patch implementing this change is:
@@
@@
for (...;...;...) {
...
if (...) {
...
- continue;
}
}
Signed-off-by: Himangi Saraogi <himangi774@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms/powernv/opal-dump.c')
0 files changed, 0 insertions, 0 deletions