linux/drivers/staging/wilc1000
Varsha Rao 285d02a18c staging: wilc1000: Remove useless cast.
Variable ip_addr is already declared as pointer to u8. Again explicit type
casting of ip_addr to u8, is not required. Hence this patch removes it
by using the following coccinelle script.

@@
type T;
T *ptr,p;
@@
(
- (T *)(&p)
+ &p
|
- (T *)ptr
+ ptr
|
- (T *)(ptr)
+ ptr
|
- (T)(p)
+ p
)

Signed-off-by: Varsha Rao <rvarsha016@gmail.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-03-09 14:55:09 +01:00
..
coreconfigurator.c Staging: wilc1000: Compress return logic into one line 2016-10-16 10:27:34 +02:00
coreconfigurator.h staging: wilc1000: Fixes camel-casing in wilc_gnrl_info_received 2017-03-09 14:52:22 +01:00
host_interface.c staging: wilc1000: Remove useless cast. 2017-03-09 14:55:09 +01:00
host_interface.h staging: wilc1000: Remove unnecessary extern variables. 2016-10-17 09:54:15 +02:00
Kconfig
linux_mon.c staging: wilc1000: use reset to set mac header 2016-12-03 15:49:16 -05:00
linux_wlan.c scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instances 2017-02-27 18:43:47 -08:00
Makefile
TODO
wilc_debugfs.c staging:wilc1000:wilc_debugfs.c Removes multiple blank lines 2017-01-16 18:10:25 +01:00
wilc_sdio.c Staging:wilc1000:wilc_sdio: Modified comment style to preferred kernel comment style 2017-03-09 14:43:47 +01:00
wilc_spi.c Staging:wilc1000:wilc_spi: Added blank line after function and modified comment style 2017-03-09 14:43:49 +01:00
wilc_wfi_cfgoperations.c staging: wilc1000: Logical continuations should be on the previous line 2017-03-07 06:53:30 +01:00
wilc_wfi_cfgoperations.h
wilc_wfi_netdevice.h staging: wilc1000: Remove unused function wilc_lock_timeout 2016-10-25 10:53:27 +02:00
wilc_wlan_cfg.c
wilc_wlan_cfg.h
wilc_wlan_if.h
wilc_wlan.c staging: wilc1000: Alignment should match open parenthesis 2017-03-07 06:53:30 +01:00
wilc_wlan.h staging: wilc1000: function prototype argument should have identifier name 2017-03-07 06:53:30 +01:00