Thread (17 messages) 17 messages, 5 authors, 2016-07-27

Re: [PATCH v4 5/7] thunderbolt: Networking state machine

From: Lukas Wunner <lukas@wunner.de>
Date: 2016-07-24 22:36:25
Also in: linux-pci, lkml

On Mon, Jul 18, 2016 at 01:00:38PM +0300, Amir Levy wrote:
+	const unique_id_be proto_uuid = APPLE_THUNDERBOLT_IP_PROTOCOL_UUID;
+
+	if (memcmp(proto_uuid, hdr->apple_tbt_ip_proto_uuid,
+		   sizeof(proto_uuid)) != 0) {
You may want to use the uuid_be data type provided by <linux/uuid.h>
instead of rolling your own, as well as the helper uuid_be_cmp()
defined ibidem.

Thanks,

Lukas
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help