linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] net: appletalk: fix some mistakes in grammar
@ 2021-06-08  2:56 13145886936
  2021-06-08  3:30 ` Joe Perches
  2021-06-08  3:48 ` Joe Perches
  0 siblings, 2 replies; 3+ messages in thread
From: 13145886936 @ 2021-06-08  2:56 UTC (permalink / raw)
  To: davem, kuba; +Cc: netdev, linux-kernel, gushengxian

From: gushengxian <gushengxian@yulong.com>

Fix some mistakes in grammar.

Signed-off-by: gushengxian <gushengxian@yulong.com>
---
v2: This statement "Anyone wanting to add it goes ahead." 
is changed to "Anyone wanting to add it, go ahead.".
 net/appletalk/ddp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c
index bc76b2fa3dfb..8ade5a4ceaf5 100644
--- a/net/appletalk/ddp.c
+++ b/net/appletalk/ddp.c
@@ -707,7 +707,7 @@ static int atif_ioctl(int cmd, void __user *arg)
 
 		/*
 		 * Phase 1 is fine on LocalTalk but we don't do
-		 * EtherTalk phase 1. Anyone wanting to add it goes ahead.
+		 * EtherTalk phase 1. Anyone wanting to add it, go ahead.
 		 */
 		if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
 			return -EPROTONOSUPPORT;
@@ -828,7 +828,7 @@ static int atif_ioctl(int cmd, void __user *arg)
 		nr = (struct atalk_netrange *)&(atif->nets);
 		/*
 		 * Phase 1 is fine on Localtalk but we don't do
-		 * Ethertalk phase 1. Anyone wanting to add it goes ahead.
+		 * Ethertalk phase 1. Anyone wanting to add it, go ahead.
 		 */
 		if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
 			return -EPROTONOSUPPORT;
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] net: appletalk: fix some mistakes in grammar
  2021-06-08  2:56 [PATCH v2] net: appletalk: fix some mistakes in grammar 13145886936
@ 2021-06-08  3:30 ` Joe Perches
  2021-06-08  3:48 ` Joe Perches
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2021-06-08  3:30 UTC (permalink / raw)
  To: 13145886936, davem, kuba; +Cc: netdev, linux-kernel, gushengxian

On Mon, 2021-06-07 at 19:56 -0700, 13145886936@163.com wrote:
> From: gushengxian <gushengxian@yulong.com>
> 
> Fix some mistakes in grammar.
> 
> Signed-off-by: gushengxian <gushengxian@yulong.com>
> ---
> v2: This statement "Anyone wanting to add it goes ahead." 
> is changed to "Anyone wanting to add it, go ahead.".
>  net/appletalk/ddp.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c
> index bc76b2fa3dfb..8ade5a4ceaf5 100644
> --- a/net/appletalk/ddp.c
> +++ b/net/appletalk/ddp.c
> @@ -707,7 +707,7 @@ static int atif_ioctl(int cmd, void __user *arg)
>  
> 
>  		/*
>  		 * Phase 1 is fine on LocalTalk but we don't do
> -		 * EtherTalk phase 1. Anyone wanting to add it goes ahead.
> +		 * EtherTalk phase 1. Anyone wanting to add it, go ahead.
>  		 */
>  		if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
>  			return -EPROTONOSUPPORT;
> @@ -828,7 +828,7 @@ static int atif_ioctl(int cmd, void __user *arg)
>  		nr = (struct atalk_netrange *)&(atif->nets);
>  		/*
>  		 * Phase 1 is fine on Localtalk but we don't do
> -		 * Ethertalk phase 1. Anyone wanting to add it goes ahead.
> +		 * Ethertalk phase 1. Anyone wanting to add it, go ahead.
>  		 */
>  		if (dev->type == ARPHRD_ETHER && nr->nr_phase != 2)
>  			return -EPROTONOSUPPORT;



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH v2] net: appletalk: fix some mistakes in grammar
  2021-06-08  2:56 [PATCH v2] net: appletalk: fix some mistakes in grammar 13145886936
  2021-06-08  3:30 ` Joe Perches
@ 2021-06-08  3:48 ` Joe Perches
  1 sibling, 0 replies; 3+ messages in thread
From: Joe Perches @ 2021-06-08  3:48 UTC (permalink / raw)
  To: 13145886936, davem, kuba; +Cc: netdev, linux-kernel, gushengxian

On Mon, 2021-06-07 at 19:56 -0700, 13145886936@163.com wrote:
> From: gushengxian <gushengxian@yulong.com>
> 
> Fix some mistakes in grammar.
> 
> Signed-off-by: gushengxian <gushengxian@yulong.com>
> ---
> v2: This statement "Anyone wanting to add it goes ahead." 
> is changed to "Anyone wanting to add it, go ahead.".
>  net/appletalk/ddp.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/net/appletalk/ddp.c b/net/appletalk/ddp.c
[]
> @@ -707,7 +707,7 @@ static int atif_ioctl(int cmd, void __user *arg)
>  
> 
>  		/*
>  		 * Phase 1 is fine on LocalTalk but we don't do
> -		 * EtherTalk phase 1. Anyone wanting to add it goes ahead.
> +		 * EtherTalk phase 1. Anyone wanting to add it, go ahead.

Your first patch to this file will not be applied
so this patch will not apply either.




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-06-08  3:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-08  2:56 [PATCH v2] net: appletalk: fix some mistakes in grammar 13145886936
2021-06-08  3:30 ` Joe Perches
2021-06-08  3:48 ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).