summaryrefslogtreecommitdiff
path: root/fs
diff options
context:
space:
mode:
authorAnkita Patil <patil.ankita.r@gmail.com>2014-09-18 07:01:00 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-19 23:53:57 (GMT)
commit335d9c85be096cf492cb3eaeef160b45e1f25d8d (patch)
treebf356dc5cfed8e3be212a10d71ee0d0e32cc7291 /fs
parent50d0a21b61f22b38f881fa21d2ada6ab4a61f93f (diff)
downloadlinux-335d9c85be096cf492cb3eaeef160b45e1f25d8d.tar.xz
Staging: dgap: Remove unnecessary variable.
This patch removes unnecessary variable in file dgap.c using Coccinelle. Semantic patch for this is as follows: @@ expression ret; identifier f; @@ -ret = +return f(...); -return ret; Also removed the unneeded variable manually. Signed-off-by: Ankita Patil <patil.ankita.r@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'fs')
0 files changed, 0 insertions, 0 deletions