diff mbox

[net-next] vxlan: Correct path typo in comment

Message ID 1426125610-7903-1-git-send-email-simon.horman@netronome.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Simon Horman March 12, 2015, 2 a.m. UTC
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>
---
 include/net/vxlan.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Miller March 12, 2015, 3:07 a.m. UTC | #1
From: Simon Horman <simon.horman@netronome.com>
Date: Thu, 12 Mar 2015 11:00:10 +0900

> 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>

Applied.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Sergei Shtylyov March 12, 2015, 1:44 p.m. UTC | #2
Hello.

On 3/12/2015 5:00 AM, Simon Horman wrote:

> Flags are used in the return path rather than the return patch.

    s/return/receive/?

> Fixes: af33c1adae1e ("vxlan: Eliminate dependency on UDP socket in transmit path")
> Signed-off-by: Simon Horman <simon.horman@netronome.com>
[...]

> diff --git a/include/net/vxlan.h b/include/net/vxlan.h
> index eabd3a0..9564b77 100644
> --- a/include/net/vxlan.h
> +++ b/include/net/vxlan.h
> @@ -130,7 +130,7 @@ struct vxlan_sock {
>   #define VXLAN_F_GBP			0x800
>   #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
>    */
>   #define VXLAN_F_RCV_FLAGS		(VXLAN_F_GBP |			\

WBR, Sergei

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/include/net/vxlan.h b/include/net/vxlan.h
index eabd3a0..9564b77 100644
--- a/include/net/vxlan.h
+++ b/include/net/vxlan.h
@@ -130,7 +130,7 @@  struct vxlan_sock {
 #define VXLAN_F_GBP			0x800
 #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
  */
 #define VXLAN_F_RCV_FLAGS		(VXLAN_F_GBP |			\