mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-06-23 16:44:20 +00:00
rtl8188eu: Convert VOID to void
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
2026ba8979
commit
f6b0b0658a
51 changed files with 733 additions and 744 deletions
|
@ -40,14 +40,14 @@
|
|||
//============================================================
|
||||
|
||||
|
||||
static VOID
|
||||
static void
|
||||
dm_CheckProtection(
|
||||
IN PADAPTER Adapter
|
||||
)
|
||||
{
|
||||
}
|
||||
|
||||
static VOID
|
||||
static void
|
||||
dm_CheckStatistics(
|
||||
IN PADAPTER Adapter
|
||||
)
|
||||
|
@ -132,7 +132,7 @@ static void dm_CheckPbcGPIO(_adapter *padapter)
|
|||
//
|
||||
// Created by Roger, 2010.03.05.
|
||||
//
|
||||
VOID
|
||||
void
|
||||
dm_InterruptMigration(
|
||||
IN PADAPTER Adapter
|
||||
)
|
||||
|
@ -396,7 +396,7 @@ rtl8188e_InitHalDm(
|
|||
}
|
||||
|
||||
|
||||
VOID
|
||||
void
|
||||
rtl8188e_HalDmWatchDog(
|
||||
IN PADAPTER Adapter
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue