From ebf5a3ccdff1268df308dd84a1fc816f317042f9 Mon Sep 17 00:00:00 2001 From: Malcolm Priestley Date: Tue, 25 Feb 2014 20:51:52 +0000 Subject: [PATCH] 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 --- drivers/staging/vt6656/device.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]; }; -- 2.39.5