[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a502003f9ba31c660ddb9c9d8683b7b2a01d12f7.camel@perches.com>
Date: Tue, 21 Jun 2022 08:01:17 -0700
From: Joe Perches <joe@...ches.com>
To: Alexandra Winter <wintera@...ux.ibm.com>,
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 Tue, 2022-06-21 at 13:58 +0200, Alexandra Winter wrote:
> On 21.06.22 13:37, Jiang Jian wrote:
> > there is an unexpected word "the" in the comments that need to be dropped
[]
> > * have to request a PCI to be sure the the PCI
> > * have to request a PCI to be sure the PCI
[]
> > diff --git 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
Might have intended "that the" and not "the the"
> > + * 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
And this is a relatively long sentence.
Perhaps something like:
if (!atomic_read(&queue->set_pci_flags_count)) {
/*
* there's no outstanding PCI any more so:
* o request a PCI to be sure that the PCI
* will wake at some time in the future
* o flush packed buffers that might still be
* hanging around (which can happen if no
* further send was requested by the stack)
*/
Powered by blists - more mailing lists