All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] s390/qeth: Fix typo 'the the' in comment
@ 2022-07-22  9:38 Slark Xiao
  2022-07-22 10:23 ` Alexandra Winter
  2022-07-25 10:10 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 5+ messages in thread
From: Slark Xiao @ 2022-07-22  9:38 UTC (permalink / raw)
  To: borntraeger, svens, wintera, wenjia, hca, gor, agordeev
  Cc: linux-kernel, linux-s390, netdev, Slark Xiao

Replace 'the the' with 'the' in the comment.

Signed-off-by: Slark Xiao <slark_xiao@163.com>
---
 drivers/s390/net/qeth_core_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
index 9e54fe76a9b2..35d4b398c197 100644
--- a/drivers/s390/net/qeth_core_main.c
+++ b/drivers/s390/net/qeth_core_main.c
@@ -3565,7 +3565,7 @@ static void qeth_flush_buffers(struct qeth_qdio_out_q *queue, int index,
 			if (!atomic_read(&queue->set_pci_flags_count)) {
 				/*
 				 * there's no outstanding PCI any more, so we
-				 * have to request a PCI to be sure the the PCI
+				 * have to request a PCI to be sure the PCI
 				 * will wake at some time in the future then we
 				 * can flush packed buffers that might still be
 				 * hanging around, which can happen if no
-- 
2.25.1


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

* Re: [PATCH] s390/qeth: Fix typo 'the the' in comment
  2022-07-22  9:38 [PATCH] s390/qeth: Fix typo 'the the' in comment Slark Xiao
@ 2022-07-22 10:23 ` Alexandra Winter
  2022-07-22 18:55   ` Jakub Kicinski
  2022-07-25 10:10 ` patchwork-bot+netdevbpf
  1 sibling, 1 reply; 5+ messages in thread
From: Alexandra Winter @ 2022-07-22 10:23 UTC (permalink / raw)
  To: Slark Xiao, borntraeger, svens, wenjia, hca, gor, agordeev
  Cc: linux-kernel, linux-s390, netdev

