Browse Source

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>
Simon Horman 10 years ago
parent
commit
d299ce149c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/net/vxlan.h

+ 1 - 1
include/net/vxlan.h

@@ -130,7 +130,7 @@ struct vxlan_sock {
 #define VXLAN_F_GBP			0x800
 #define VXLAN_F_GBP			0x800
 #define VXLAN_F_REMCSUM_NOPARTIAL	0x1000
 #define VXLAN_F_REMCSUM_NOPARTIAL	0x1000
 
 
-/* Flags that are used in the receive patch. These flags must match in
+/* Flags that are used in the receive path. These flags must match in
  * order for a socket to be shareable
  * order for a socket to be shareable
  */
  */
 #define VXLAN_F_RCV_FLAGS		(VXLAN_F_GBP |			\
 #define VXLAN_F_RCV_FLAGS		(VXLAN_F_GBP |			\