mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Replace PVOID and VOID
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
b6b121512b
commit
17d1637977
46 changed files with 712 additions and 718 deletions
|
@ -41,14 +41,14 @@
|
|||
//============================================================
|
||||
|
||||
|
||||
static VOID
|
||||
static void
|
||||
dm_CheckProtection(
|
||||
IN struct adapter *Adapter
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
static VOID
|
||||
static void
|
||||
dm_CheckStatistics(
|
||||
IN struct adapter *Adapter
|
||||
)
|
||||
|
@ -305,7 +305,7 @@ rtl8188e_InitHalDm(
|
|||
}
|
||||
|
||||
|
||||
VOID
|
||||
void
|
||||
rtl8188e_HalDmWatchDog(
|
||||
IN struct adapter *Adapter
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue