diff mbox

[net-next] vxlan: fix a typo.

Message ID 1352849355-5429-1-git-send-email-ramirose@gmail.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Rami Rosen Nov. 13, 2012, 11:29 p.m. UTC
Use eXtensible and not eXtensiable in the comment on top.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
---
 drivers/net/vxlan.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

stephen hemminger Nov. 13, 2012, 9:32 p.m. UTC | #1
On Wed, 14 Nov 2012 01:29:15 +0200
Rami Rosen <ramirose@gmail.com> wrote:

> Use eXtensible and not eXtensiable in the comment on top.
> 
> Signed-off-by: Rami Rosen <ramirose@gmail.com>
> ---
>  drivers/net/vxlan.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
> index 8aca888..3204208 100644
> --- a/drivers/net/vxlan.c
> +++ b/drivers/net/vxlan.c
> @@ -1,5 +1,5 @@
>  /*
> - * VXLAN: Virtual eXtensiable Local Area Network
> + * VXLAN: Virtual eXtensible Local Area Network
>   *
>   * Copyright (c) 2012 Vyatta Inc.
>   *


This can go into net (3.7) if Linus is willing.

Acked-by: Stephen Hemminger <shemminger@vyatta.com>
--
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
David Miller Nov. 13, 2012, 10:14 p.m. UTC | #2
From: Stephen Hemminger <shemminger@vyatta.com>
Date: Tue, 13 Nov 2012 13:32:10 -0800

> On Wed, 14 Nov 2012 01:29:15 +0200
> Rami Rosen <ramirose@gmail.com> wrote:
> 
>> Use eXtensible and not eXtensiable in the comment on top.
>> 
>> Signed-off-by: Rami Rosen <ramirose@gmail.com>
>> ---
>>  drivers/net/vxlan.c | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/drivers/net/vxlan.c b/drivers/net/vxlan.c
>> index 8aca888..3204208 100644
>> --- a/drivers/net/vxlan.c
>> +++ b/drivers/net/vxlan.c
>> @@ -1,5 +1,5 @@
>>  /*
>> - * VXLAN: Virtual eXtensiable Local Area Network
>> + * VXLAN: Virtual eXtensible Local Area Network
>>   *
>>   * Copyright (c) 2012 Vyatta Inc.
>>   *
> 
> 
> This can go into net (3.7) if Linus is willing.
> 
> Acked-by: Stephen Hemminger <shemminger@vyatta.com>

Applied to 'net', thanks.
--
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/drivers/net/vxlan.c b/drivers/net/vxlan.c
index 8aca888..3204208 100644
--- a/drivers/net/vxlan.c
+++ b/drivers/net/vxlan.c
@@ -1,5 +1,5 @@ 
 /*
- * VXLAN: Virtual eXtensiable Local Area Network
+ * VXLAN: Virtual eXtensible Local Area Network
  *
  * Copyright (c) 2012 Vyatta Inc.
  *