s390/qeth: Fix typo 'weed' in comment
authorKuan-Wei Chiu <visitorckw@gmail.com>
Mon, 6 Nov 2023 22:20:59 +0000 (06:20 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Nov 2023 22:17:20 +0000 (22:17 +0000)
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>
drivers/s390/net/qeth_core_main.c

index 6af2511e070cc2405230a0223cad36355d012c5d..cf8506d0f185c0bd6b921cbc6ed507c1be38088b 100644 (file)
@@ -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) ||