mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-04 03:33:58 +08:00
staging: vt6656: struct vnt_usb_send_context struct size optimization.
Reorder in size and remove dead member Next. Reported-by: Joe Perches <joe@perches.com> Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
599e4b5ca8
commit
ebf5a3ccdf
@ -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];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user