rtl8188eu: Replace VOID with void and PVOID with void *

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2018-11-12 21:24:45 -06:00
parent c25b5250a8
commit 722e1c9b2e
46 changed files with 362 additions and 368 deletions

View file

@ -1531,7 +1531,7 @@ phydm_query_is_mu_api(
}
VOID
void
phydm_rx_statistic_cal(
struct PHY_DM_STRUCT *p_phydm,
u8 *p_phy_status,

View file

@ -469,7 +469,7 @@ phydm_update_pwr_track(
void
odm_rate_adaptive_state_ap_init(
void *PADAPTER_VOID,
void *PADAPTER_void,
struct sta_info *p_entry
);