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

Commit 2506ece0 authored by Mark McLoughlin's avatar Mark McLoughlin Committed by Jeff Garzik
Browse files

virtio: Fix typo in virtio_net_hdr comments

parent 23cde76d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ struct virtio_net_hdr
#define VIRTIO_NET_HDR_GSO_ECN		0x80	// TCP has ECN set
	__u8 gso_type;
	__u16 hdr_len;		/* Ethernet + IP + tcp/udp hdrs */
	__u16 gso_size;		/* Bytes to append to gso_hdr_len per frame */
	__u16 gso_size;		/* Bytes to append to hdr_len per frame */
	__u16 csum_start;	/* Position to start checksumming from */
	__u16 csum_offset;	/* Offset after that to place checksum */
};