[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <09b411b2-0e1f-26d5-c0ea-8ee6504bdcfd@linux.ibm.com>
Date: Tue, 21 Jun 2022 13:58:00 +0200
From: Alexandra Winter <wintera@...ux.ibm.com>
To: Jiang Jian <jiangjian@...rlc.com>
Cc: wenjia@...ux.ibm.com, hca@...ux.ibm.com, gor@...ux.ibm.com,
agordeev@...ux.ibm.com, borntraeger@...ux.ibm.com,
svens@...ux.ibm.com, linux-s390@...r.kernel.org,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] net: s390: drop unexpected word "the" in the comments
On 21.06.22 13:37, Jiang Jian wrote:
> there is an unexpected word "the" in the comments that need to be dropped
>
> file: ./drivers/s390/net/qeth_core_main.c
> line: 3568
>
> * have to request a PCI to be sure the the PCI
> changed to
> * have to request a PCI to be sure the PCI
>
> Signed-off-by: Jiang Jian <jiangjian@...rlc.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@...ux.ibm.com>
Powered by blists - more mailing lists