Skip to content
Commit 2f7066ad authored by Jean Sacren's avatar Jean Sacren Committed by David S. Miller
Browse files

openvswitch: fix struct geneve_port member name

commit 6b001e68

 ("openvswitch: Use Geneve device.")

The commit above introduced 'port_no' as the name for the member of
struct geneve_port. The correct name should be 'dst_port' as described
in the kernel doc. Let's fix that member name and all the pertinent
instances so that both doc and code would be consistent.

Signed-off-by: default avatarJean Sacren <sakiwit@gmail.com>
Acked-by: default avatarThomas Graf <tgraf@suug.ch>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5ea03042
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment