mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 17:17:04 -04:00
Staging: bcm: Change PVOID to void * in InterfaceAdapter.h
This patch changes PVOID to void * in InterfaceAdapter.h. Signed-off-by: Kevin McKinney <klmckinney1@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
decb16b317
commit
60896e6b81
@@ -36,13 +36,13 @@ typedef struct _INTR_ENDP_OUT {
|
||||
|
||||
typedef struct _USB_TCB {
|
||||
struct urb *urb;
|
||||
PVOID psIntfAdapter;
|
||||
void *psIntfAdapter;
|
||||
BOOLEAN bUsed;
|
||||
} USB_TCB, *PUSB_TCB;
|
||||
|
||||
typedef struct _USB_RCB {
|
||||
struct urb *urb;
|
||||
PVOID psIntfAdapter;
|
||||
void *psIntfAdapter;
|
||||
BOOLEAN bUsed;
|
||||
} USB_RCB, *PUSB_RCB;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user