[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220621160756.16226-1-jiangjian@cdjrlc.com>
Date: Wed, 22 Jun 2022 00:07:56 +0800
From: Jiang Jian <jiangjian@...rlc.com>
To: wintera@...ux.ibm.com, wenjia@...ux.ibm.com, hca@...ux.ibm.com,
gor@...ux.ibm.com, agordeev@...ux.ibm.com
Cc: borntraeger@...ux.ibm.com, svens@...ux.ibm.com,
linux-s390@...r.kernel.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, Jiang Jian <jiangjian@...rlc.com>
Subject: [PATCH] s390/net: Fix duplicate 'the' in two places
file: drivers/s390/net/qeth_core_main.c
line: 3568
/*
* there's no outstanding PCI any more, so we
* have to request a PCI to be sure the 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
* further send was requested by the stack
*/
changed to:
/*
* there's no outstanding PCI any more, so we
* 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
* further send was requested by the stack
*/
Signed-off-by: Jiang Jian <jiangjian@...rlc.com>
---
drivers/s390/net/qeth_core_main.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/s390/net/qeth_core_main.c b/drivers/s390/net/qeth_core_main.c
index 9e54fe76a9b2..5248f97ee7a6 100644
--- a/drivers/s390/net/qeth_core_main.c
+++ b/drivers/s390/net/qeth_core_main.c
@@ -3565,8 +3565,8 @@ 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
- * will wake at some time in the future then we
+ * 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
* further send was requested by the stack
--
2.17.1
Powered by blists - more mailing lists