virtio_net.h: Fix comment.
authorJarno Rajahalme <[email protected]>
Fri, 18 Nov 2016 23:40:39 +0000 (15:40 -0800)
committerDavid S. Miller <[email protected]>
Sat, 19 Nov 2016 15:37:03 +0000 (10:37 -0500)
Fix incorrent comment after the final #endif.

Signed-off-by: Jarno Rajahalme <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/virtio_net.h

index 1c912f85e041756476008f9616be4414019a5614..74f1e336350656df078ee1f89fd8008aff27f587 100644 (file)
@@ -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 */