diff options
| author | Nadim Almas <[email protected]> | 2016-10-31 13:50:11 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-11-07 11:26:57 +0100 |
| commit | fb6e3cf2cb6c4acb48a0e8c86ce6503f32087981 (patch) | |
| tree | dd603744583d905ee4c2cd1d4b2514e978ef6750 /tools/perf/scripts/python | |
| parent | bd4fcdaddc8d8d77bd10083f2e8f05c2896b7f4a (diff) | |
Staging:emxx_udc:emxx_udc: Compression of lines for immediate return
This patch compresses two lines into a single line
if immediate return statement is found. Remove variable data as
it is no longer needed.
It is done using script Coccinelle. And coccinelle uses the following
semantic patch for this compression function
@@
local idexpression ret;
expression e;
@@
-ret =
+return
e;
-return ret;
Signed-off-by: Nadim Almas <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions