linux/drivers/staging
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
..
android staging, android: remove lowmemory killer from the tree 2017-03-09 13:47:03 +01:00
board
clocking-wizard
comedi staging: comedi: ni_atmio: make device_ids const 2017-03-09 14:08:58 +01:00
dgnc staging: dgnc: replace usleep_range with udelay 2017-03-07 07:37:01 +01:00
emxx_udc staging: emxx_udc: Add comment for spinlock_t definition. 2017-03-09 14:13:51 +01:00
fbtft staging: fbtft: add adriver for SH1106 2017-03-06 09:17:08 +01:00
fsl-mc staging: fsl-mc: fix coding style warning 2017-03-06 09:16:59 +01:00
fwserial
gdm724x staging: gdm724x: Drop useless initialisation 2017-03-06 09:16:58 +01:00
goldfish
greybus staging: greybus: Replace "is is" with "is" 2017-03-07 07:38:13 +01:00
gs_fpgaboot scripts/spelling.txt: add "followings" pattern and fix typo instances 2017-02-27 18:43:47 -08:00
iio staging: iio: accel: Rename source files and update Makefile 2017-03-05 11:25:25 +00:00
ks7010 staging: ks7010: fix spelling mistake 2017-03-09 14:06:46 +01:00
lustre staging: lustre: Remove lustre_eacl.h 2017-03-07 19:56:09 +01:00
media atomisp: USE_KMEM_CACHE is always defined so remove the dead code 2017-03-08 13:40:00 +01:00
most staging: most: Using macro DIV_ROUND_UP 2017-03-06 09:17:02 +01:00
mt29f_spinand
netlogic
nvec staging:nvec:nvec_ps2.c: Prefering kzalloc(sizeof(*ser_dev)...) over kzalloc(sizeof(struct serio)...) 2017-02-14 09:26:26 -08:00
octeon staging/iio driver patches for 4.11-rc1 2017-02-22 12:14:01 -08:00
octeon-usb
olpc_dcon staging: olpc_dcon: add whitespace around binary operators 2017-03-06 09:17:00 +01:00
rtl8188eu staging:rtl8188eu Add spaces around binary operator 2017-03-06 09:17:07 +01:00
rtl8192e staging: rtl8192e: replace explicit NULL comparison 2017-03-06 09:17:01 +01:00
rtl8192u staging: rtl8192u: Constify ieee80211_qos_parameters structure 2017-03-09 14:13:51 +01:00
rtl8712 Staging: rtl8712: wlan_bssdef.h - style fix 2017-03-06 09:17:03 +01:00
rts5208 staging: rts5208: remove unncessary result set and check, just return SUCCESS 2017-02-03 13:01:36 +01:00
skein
sm750fb staging: sm750fb: Remove blank lines after { and before } braces. 2017-03-06 09:17:06 +01:00
speakup staging: speakup: kobjects: Delete comparison 2017-03-09 14:29:40 +01:00
unisys staging: unisys: fix sparse warnings 2017-03-07 20:15:18 +01:00
vc04_services staging: vc04_services: bcm2835-audio: Align with parenthesis 2017-03-09 14:35:51 +01:00
vme
vt6655 staging: vt6655: Compress return logic 2017-03-06 09:17:02 +01:00
vt6656 Staging: vt6656: Fix spaces and char limit 2017-03-06 09:17:07 +01:00
wilc1000 staging: wilc1000: Remove useless cast. 2017-03-09 14:55:09 +01:00
wlan-ng staging: wlan-ng: Replace "the the " with "the" 2017-03-07 20:15:18 +01:00
xgifb staging: xgifb: Improved coding style 2017-03-09 14:13:51 +01:00
Kconfig staging: bcm2835-audio: Move driver under vc04_services 2017-03-06 09:17:06 +01:00
Makefile staging: bcm2835-audio: Move driver under vc04_services 2017-03-06 09:17:06 +01:00