aboutsummaryrefslogtreecommitdiff
path: root/lib/test-string_helpers.c
diff options
context:
space:
mode:
authorSomya Anand <[email protected]>2015-03-04 14:10:44 +0530
committerGreg Kroah-Hartman <[email protected]>2015-03-06 15:30:07 -0800
commitaea42ee42196ee164b46eda047953c0974536d5b (patch)
tree79412b3f0986df52a1f2c9bf4467165b23387ee8 /lib/test-string_helpers.c
parent22905b8594d58a6fceeb4510a57e34571a075b45 (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