aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio_net.h
diff options
context:
space:
mode:
authorMark McLoughlin <markmc@redhat.com>2008-06-08 20:49:59 +1000
committerJeff Garzik <jgarzik@redhat.com>2008-06-10 18:20:30 -0400
commit2506ece0c0bbd2fc19a4827b96dc52ea47e2ce4a (patch)
treef1f0b9fb5715e36d4e02867a0d5bc7b4452a7c6d /include/linux/virtio_net.h
parentvirtio_net: Fix skb->csum_start computation (diff)
downloadlinux-dev-2506ece0c0bbd2fc19a4827b96dc52ea47e2ce4a.tar.xz
linux-dev-2506ece0c0bbd2fc19a4827b96dc52ea47e2ce4a.zip
virtio: Fix typo in virtio_net_hdr comments
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>
Diffstat (limited to 'include/linux/virtio_net.h')
-rw-r--r--include/linux/virtio_net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/virtio_net.h b/include/linux/virtio_net.h
index 9405aa6cdf26..38c0571820fb 100644
--- a/include/linux/virtio_net.h
+++ b/include/linux/virtio_net.h
@@ -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 */
};