2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-14 16:44:29 +08:00
linux-next/drivers/staging
Tapasweni Pathak ddcb81e741 staging: rtl8712: merge lines and remove unused variable for immediate return
This patch merge two lines in a single line if immediate return is found.
Unused variables in each case were removed manually as they are no longer
needed.

This is done using Coccinelle. Semantic patch used for this is as
follows :
@@
expression ret;
identifier f;
@@

-ret =
+return
     f(...);
-return ret;

Signed-off-by: Tapasweni Pathak <tapaswenipathak@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2014-09-23 08:14:37 -07:00
..
android staging: android: sw_sync: checkpatch fixes 2014-09-19 16:35:53 -07:00
bcm staging: bcm: Fix line over 80 characters 2014-09-19 17:42:15 -07:00
board
comedi staging: comedi: ni_usb6501: add counter subdevice 2014-09-19 15:58:18 -07:00
cptm1217
dgap staging: dgap: use schedule_timeout_interruptible() instead of dgap_ms_sleep() 2014-09-19 16:53:57 -07:00
dgnc staging: dgnc: Check sscanf return value 2014-09-19 17:25:23 -07:00
emxx_udc staging: emxx_udc: Replace __constant_cpu_to_le16 with cpu_to_le16 2014-09-19 17:48:06 -07:00
et131x staging: et131x: logical continuations should be on the previous line 2014-09-19 16:05:20 -07:00
ft1000 drivers: staging: ft1000: Fix return is not a function, parentheses are not required errors 2014-09-02 10:48:32 -07:00
fwserial
gdm72xx Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next 2014-08-06 09:38:14 -07:00
gdm724x Staging: gdm724x: gdm_usb: added error checking in do_tx() 2014-09-19 16:56:46 -07:00
goldfish staging: goldfish: avoid multiple assignments 2014-09-06 21:54:57 -07:00
gs_fpgaboot staging: gs_fpgaboot Fix trailing whitespace. 2014-09-19 17:42:15 -07:00
iio Staging: iio: meter: Fix unnecessary space warning 2014-09-22 07:59:36 -07:00
imx-drm Merge 3.17-rc5 into staging-next. 2014-09-14 19:33:47 -07:00
line6
lustre staging: lustre: lnet: lnet: Fixed quoted string split warning. 2014-09-19 17:37:16 -07:00
media Staging: media: cxd2099: Missing a blank line after declarations 2014-09-19 17:42:15 -07:00
mt29f_spinand staging/mt29f_spinand: coding style fixes 2014-08-16 12:23:27 -07:00
netlogic staging: netlogic: fix checkpatch.pl "LINE_SPACING" issuses 2014-09-08 14:02:13 -07:00
nvec staging/nvec: Use platform_get_irq() 2014-07-30 17:18:47 -07:00
octeon staging: octeon: Fix quoted string split warning. 2014-09-19 17:49:39 -07:00
octeon-usb Staging: octeon-hcd: removed dummy label 2014-09-11 14:49:13 -07:00
olpc_dcon
ozwpan staging: ozwpan: use kmalloc_array over kmalloc with multiply 2014-09-08 13:26:33 -07:00
panel
rtl8188eu Staging: rtl8188eu: os_dep: Compression of lines for immediate return 2014-09-19 16:26:01 -07:00
rtl8192e Staging: rtl8192e: Fix __constant_htons to htons style warning 2014-09-19 17:54:04 -07:00
rtl8192ee Staging: rtl8192ee: rtl8192ee: Fix missing blank line warning 2014-09-19 17:15:15 -07:00
rtl8192u staging: rtl8192u: delete unused function CAM_read_entry 2014-09-19 17:11:06 -07:00
rtl8712 staging: rtl8712: merge lines and remove unused variable for immediate return 2014-09-23 08:14:37 -07:00
rtl8723au Staging: rtl8723au: hal: Space prohibited before semicolon 2014-09-19 16:30:11 -07:00
rtl8821ae Staging: rtl8821ae: Fix warnings of no space before tabs. 2014-09-19 17:48:06 -07:00
rts5208 staging: rts5208: Remove casting the return value which is a void pointer 2014-08-30 14:07:37 -07:00
skein staging: skein: replace spaces with tabs 2014-09-19 17:27:28 -07:00
slicoss staging: slicoss: fix a blank line coding style issue 2014-08-16 12:23:13 -07:00
speakup staging: speakup: fix checkpatch warning 2014-09-19 17:27:28 -07:00
ste_rmi4
unisys staging: unisys: uislib: uislib.c: sparse warning of context imbalance 2014-09-19 16:08:10 -07:00
vme staging: vme: remove redundant else condition 2014-08-30 14:06:47 -07:00
vt6655 Merge 3.17-rc6 into staging-next. 2014-09-22 07:30:03 -07:00
vt6656 Staging: vt6656: Removing else after break statement to fix warning 2014-09-19 17:01:22 -07:00
wlan-ng Staging: wlan-ng: Fix return in void function warning 2014-09-19 17:42:15 -07:00
xgifb staging: xgifb: remove unnecessary else 2014-09-06 21:48:19 -07:00
xillybus staging: xillybus: Removed unnecessary cast 2014-09-08 13:59:25 -07:00
Kconfig Merge 3.17-rc3 into staging-next 2014-08-31 20:53:12 -07:00
Makefile Merge 3.17-rc3 into staging-next 2014-08-31 20:53:12 -07:00
staging.c