projects
/
profile
/
wearable
/
platform
/
kernel
/
linux-4.9-exynos9110.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5b720b
)
openvswitch: kerneldoc warning fix
author
Fabian Frederick
<fabf@skynet.be>
Wed, 15 Oct 2014 19:03:18 +0000
(21:03 +0200)
committer
David S. Miller
<davem@davemloft.net>
Thu, 16 Oct 2014 03:25:33 +0000
(23:25 -0400)
s/sock/gs
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: Pravin B Shelar <pshelar@nicira.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/openvswitch/vport-geneve.c
patch
|
blob
|
history
diff --git
a/net/openvswitch/vport-geneve.c
b/net/openvswitch/vport-geneve.c
index
910b3ef
..
106a9d8
100644
(file)
--- a/
net/openvswitch/vport-geneve.c
+++ b/
net/openvswitch/vport-geneve.c
@@
-30,7
+30,7
@@
/**
* struct geneve_port - Keeps track of open UDP ports
- * @
sock
: The socket created for this port number.
+ * @
gs
: The socket created for this port number.
* @name: vport name.
*/
struct geneve_port {