diff options
author | Kuan-Wei Chiu <visitorckw@gmail.com> | 2023-11-07 06:20:59 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2023-11-07 22:17:20 +0000 |
commit | dbc9e341e3655f03a1eeeda8f0fa7931f54fac58 (patch) | |
tree | 0422ad56e473b09ee3d207195208da2b5fc3990e /drivers/s390/net | |
parent | 115c0f4d58574524ed7fbbcce1b0a86aa5249db1 (diff) | |
download | linux-dbc9e341e3655f03a1eeeda8f0fa7931f54fac58.tar.gz linux-dbc9e341e3655f03a1eeeda8f0fa7931f54fac58.tar.bz2 linux-dbc9e341e3655f03a1eeeda8f0fa7931f54fac58.zip |
s390/qeth: Fix typo 'weed' in comment
Replace 'weed' with 'we' in the comment.
Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390/net')
-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 6af2511e070c..cf8506d0f185 100644 --- a/drivers/s390/net/qeth_core_main.c +++ b/drivers/s390/net/qeth_core_main.c @@ -3675,7 +3675,7 @@ static void qeth_flush_queue(struct qeth_qdio_out_q *queue) static void qeth_check_outbound_queue(struct qeth_qdio_out_q *queue) { /* - * check if weed have to switch to non-packing mode or if + * check if we have to switch to non-packing mode or if * we have to get a pci flag out on the queue */ if ((atomic_read(&queue->used_buffers) <= QETH_LOW_WATERMARK_PACK) || |