Skip to content

Commit dbc9e34

Browse files
visitorckwdavem330
authored andcommitted
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>
1 parent 115c0f4 commit dbc9e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/s390/net/qeth_core_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3675,7 +3675,7 @@ static void qeth_flush_queue(struct qeth_qdio_out_q *queue)
36753675
static void qeth_check_outbound_queue(struct qeth_qdio_out_q *queue)
36763676
{
36773677
/*
3678-
* check if weed have to switch to non-packing mode or if
3678+
* check if we have to switch to non-packing mode or if
36793679
* we have to get a pci flag out on the queue
36803680
*/
36813681
if ((atomic_read(&queue->used_buffers) <= QETH_LOW_WATERMARK_PACK) ||

0 commit comments

Comments
 (0)