linux/drivers/staging/netlogic
Mihaela Muraru 1cbe7adb9c 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>
2016-10-16 10:27:33 +02:00
..
Kconfig
Makefile
TODO Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
platform_net.c staging: netlogic: Fix several parentheses alignments 2016-02-20 14:59:37 -08:00
platform_net.h Staging: Netlogic: Move all the netdev under single parent device 2014-08-30 14:00:11 -07:00
xlr_net.c Staging: netlogic: Compress return logic into one line 2016-10-16 10:27:33 +02:00
xlr_net.h staging: netlogic: Fix CamelCase for constants 2016-02-20 14:59:37 -08:00