aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorMihaela Muraru <mihaela.muraru21@gmail.com>2016-10-13 19:45:59 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:27:33 +0200
commit1cbe7adb9c6d10830494e81f2867858da2fd4c53 (patch)
treea480d8f232d70695791ffb19d97fd53007fe7261 /include/linux
parentStaging: rtl8188eu: hal: Compress return logic into one line (diff)
Staging: netlogic: Compress return logic into one line
Simplify function returns by merging assignment and return into one command line. Found with Coccinelle @@ expression e, ret; @@ -ret = +return e; -return ret; Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions