提交 60896e6b 编写于 作者: K Kevin McKinney 提交者: Greg Kroah-Hartman

Staging: bcm: Change PVOID to void * in InterfaceAdapter.h

This patch changes PVOID to void *
in InterfaceAdapter.h.
Signed-off-by: NKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 decb16b3
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册