projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e9e40e
)
virtio_net.h: Fix comment.
author
Jarno Rajahalme
<jarno@ovn.org>
Fri, 18 Nov 2016 23:40:39 +0000
(15:40 -0800)
committer
David S. Miller
<davem@davemloft.net>
Sat, 19 Nov 2016 15:37:03 +0000
(10:37 -0500)
Fix incorrent comment after the final #endif.
Signed-off-by: Jarno Rajahalme <jarno@ovn.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/virtio_net.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/virtio_net.h
b/include/linux/virtio_net.h
index 1c912f85e041756476008f9616be4414019a5614..74f1e336350656df078ee1f89fd8008aff27f587 100644
(file)
--- 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
*/