summaryrefslogtreecommitdiff
path: root/include/linux/workqueue.h
diff options
context:
space:
mode:
authorVaishali Thakkar <vthakkar1994@gmail.com>2014-09-19 10:30:59 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-19 17:25:22 -0700
commit3dfe7557809e5867306c7a0614b9d1c6036cbe4d (patch)
treef2d8b8a4fc5e5ec843843ebe307993f0b373eda1 /include/linux/workqueue.h
parent10352c2a69f4aa2724f007a4922518c9ece7bf89 (diff)
Staging: dgnc: Merge lines and remove unused variable for immediate return
This patch merges two lines in a single line if immediate return is found. It also removes unnecessory variable rc as it is no longer needed. This is done using Coccinelle. Semantic patch used for this is as follows: @@ type T; identifier i; identifier f; constant C; @@ - T i; ...when != i when strict ( return -C; | - i = + return f(...); - return i; ) Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Reviewed-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux/workqueue.h')
0 files changed, 0 insertions, 0 deletions