diff mbox series

s390/qeth: Fix typo 'weed' in comment

Message ID 20231106222059.1475375-1-visitorckw@gmail.com (mailing list archive)
State Accepted
Commit dbc9e341e3655f03a1eeeda8f0fa7931f54fac58
Delegated to: Netdev Maintainers
Headers show
Series s390/qeth: Fix typo 'weed' in comment | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Kuan-Wei Chiu Nov. 6, 2023, 10:20 p.m. UTC
Replace 'weed' with 'we' in the comment.

Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
---
 drivers/s390/net/qeth_core_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alexandra Winter Nov. 7, 2023, 10:06 a.m. UTC | #1
On 06.11.23 23:20, Kuan-Wei Chiu wrote:
> Replace 'weed' with 'we' in the comment.
> 
> Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
> ---
>  drivers/s390/net/qeth_core_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 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) ||


Reviewed-by: Alexandra Winter <wintera@linux.ibm.com>
patchwork-bot+netdevbpf@kernel.org Nov. 7, 2023, 10:20 p.m. UTC | #2
Hello:

This patch was applied to netdev/net.git (main)
by David S. Miller <davem@davemloft.net>:

On Tue,  7 Nov 2023 06:20:59 +0800 you wrote:
> Replace 'weed' with 'we' in the comment.
> 
> Signed-off-by: Kuan-Wei Chiu <visitorckw@gmail.com>
> ---
>  drivers/s390/net/qeth_core_main.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Here is the summary with links:
  - s390/qeth: Fix typo 'weed' in comment
    https://git.kernel.org/netdev/net/c/dbc9e341e365

You are awesome, thank you!
diff mbox series

Patch

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) ||