git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55df5fa
)
staging: lustre: obdclass: expand the GOTO macro
author
Julia Lawall
<Julia.Lawall@lip6.fr>
Sun, 7 Sep 2014 16:18:35 +0000
(18:18 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 8 Sep 2014 19:47:51 +0000
(12:47 -0700)
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>
drivers/staging/lustre/lustre/obdclass/acl.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/capa.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/cl_lock.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/class_obd.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/dt_object.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/genops.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/llog.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/llog_cat.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/obd_config.c
patch
|
blob
|
history
drivers/staging/lustre/lustre/obdclass/obd_mount.c
patch
|
blob
|
history
diff --cc
drivers/staging/lustre/lustre/obdclass/acl.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/capa.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/cl_lock.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/class_obd.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/dt_object.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/genops.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/llog.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/llog_cat.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/lprocfs_status.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/obd_config.c
Simple merge
diff --cc
drivers/staging/lustre/lustre/obdclass/obd_mount.c
Simple merge