提交 ebf5a3cc 编写于 作者: M Malcolm Priestley 提交者: Greg Kroah-Hartman

staging: vt6656: struct vnt_usb_send_context struct size optimization.

Reorder in size and remove dead member Next.
Reported-by: NJoe Perches <joe@perches.com>
Signed-off-by: NMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 599e4b5c
......@@ -179,10 +179,9 @@ struct vnt_usb_send_context {
void *pDevice;
struct sk_buff *pPacket;
struct urb *pUrb;
struct ethhdr sEthHeader;
unsigned int uBufLen;
u8 type;
struct ethhdr sEthHeader;
void *Next;
bool bBoolInUse;
unsigned char Data[MAX_TOTAL_SIZE_WITH_ALL_HEADERS];
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册