On 22.07.22 11:38, Slark Xiao wrote:
> Replace 'the the' with 'the' in the comment.
> 
> Signed-off-by: Slark Xiao <slark_xiao@163.com>
> ---
>  drivers/s390/net/qeth_core_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
> index 9e54fe76a9b2..35d4b398c197 100644
> --- a/drivers/s390/net/qeth_core_main.c
> +++ b/drivers/s390/net/qeth_core_main.c
> @@ -3565,7 +3565,7 @@ static void qeth_flush_buffers(struct qeth_qdio_out_q *queue, int index,
>  			if (!atomic_read(&queue->set_pci_flags_count)) {
>  				/*
>  				 * there's no outstanding PCI any more, so we
> -				 * have to request a PCI to be sure the the PCI
> +				 * have to request a PCI to be sure the PCI
>  				 * will wake at some time in the future then we
>  				 * can flush packed buffers that might still be
>  				 * hanging around, which can happen if no

This trivial typo has been sent twice already to this mailinglist:
https://lore.kernel.org/netdev/Ytb1%2FuU+jlcI4jXw@li-4a3a4a4c-28e5-11b2-a85c-a8d192c6f089.ibm.com/T/
https://lore.kernel.org/netdev/7a935730-f3a5-0b1f-2bdc-a629711a3a01@linux.ibm.com/t/

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

* Re: [PATCH] s390/qeth: Fix typo 'the the' in comment
  2022-07-22 10:23 ` Alexandra Winter
@ 2022-07-22 18:55   ` Jakub Kicinski
  2022-07-25  1:53     ` Slark Xiao
  0 siblings, 1 reply; 5+ messages in thread
From: Jakub Kicinski @ 2022-07-22 18:55 UTC (permalink / raw)
  To: Alexandra Winter
  Cc: Slark Xiao, borntraeger, svens, wenjia, hca, gor, agordeev,
	linux-kernel, linux-s390, netdev

On Fri, 22 Jul 2022 12:23:06 +0200 Alexandra Winter wrote:
> On 22.07.22 11:38, Slark Xiao wrote:
> > Replace 'the the' with 'the' in the comment.
> > 
> > Signed-off-by: Slark Xiao <slark_xiao@163.com>
> > ---
> >  drivers/s390/net/qeth_core_main.c | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> > 
> > diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
> > index 9e54fe76a9b2..35d4b398c197 100644
> > --- a/drivers/s390/net/qeth_core_main.c
> > +++ b/drivers/s390/net/qeth_core_main.c
> > @@ -3565,7 +3565,7 @@ static void qeth_flush_buffers(struct qeth_qdio_out_q *queue, int index,
> >  			if (!atomic_read(&queue->set_pci_flags_count)) {
> >  				/*
> >  				 * there's no outstanding PCI any more, so we
> > -				 * have to request a PCI to be sure the the PCI
> > +				 * have to request a PCI to be sure the PCI
> >  				 * will wake at some time in the future then we
> >  				 * can flush packed buffers that might still be
> >  				 * hanging around, which can happen if no  
> 
> This trivial typo has been sent twice already to this mailinglist:
> https://lore.kernel.org/netdev/Ytb1%2FuU+jlcI4jXw@li-4a3a4a4c-28e5-11b2-a85c-a8d192c6f089.ibm.com/T/
> https://lore.kernel.org/netdev/7a935730-f3a5-0b1f-2bdc-a629711a3a01@linux.ibm.com/t/

Some of the comment spelling fixes get nacked in bulk (e.g. the
previous one was sent with a date of three days prior to the actual
posting). Since they are not in a thread the nacks are hard to see.
Or maybe they got lost 'cause patchwork does not understand
drivers/s390/net is netdev. Anyway, this one looks good, so it will
likely go in.

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

* Re:Re: [PATCH] s390/qeth: Fix typo 'the the' in comment
  2022-07-22 18:55   ` Jakub Kicinski
@ 2022-07-25  1:53     ` Slark Xiao
  0 siblings, 0 replies; 5+ messages in thread
From: Slark Xiao @ 2022-07-25  1:53 UTC (permalink / raw)
  To: Jakub Kicinski
  Cc: Alexandra Winter, borntraeger, svens, wenjia, hca, gor, agordeev,
	linux-kernel, linux-s390, netdev

















At 2022-07-23 02:55:36, "Jakub Kicinski" <kuba@kernel.org> wrote:
>On Fri, 22 Jul 2022 12:23:06 +0200 Alexandra Winter wrote:
>> On 22.07.22 11:38, Slark Xiao wrote:
>> > Replace 'the the' with 'the' in the comment.
>> > 
>> > Signed-off-by: Slark Xiao <slark_xiao@163.com>
>> > ---
>> >  drivers/s390/net/qeth_core_main.c | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> > 
>> > diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
>> > index 9e54fe76a9b2..35d4b398c197 100644
>> > --- a/drivers/s390/net/qeth_core_main.c
>> > +++ b/drivers/s390/net/qeth_core_main.c
>> > @@ -3565,7 +3565,7 @@ static void qeth_flush_buffers(struct qeth_qdio_out_q *queue, int index,
>> >  			if (!atomic_read(&queue->set_pci_flags_count)) {
>> >  				/*
>> >  				 * there's no outstanding PCI any more, so we
>> > -				 * have to request a PCI to be sure the the PCI
>> > +				 * have to request a PCI to be sure the PCI
>> >  				 * will wake at some time in the future then we
>> >  				 * can flush packed buffers that might still be
>> >  				 * hanging around, which can happen if no  
>> 
>> This trivial typo has been sent twice already to this mailinglist:
>> https://lore.kernel.org/netdev/Ytb1%2FuU+jlcI4jXw@li-4a3a4a4c-28e5-11b2-a85c-a8d192c6f089.ibm.com/T/
>> https://lore.kernel.org/netdev/7a935730-f3a5-0b1f-2bdc-a629711a3a01@linux.ibm.com/t/
>
>Some of the comment spelling fixes get nacked in bulk (e.g. the
>previous one was sent with a date of three days prior to the actual
>posting). Since they are not in a thread the nacks are hard to see.
>Or maybe they got lost 'cause patchwork does not understand
>drivers/s390/net is netdev. Anyway, this one looks good, so it will
>likely go in.
Yes, I just updated my local linux-next thread. So it's hard to know whether other thread has applied such patches.
It needs time to merge changes between different threads. Especially for some non-fixes commit.

Thanks!

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

* Re: [PATCH] s390/qeth: Fix typo 'the the' in comment
  2022-07-22  9:38 [PATCH] s390/qeth: Fix typo 'the the' in comment Slark Xiao
  2022-07-22 10:23 ` Alexandra Winter
@ 2022-07-25 10:10 ` patchwork-bot+netdevbpf
  1 sibling, 0 replies; 5+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-07-25 10:10 UTC (permalink / raw)
  To: Slark Xiao
  Cc: borntraeger, svens, wintera, wenjia, hca, gor, agordeev,
	linux-kernel, linux-s390, netdev

Hello:

This patch was applied to netdev/net.git (master)
by David S. Miller <davem@davemloft.net>:

On Fri, 22 Jul 2022 17:38:34 +0800 you wrote:
> Replace 'the the' with 'the' in the comment.
> 
> Signed-off-by: Slark Xiao <slark_xiao@163.com>
> ---
>  drivers/s390/net/qeth_core_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - s390/qeth: Fix typo 'the the' in comment
    https://git.kernel.org/netdev/net/c/1aaa62c4838a

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2022-07-25 10:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-22  9:38 [PATCH] s390/qeth: Fix typo 'the the' in comment Slark Xiao
2022-07-22 10:23 ` Alexandra Winter
2022-07-22 18:55   ` Jakub Kicinski
2022-07-25  1:53     ` Slark Xiao
2022-07-25 10:10 ` patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.