alistair23-linux/drivers/net/wireless/rtlwifi/rtl8723be
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
dm.c rtlwifi: Remove casts of pointer to same type 2014-03-27 14:20:05 -04:00
dm.h
fw.c rtlwifi: rtl8723be: Fix smatch warnings 2014-03-06 14:29:57 -05:00
fw.h
hw.c rtlwifi: Remove casts of pointer to same type 2014-03-27 14:20:05 -04:00
hw.h
led.c
led.h
Makefile rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
phy.c rtlwifi: rtl8723be: Fix array dimension problems 2014-03-13 14:05:40 -04:00
phy.h
pwrseq.c
pwrseq.h rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
pwrseqcmd.c
pwrseqcmd.h
reg.h rtlwifi: Move common routines to core 2014-03-06 14:29:56 -05:00
rf.c
rf.h
sw.c rtlwifi: rtl8723be: Fix sparse errors 2014-03-06 14:29:57 -05:00
sw.h
table.c
table.h
trx.c rtlwifi: Remove casts of pointer to same type 2014-03-27 14:20:05 -04:00
trx.h