diff options
author | Julia Lawall <Julia.Lawall@lip6.fr> | 2014-08-27 23:01:34 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-08-30 12:08:43 -0700 |
commit | 4d54556f791318f49fed3b254ffd6248f35a207c (patch) | |
tree | 687eb8a664c9c983e9ee7a2838f51432d55b2a88 /fs/debugfs | |
parent | fbe7c6c72a8f36e78cf3886573bbc0fdd0aa55b5 (diff) |
staging: lustre: lmv: expand 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>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs/debugfs')
0 files changed, 0 insertions, 0 deletions