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: v3.15-rc1~139^2~839 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=ebf5a3ccdff1268df308dd84a1fc816f317042f9;p=~emulex%2Finfiniband.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 54c6383c5a7..ce1587ad55a 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]; };