diff options
author | Somya Anand <[email protected]> | 2015-03-04 14:10:44 +0530 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2015-03-06 15:30:07 -0800 |
commit | aea42ee42196ee164b46eda047953c0974536d5b (patch) | |
tree | 79412b3f0986df52a1f2c9bf4467165b23387ee8 /lib/test-string_helpers.c | |
parent | 22905b8594d58a6fceeb4510a57e34571a075b45 (diff) |
Staging: rtl8188eu: Remove redundant local variable
This patch removes a redundant variable "raid" and adds inline
return statements.
This issue is identified by the following coccinelle script:
@@
expression ret;
identifier f;
@@
-ret =
+return
f(...);
-return ret;
Signed-off-by: Somya Anand <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'lib/test-string_helpers.c')
0 files changed, 0 insertions, 0 deletions