Module Name:    src
Committed By:   skrll
Date:           Mon Jul  4 15:09:12 UTC 2022

Modified Files:
        src/sys/dev/pci: if_wm.c

Log Message:
Be less tautological and more explanatory in a comment.


To generate a diff of this commit:
cvs rdiff -u -r1.735 -r1.736 src/sys/dev/pci/if_wm.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_wm.c
diff -u src/sys/dev/pci/if_wm.c:1.735 src/sys/dev/pci/if_wm.c:1.736
--- src/sys/dev/pci/if_wm.c:1.735	Sat Jul  2 06:10:29 2022
+++ src/sys/dev/pci/if_wm.c	Mon Jul  4 15:09:12 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_wm.c,v 1.735 2022/07/02 06:10:29 skrll Exp $	*/
+/*	$NetBSD: if_wm.c,v 1.736 2022/07/04 15:09:12 skrll Exp $	*/
 
 /*
  * Copyright (c) 2001, 2002, 2003, 2004 Wasabi Systems, Inc.
@@ -82,7 +82,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.735 2022/07/02 06:10:29 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_wm.c,v 1.736 2022/07/04 15:09:12 skrll Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_net_mpsafe.h"
@@ -3020,7 +3020,8 @@ alloc_retry:
 	} else {
 		ifp->if_start = wm_start;
 		/*
-		 * wm_transmit() has the same disadvantage as wm_transmit().
+		 * wm_transmit() has the same disadvantages as wm_nq_transmit()
+		 * described above.
 		 */
 		if (wm_is_using_multiqueue(sc))
 			ifp->if_transmit = wm_transmit;

Reply via email to