2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-28 07:04:00 +08:00
linux-next/drivers/staging/gdm72xx
Alison Schofield 474be12de6 staging: gdm72xx: 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: Alison Schofield <amsfield22@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-11 20:00:30 -08:00
..
gdm_qos.c Staging: gdm72xx: Add appropriate comment for spinlock_t definition 2016-02-07 20:10:47 -08:00
gdm_qos.h Staging: gdm72xx: Add appropriate comment for spinlock_t definition 2016-02-07 20:10:47 -08:00
gdm_sdio.c staging: gdm72xx: Replace timeval with ktime_t 2015-12-26 17:13:33 -08:00
gdm_sdio.h Staging: gdm72xx: Add appropriate comment for spinlock_t definition 2016-02-07 20:10:47 -08:00
gdm_usb.c Staging: gdm72xx: Remove multiple blank lines 2016-02-07 20:10:47 -08:00
gdm_usb.h Staging: gdm72xx: Prefer using the BIT macro 2016-02-07 20:10:47 -08:00
gdm_wimax.c Staging: gdm72xx: Add appropriate comment for spinlock_t definition 2016-02-07 20:10:47 -08:00
gdm_wimax.h
hci.h Staging: gdm72xx: Prefer using the BIT macro 2016-02-07 20:10:47 -08:00
Kconfig PM / Kconfig: Replace PM_RUNTIME with PM in dependencies 2014-12-13 00:44:04 +01:00
Makefile
netlink_k.c staging: gdm72xx: compress return logic into one line 2016-02-11 20:00:30 -08:00
netlink_k.h
sdio_boot.c staging: gdm72xx: NULL comparison style 2015-09-12 18:24:53 -07:00
sdio_boot.h
TODO
usb_boot.c staging: gdm72xx: compress return logic into one line 2016-02-11 20:00:30 -08:00
usb_boot.h
usb_ids.h Staging: gdm72xx: Add space around that "+", "&" and "|" 2016-02-07 20:10:44 -08:00
wm_ioctl.h staging: gdm72xx: add userspace data struct 2015-12-26 17:13:33 -08:00