diff options
| author | Julia Lawall <[email protected]> | 2014-11-09 10:06:32 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2014-11-22 10:55:00 -0800 |
| commit | 490e0e898ba4c625bbf53d691cb8554a1a494063 (patch) | |
| tree | 43c1ff19d58fb59e24847ae34f6827585ab63277 /tools/perf/scripts/python/bin | |
| parent | 337832b7919469db17d3ebf60e3875e6915cae75 (diff) | |
staging: lustre: osc: remove final uses of the GOTO macro
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
identifier lbl;
identifier rc;
constant c;
@@
- GOTO(lbl,\(rc\|c\));
+ goto lbl;
@@
identifier lbl;
expression rc;
@@
- GOTO(lbl,rc);
+ rc;
+ goto lbl;
// </smpl>
In one case (OES_INV), consecutive gotos were factorized and a break was
removed.
Signed-off-by: Julia Lawall <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions