alistair23-linux/drivers/net/wireless/rtlwifi/rtl8192ce
Joe Perches 1851cb4a0f rtlwifi: Remove casts of pointer to same type
Casting a pointer to a pointer of the same type is pointless,
so remove these unnecessary casts.

Around these changes:

o Remove unnecessary parentheses
o Use consistent dereference style (change ptr[0] to *ptr)
o Argument alignment

Done via coccinelle script: (and some typing)

$ cat typecast_2.cocci
@@
type T;
T *foo;
@@

-	(T *)foo
+	foo

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2014-03-27 14:20:05 -04:00
..
def.h rtlwifi: remove duplicate declarations and macros in headers 2013-09-26 15:15:14 -04:00
dm.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some variable names 2012-10-30 16:17:54 -04:00
dm.h rtlwifi: rtl8192c: Convert driver to use private dm structs 2012-04-23 15:35:32 -04:00
hw.c rtlwifi: Remove casts of pointer to same type 2014-03-27 14:20:05 -04:00
hw.h rtlwifi: rtl8192c: rtl8192ce: Update to vendor driver of 2013.02.07 2013-04-01 16:19:59 -04:00
led.c rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
led.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
Makefile rtlwifi: rtl8192ce: rtl8192cu: Fix multiple def errors for allyesconfig build 2011-02-23 16:28:41 -05:00
phy.c rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
phy.h Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next 2013-10-07 15:40:44 -04:00
reg.h rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
rf.c rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some variable names 2012-10-30 16:17:54 -04:00
rf.h rtlwifi: Remove extern from function prototypes 2013-09-24 18:06:51 -07:00
sw.c rtlwifi: rtl8192ce: Convert driver to use new rtl_phy_scan_operation_backup() routine 2013-10-03 16:36:51 -04:00
sw.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
table.c rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
table.h rtl8192ce: Update copyright dates 2012-01-24 14:08:37 -05:00
trx.c rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rtl8188eu: Modify for new API 2014-03-06 14:29:56 -05:00
trx.h rtlwifi: rtl8192ce: rtl8192cu: rtl8192de: rtl8192se: rtl8723ae: rtl8723be: rtl8188eu: Modify for new API 2014-03-06 14:29:56 -05:00