diff options
| author | Anchal Jain <[email protected]> | 2016-09-09 20:32:16 +0530 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2016-09-12 12:29:27 +0200 |
| commit | ac4455e09b21572fd0c63d54ef76328f36d39cec (patch) | |
| tree | 5ef2f146c4b405d72bd1131fe9e0602c6f1d11ac /tools/perf/scripts/python | |
| parent | e62641475b20a3a7a65491dcf4cb9b10e5ee9567 (diff) | |
staging: lustre: lustre: obdclass: Modify return statement
Modify the return statement.
The Coccinelle semantic patch used to make this change is as follows:
@@
expression e, ret;
@@
-ret =
+return
e;
-return ret;
Delete the declaration of the return variable rc, as it is no longer used.
Signed-off-by: Anchal Jain <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions