diff options
author | Slark Xiao <slark_xiao@163.com> | 2022-07-22 12:38:34 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-07-25 12:52:28 +0300 |
commit | 1aaa62c4838a140d0592935c51985158963d5971 (patch) | |
tree | c8a61152d2b29a6824a21d259eade995713bf766 /drivers/s390 | |
parent | 2540d3c99926c234718e058acdd956d7c614eddd (diff) | |
download | linux-1aaa62c4838a140d0592935c51985158963d5971.tar.xz |
s390/qeth: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment.
Signed-off-by: Slark Xiao <slark_xiao@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/qeth_core_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |