projects
/
GitHub
/
LineageOS
/
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:
b184006
)
net/openvswitch: remove dup comment in vport.h
author
Wang Sheng-Hui
<shhuiw@gmail.com>
Tue, 23 Sep 2014 12:02:15 +0000
(20:02 +0800)
committer
David S. Miller
<davem@davemloft.net>
Fri, 26 Sep 2014 20:42:33 +0000
(16:42 -0400)
Remove the duplicated comment
"/* The following definitions are for users of the vport subsytem: */"
in vport.h
Signed-off-by: Wang Sheng-Hui <shhuiw@gmail.com>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport.h
patch
|
blob
|
blame
|
history
diff --git
a/net/openvswitch/vport.h
b/net/openvswitch/vport.h
index 0d95b9f5f9c4b025553b9be7e9e1ae27586bd1ca..0efd62fef1e81ca4d0ae472a0e737e8b0f1b6652 100644
(file)
--- a/
net/openvswitch/vport.h
+++ b/
net/openvswitch/vport.h
@@
-35,7
+35,6
@@
struct vport_parms;
/* The following definitions are for users of the vport subsytem: */
-/* The following definitions are for users of the vport subsytem: */
struct vport_net {
struct vport __rcu *gre_vport;
};