From: Malcolm Priestley Date: Tue, 25 Feb 2014 20:51:52 +0000 (+0000) Subject: staging: vt6656: struct vnt_usb_send_context struct size optimization. X-Git-Tag: firefly_0821_release~176^2~4193^2~839 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=ebf5a3ccdff1268df308dd84a1fc816f317042f9;p=firefly-linux-kernel-4.4.55.git staging: vt6656: struct vnt_usb_send_context struct size optimization. Reorder in size and remove dead member Next. Reported-by: Joe Perches Signed-off-by: Malcolm Priestley Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6656/device.h b/drivers/staging/vt6656/device.h index 54c6383c5a7d..ce1587ad55ae 100644 --- a/drivers/staging/vt6656/device.h +++ b/drivers/staging/vt6656/device.h @@ -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]; };