mirror of
https://github.com/fail0verflow/switch-linux.git
synced 2025-05-04 02:34:21 -04:00
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>
This commit is contained in:
parent
3e9e40e747
commit
d66016a777
1 changed files with 1 additions and 1 deletions
|
@ -98,4 +98,4 @@ static inline int virtio_net_hdr_from_skb(const struct sk_buff *skb,
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* _LINUX_VIRTIO_BYTEORDER */
|
#endif /* _LINUX_VIRTIO_NET_H */
|
||||||
|
|
Loading…
Add table
Reference in a new issue