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
1 changed files with 1 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue