linux/drivers/staging/wilc1000
Bhumika Goyal 1d191e1057 Staging: wilc1000: Remove struct typedef
Remove typedef from structure tstrRSSI as using typedef for
structures is not preferred.
Found using coccinelle:

@r1@
type T;
@@

typedef struct { ... } T;

@script:python c1@
T2;
T << r1.T;
@@
if T[-2:] =="_t":
  coccinelle.T2 = T[:-2];
  print T
else:
  coccinelle.T2=T;

@r2@
type r1.T;
identifier c1.T2;
@@
-typedef
struct
+ T2
{ ... }
-T
;

@r3@
type r1.T;
identifier c1.T2;
@@
- T
+ struct T2

Signed-off-by: Bhumika Goyal <bhumirks@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-09-13 15:13:16 +02:00
..
coreconfigurator.c staging: wilc1000: fix a couple of memory leaks 2016-03-22 22:27:36 -04:00
coreconfigurator.h Staging: wilc1000: Remove struct typedef 2016-09-13 15:13:16 +02:00
host_interface.c staging: wilc1000: NULL dereference on error 2016-08-21 17:28:21 +02:00
host_interface.h staging: wilc1000: remove unused struct set_mac_addr 2016-06-25 14:38:49 -07:00
Kconfig staging: wilc1000: removes WIRELESS_EXT 2016-03-28 07:30:36 -07:00
linux_mon.c staging: wilc1000: Remove camel case in variable names. 2016-03-28 07:30:36 -07:00
linux_wlan.c Merge 4.8-rc5 into staging-next 2016-09-05 08:13:24 +02:00
Makefile staging: wilc1000: message_queue: Move code to host interface 2016-06-25 14:39:53 -07:00
TODO drivers: wilc1000: remove references to semaphores 2016-08-21 17:27:16 +02:00
wilc_debugfs.c staging: wilc1000: fix error handling in wilc_debugfs_init() 2016-08-21 17:27:16 +02:00
wilc_sdio.c staging: wilc1000: fix spelling mistake: "interupts" -> "interrupts" 2016-06-25 14:38:49 -07:00
wilc_spi.c staging: wilc1000: fix spelling mistake: "retyring" -> "retrying" 2016-09-01 17:36:33 +02:00
wilc_wfi_cfgoperations.c staging: wilc1000: correctly check if associatedsta has not been found 2016-08-21 17:28:21 +02:00
wilc_wfi_cfgoperations.h Staging: wilc1000: Remove unused function WILC_WFI_update_stats 2016-02-20 14:43:48 -08:00
wilc_wfi_netdevice.h drivers: wilc1000: remove references to semaphores 2016-08-21 17:27:16 +02:00
wilc_wlan_cfg.c staging: wilc1000: Replaced comparison to NULL statements 2016-03-28 07:30:36 -07:00
wilc_wlan_cfg.h staging: wilc1000: wilc_wlan_cfg_init: changes unused argument 2016-02-22 11:48:19 -08:00
wilc_wlan_if.h drivers: wilc1000: remove references to semaphores 2016-08-21 17:27:16 +02:00
wilc_wlan.c staging: wilc1000: Replace semaphore cfg_event with completion 2016-06-25 14:39:53 -07:00
wilc_wlan.h drivers: wilc1000: remove references to semaphores 2016-08-21 17:27:16 +02:00