summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJulia Lawall <Julia.Lawall@lip6.fr>2014-09-09 15:44:08 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-11 14:42:37 -0700
commit187516688df334bc34ae08db931193e0a2f7dc97 (patch)
tree973d953f95b8c635458df20deb8c7b14a63e4671 /scripts
parentf5b3f330f7f666b915e47542581e0b4ce3b96780 (diff)
staging: lustre: lov: 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 'scripts')
0 files changed, 0 insertions, 0 deletions