diff options
author | Simon Horman <simon.horman@netronome.com> | 2015-03-11 22:00:10 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-03-11 23:05:38 -0400 |
commit | d299ce149c1aa6a2e2c8db44974a6a1c07d7303b (patch) | |
tree | ecc7f7022f15a8662b852941cf543545d698f4ce /include/net/vxlan.h | |
parent | 33cf7c90fe2f97afb1cadaa0cfb782cb9d1b9ee2 (diff) |
vxlan: Correct path typo in comment
Flags are used in the return path rather than the return patch.
Fixes: af33c1adae1e ("vxlan: Eliminate dependency on UDP socket in transmit path")
Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/vxlan.h')
-rw-r--r-- | include/net/vxlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/vxlan.h b/include/net/vxlan.h index eabd3a038674..9564b779246f 100644 --- a/include/net/vxlan.h +++ b/include/net/vxlan.h | |||
@@ -130,7 +130,7 @@ struct vxlan_sock { | |||
130 | #define VXLAN_F_GBP 0x800 | 130 | #define VXLAN_F_GBP 0x800 |
131 | #define VXLAN_F_REMCSUM_NOPARTIAL 0x1000 | 131 | #define VXLAN_F_REMCSUM_NOPARTIAL 0x1000 |
132 | 132 | ||
133 | /* Flags that are used in the receive patch. These flags must match in | 133 | /* Flags that are used in the receive path. These flags must match in |
134 | * order for a socket to be shareable | 134 | * order for a socket to be shareable |
135 | */ | 135 | */ |
136 | #define VXLAN_F_RCV_FLAGS (VXLAN_F_GBP | \ | 136 | #define VXLAN_F_RCV_FLAGS (VXLAN_F_GBP | \ |