aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/virtio_net.h
diff options
context:
space:
mode:
authorJarno Rajahalme <jarno@ovn.org>2016-11-18 15:40:39 -0800
committerDavid S. Miller <davem@davemloft.net>2016-11-19 10:37:03 -0500
commitd66016a77757b004b8637f44d87bedfc4a47b89c (patch)
treea91b2f621863f7b5ac8546269d507d42b987ebc7 /include/linux/virtio_net.h
parentvirtio_net: Simplify call sites for virtio_net_hdr_{from, to}_skb(). (diff)
downloadlinux-dev-d66016a77757b004b8637f44d87bedfc4a47b89c.tar.xz
linux-dev-d66016a77757b004b8637f44d87bedfc4a47b89c.zip
virtio_net.h: Fix comment.
Fix incorrent comment after the final #endif. Signed-off-by: Jarno Rajahalme <jarno@ovn.org> Signed-off-by: David S. Miller <davem@davemloft.net>
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 1c912f85e041..74f1e3363506 100644
--- a/include/linux/virtio_net.h
+++ b/include/linux/virtio_net.h
@@ -98,4 +98,4 @@ static inline int virtio_net_hdr_from_skb(const struct sk_buff *skb,
return 0;
}
-#endif /* _LINUX_VIRTIO_BYTEORDER */
+#endif /* _LINUX_VIRTIO_NET_H */