diff options
author | Bhaktipriya Shridhar <bhaktipriya96@gmail.com> | 2016-03-10 20:13:34 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-03-12 09:09:09 +0300 |
commit | 76134b3f19088b46552d0580bb0ee650fe9d2d2c (patch) | |
tree | 6233a05dcfec3b5a0f5e53583d541cb8414b81a5 /Documentation/devicetree/bindings/goldfish | |
parent | 372419776a023f7f0eede837cd866c2d544ba4a4 (diff) | |
download | linux-76134b3f19088b46552d0580bb0ee650fe9d2d2c.tar.xz |
staging: rtl8192e: rtllib_crypt_tkip: 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 'Documentation/devicetree/bindings/goldfish')
0 files changed, 0 insertions, 0 deletions