svn commit: r337393 - head/sys/dev/cxgbe/tom

Navdeep Parhar np at FreeBSD.org
Mon Aug 6 19:09:56 UTC 2018


Author: np
Date: Mon Aug  6 19:09:55 2018
New Revision: 337393
URL: https://svnweb.freebsd.org/changeset/base/337393

Log:
  Fix typo in cxgbe/t4_tom.

Modified:
  head/sys/dev/cxgbe/tom/t4_cpl_io.c

Modified: head/sys/dev/cxgbe/tom/t4_cpl_io.c
==============================================================================
--- head/sys/dev/cxgbe/tom/t4_cpl_io.c	Mon Aug  6 18:47:03 2018	(r337392)
+++ head/sys/dev/cxgbe/tom/t4_cpl_io.c	Mon Aug  6 19:09:55 2018	(r337393)
@@ -198,7 +198,7 @@ send_flowc_wr(struct toepcb *toep, struct flowc_tx_par
 
 #ifdef RATELIMIT
 /*
- * Input is Bytes/second (so_max_pacing-rate), chip counts in Kilobits/second.
+ * Input is Bytes/second (so_max_pacing_rate), chip counts in Kilobits/second.
  */
 static int
 update_tx_rate_limit(struct adapter *sc, struct toepcb *toep, u_int Bps)


More information about the svn-src-head mailing list