Julia Lawall
09c8a87ce6
staging: lustre: obdclass: expand double GOTO macros
The semantic patch that makes this change is as follows:
(http://coccinelle.lip6.fr/)
// <smpl>
@@
identifier lbl;
@@
if (...)
GOTO(lbl,...);
+else
GOTO(lbl,...);
@@
identifier lbl;
expression e,e1,e2;
@@
if (e)
- GOTO(lbl,e1);
-else GOTO(lbl,e2);
+ e1;
+else e2;
+goto lbl;
@@
identifier lbl1,lbl2;
expression e,e1,e2;
@@
+ e1=e2;
if (e)
- GOTO(lbl1,e1=e2);
-GOTO(lbl2,e1=e2);
+ goto lbl1;
+goto lbl2;
// </smpl>
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-09-08 12:46:32 -07:00
..
2014-09-02 12:28:45 -07:00
2014-08-31 12:55:38 -07:00
2014-09-02 11:21:32 -07:00
2014-09-06 21:46:55 -07:00
2014-09-02 10:44:33 -07:00
2014-08-30 14:07:38 -07:00
2014-09-02 10:57:03 -07:00
2014-09-02 10:48:32 -07:00
2014-08-06 09:38:14 -07:00
2014-08-06 09:38:14 -07:00
2014-09-06 21:54:57 -07:00
2014-09-06 21:50:30 -07:00
2014-08-19 20:25:10 +01:00
2014-08-30 14:06:48 -07:00
2014-09-08 12:46:32 -07:00
2014-08-04 18:36:12 -07:00
2014-08-16 12:23:27 -07:00
2014-09-02 10:40:03 -07:00
2014-07-30 17:18:47 -07:00
2014-09-02 10:48:32 -07:00
2014-08-16 12:23:12 -07:00
2014-09-06 22:02:17 -07:00
2014-08-30 13:54:03 -07:00
2014-08-16 12:23:11 -07:00
2014-09-06 21:46:54 -07:00
2014-07-30 17:05:56 -07:00
2014-09-02 10:48:32 -07:00
2014-09-06 22:01:09 -07:00
2014-08-30 14:07:37 -07:00
2014-08-16 12:23:13 -07:00
2014-07-18 16:36:29 -07:00
2014-08-26 12:18:51 -07:00
2014-08-30 14:06:47 -07:00
2014-08-30 15:19:17 -07:00
2014-08-16 12:23:17 -07:00
2014-08-17 09:49:48 -07:00
2014-09-06 21:48:19 -07:00
2014-08-30 13:14:41 -07:00
2014-08-31 20:53:12 -07:00
2014-08-31 20:53:12 -07:00