linux/drivers/staging/rtl8188eu
Luca Ceresoli d0beccb04e staging: rtl8188eu: don't cast to void* when calling memset()
The first argument to memset() is (void *), the explicit typecasts are
not needed. They just make code less readable.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Cc: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-02-07 18:58:31 -08:00
..
core staging: rtl8188eu: don't cast to void* when calling memset() 2016-02-07 18:58:31 -08:00
hal staging: rtl8188eu: rarely used macros replaced by their definitions 2015-11-15 20:02:47 -08:00
include staging: rtl8188eu: unused macros removed 2015-11-15 20:02:47 -08:00
os_dep staging: rtl8188eu: jiffies are unsigned long 2015-11-15 20:02:47 -08:00
Kconfig staging: rtl8188eu: Fix build error when CFG80211 is not selected 2015-09-29 04:27:22 +02:00
Makefile
TODO