diff options
author | 2016-03-10 22:41:53 +0530 | |
---|---|---|
committer | 2016-03-11 22:09:09 -0800 | |
commit | 09971adc33bf49a31b16c84e05f525769e08cc60 (patch) | |
tree | 90a3d60ab8d8cb3817700b53a04aa497740602c7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Staging: iio: Fixed block comments warning (diff) | |
download | wireguard-linux-09971adc33bf49a31b16c84e05f525769e08cc60.tar.xz wireguard-linux-09971adc33bf49a31b16c84e05f525769e08cc60.zip |
staging: iio: addac: Remove unnecessary else after return
This patch fixes the checkpatch warning that else is not generally
useful after a break or return.
This was done using Coccinelle:
@@
expression e2;
statement s1;
@@
if(e2) { ... return ...; }
-else
s1
Signed-off-by: Bhaktipriya Shridhar <bhaktipriya96@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions