mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-09 10:11:52 -04: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:
committed by
Greg Kroah-Hartman
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];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user