summaryrefslogtreecommitdiff
path: root/scripts/patch-kernel
diff options
context:
space:
mode:
authorsimran singhal <singhalsimran0@gmail.com>2017-02-19 00:22:07 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-03-06 11:17:02 +0300
commit57ce4df98ee10a1d8438599a20c80388802c9488 (patch)
treee3462142972b20ac61c6bd5d8810ca4633ce7657 /scripts/patch-kernel
parentdff1e0ef86cba81bf3d892036a28e8b889b7e72c (diff)
downloadlinux-57ce4df98ee10a1d8438599a20c80388802c9488.tar.xz
staging: vt6655: Compress return logic
Simplify function returns by merging assignment and return into one command line. Found with Coccinelle @@ local idexpression ret; expression e; @@ -ret = +return e; -return ret; Signed-off-by: simran singhal <singhalsimran0@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'scripts/patch-kernel')
0 files changed, 0 insertions, 0 deletions