linux/drivers/staging
Alison Schofield 4375cad941 staging: wilc1000: wilc_wfi_cfgoperations: remove cast on void pointers
Remove cast on void pointers. C programming language guarantees
the conversion from void pointer to any other pointer type.

Coccinelle patch:
@r@
expression x;
void* e;
type T;
identifier f;
@@

(
  *((T *)e)
|
  ((T *)x)[...]
|
  ((T *)x)->f
|
- (T *)
  e
)

Signed-off-by: Alison Schofield <amsfield22@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-14 16:31:44 -08:00
..
android ion:synchronize debugfs callback and ion_client_destroy 2016-02-07 17:34:58 -08:00
board Staging: board: Blank lines aren't necessary before a close brace 2016-02-07 19:57:22 -08:00
clocking-wizard Staging: clocking-wizard: CHECK:Please use a blank line 2016-02-07 20:05:31 -08:00
comedi Staging: comedi: Prefer using the BIT macro 2016-02-11 19:47:27 -08:00
dgnc staging: dgnc: convert to wait_event_interruptible_timeout 2016-02-11 19:51:46 -08:00
emxx_udc staging: emxx_udc: Remove parentheses around the right hand side of assignment 2016-02-11 20:05:35 -08:00
fbtft staging: fbtft: Remove the use of CamelCase 2016-02-14 16:22:49 -08:00
fsl-mc staging: fsl-mc: Remove unneeded parentheses 2016-02-11 20:05:35 -08:00
fwserial staging: fwserial: (coding-style) rewrite comparisons to NULL as "!fifo->data" 2016-02-07 19:36:14 -08:00
gdm72xx staging: gdm72xx: compress return logic into one line 2016-02-11 20:00:30 -08:00
gdm724x staging: gdm724x: Remove unneeded parentheses 2016-02-11 20:00:30 -08:00
goldfish staging: goldfish: Change form of NULL comparisons 2016-02-09 17:48:01 -08:00
gs_fpgaboot Staging: gs_fpgaboot: fix data types in gs_fpgaboot.c 2016-02-07 20:07:29 -08:00
iio 2nd round of new IIO device support, features and cleanups for the 4.6 cycle. 2016-02-14 11:10:38 -08:00
lustre Staging: lustre: obdclass: Declare function as static 2016-02-14 16:21:15 -08:00
media staging: media: Remove unneeded parentheses 2016-02-11 20:05:35 -08:00
most staging: most: return proper error 2016-02-11 19:40:02 -08:00
mt29f_spinand staging: mt29f: clean up existing kernel-doc 2016-02-07 20:12:11 -08:00
netlogic staging: netlogic: Fix build error due to missed API change 2016-01-10 22:06:58 -05:00
nvec staging: nvec: Remove unneeded comment 2016-02-09 17:51:30 -08:00
octeon staging: octeon: refactor rgmii 10 mbps preamble error checking 2016-02-11 19:40:02 -08:00
octeon-usb staging: octeon: Remove unneeded parentheses in assignment 2016-02-11 19:40:02 -08:00
rdma staging: rdma: Use kcalloc instead of kzalloc 2016-02-09 17:43:09 -08:00
rtl8188eu staging: rtl8188eu: fix signal strength indication 2016-02-11 20:03:56 -08:00
rtl8192e staging: rtl8192e: prefer using eth_broadcast_addr() 2016-02-11 20:05:35 -08:00
rtl8192u staging: r8192U: Fix check pointer after usage problem 2016-02-07 20:17:18 -08:00
rtl8712 staging: rtl8712: use list_first_entry_or_null() 2016-02-07 19:53:04 -08:00
rtl8723au staging: rtl8723au: Use ARRAY_SIZE macro for sizes of arrays 2016-02-11 20:03:56 -08:00
rts5208 Staging: rts5208: remove unnecessary parantheses 2016-02-09 17:43:09 -08:00
skein
slicoss staging: slicoss: Align #define constants 2016-02-11 19:50:11 -08:00
sm750fb staging: sm750fb: change definition of PANEL_HORIZONTAL_TOTAL fields 2016-02-11 19:52:37 -08:00
speakup staging: speakup: compress return logic into one line 2016-02-11 20:00:30 -08:00
ste_rmi4 staging: ste_rmi4: avoid unused function warnings 2016-02-07 20:03:50 -08:00
unisys staging: unisys: Modify boolean assignment 2016-02-11 19:37:15 -08:00
vme
vt6655 Staging: vt6655: Add check dma_mapping_error 2016-02-11 20:00:30 -08:00
vt6656 staging: vt6656: move local var init into declaration 2016-02-14 16:25:38 -08:00
wilc1000 staging: wilc1000: wilc_wfi_cfgoperations: remove cast on void pointers 2016-02-14 16:31:44 -08:00
wlan-ng Staging:wlan-ng:Merged two lines into one 2016-02-09 17:43:09 -08:00
xgifb staging: xgifb: Remove unneeded parentheses 2016-02-11 19:50:11 -08:00
Kconfig misc: Move panel driver out of staging 2016-02-03 14:14:22 -08:00
Makefile staging: drop kbuild workaround dummy module from top dir 2016-02-07 18:40:03 -08:00