mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2025-05-08 22:43:04 +00:00
rtl8188eu: Remove useless IN and OUT from parameter lists
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
460e260891
commit
d26bbefc3a
42 changed files with 1379 additions and 1410 deletions
|
@ -165,7 +165,7 @@ struct mp_tx
|
|||
|
||||
|
||||
|
||||
typedef void (*MPT_WORK_ITEM_HANDLER)(IN void * Adapter);
|
||||
typedef void (*MPT_WORK_ITEM_HANDLER)(void * Adapter);
|
||||
typedef struct _MPT_CONTEXT
|
||||
{
|
||||
// Indicate if we have started Mass Production Test.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue