Skip to content

Commit

Permalink
virtio: Fix typo in virtio_net_hdr comments
Browse files Browse the repository at this point in the history
Signed-off-by: Mark McLoughlin <markmc@redhat.com>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
  • Loading branch information
Mark McLoughlin authored and Jeff Garzik committed Jun 10, 2008
1 parent 23cde76 commit 2506ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/linux/virtio_net.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
};
Expand Down

0 comments on commit 2506ece

Please sign in to comment.