linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] s390/net: Fix comment typo
@ 2022-07-16  4:27 Jason Wang
  2022-07-19 13:06 ` Alexandra Winter
  2022-07-19 18:20 ` Alexander Gordeev
  0 siblings, 2 replies; 4+ messages in thread
From: Jason Wang @ 2022-07-16  4:27 UTC (permalink / raw)
  To: svens
  Cc: wintera, wenjia, hca, gor, agordeev, borntraeger, linux-s390,
	netdev, linux-kernel, Jason Wang

The double `the' is duplicated in the comment, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.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.35.1


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

* Re: [PATCH] s390/net: Fix comment typo
  2022-07-16  4:27 [PATCH] s390/net: Fix comment typo Jason Wang
@ 2022-07-19 13:06 ` Alexandra Winter
  2022-07-19 18:20 ` Alexander Gordeev
  1 sibling, 0 replies; 4+ messages in thread
From: Alexandra Winter @ 2022-07-19 13:06 UTC (permalink / raw)
  To: Jason Wang, svens
  Cc: wenjia, hca, gor, agordeev, borntraeger, linux-s390, netdev,
	linux-kernel, Jiang Jian



On 16.07.22 06:27, Jason Wang wrote:
> The double `the' is duplicated in the comment, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.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

Acked-by: Alexandra Winter <wintera@linux.ibm.com>

The same patch was sent earlier by Jiang Jian <jiangjian@cdjrlc.com>:
https://lore.kernel.org/netdev/7a935730-f3a5-0b1f-2bdc-a629711a3a01@linux.ibm.com/t/

Same patch, but crisper description now by Jason Wang <wangborong@cdjrlc.com>

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

* Re: [PATCH] s390/net: Fix comment typo
  2022-07-16  4:27 [PATCH] s390/net: Fix comment typo Jason Wang
  2022-07-19 13:06 ` Alexandra Winter
@ 2022-07-19 18:20 ` Alexander Gordeev
  2022-07-20  7:58   ` Alexander Gordeev
  1 sibling, 1 reply; 4+ messages in thread
From: Alexander Gordeev @ 2022-07-19 18:20 UTC (permalink / raw)
  To: Jason Wang
  Cc: svens, wintera, wenjia, hca, gor, borntraeger, linux-s390,
	netdev, linux-kernel

On Sat, Jul 16, 2022 at 12:27:00PM +0800, Jason Wang wrote:
> The double `the' is duplicated in the comment, remove one.
> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.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

Applied, thanks!

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

* Re: [PATCH] s390/net: Fix comment typo
  2022-07-19 18:20 ` Alexander Gordeev
@ 2022-07-20  7:58   ` Alexander Gordeev
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Gordeev @ 2022-07-20  7:58 UTC (permalink / raw)
  To: Jason Wang
  Cc: svens, wintera, wenjia, hca, gor, borntraeger, linux-s390,
	netdev, linux-kernel

On Tue, Jul 19, 2022 at 08:20:48PM +0200, Alexander Gordeev wrote:
> Applied, thanks!

Please, ignore this one!

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

end of thread, other threads:[~2022-07-20  7:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-16  4:27 [PATCH] s390/net: Fix comment typo Jason Wang
2022-07-19 13:06 ` Alexandra Winter
2022-07-19 18:20 ` Alexander Gordeev
2022-07-20  7:58   ` Alexander Gordeev

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