Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ebf5a3cc authored by Malcolm Priestley's avatar Malcolm Priestley Committed by Greg Kroah-Hartman
Browse files

staging: vt6656: struct vnt_usb_send_context struct size optimization.



Reorder in size and remove dead member Next.

Reported-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarMalcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 599e4b5c
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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];
};