svn commit: r306787 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Thu Oct 6 21:25:18 UTC 2016


Author: np
Date: Thu Oct  6 21:25:17 2016
New Revision: 306787
URL: https://svnweb.freebsd.org/changeset/base/306787

Log:
  cxgbe(4): Fix whitespace in the pm_stats display.

Modified:
  head/sys/dev/cxgbe/t4_main.c

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Thu Oct  6 21:17:18 2016	(r306786)
+++ head/sys/dev/cxgbe/t4_main.c	Thu Oct  6 21:25:17 2016	(r306787)
@@ -7099,7 +7099,7 @@ sysctl_pm_stats(SYSCTL_HANDLER_ARGS)
 	};
 	static const char *rx_stats[MAX_PM_NSTATS] = {
 		"Read:", "Write bypass:", "Write mem:", "Flush:",
-		" Rx FIFO wait", NULL, "Rx latency"
+		"Rx FIFO wait", NULL, "Rx latency"
 	};
 
 	rc = sysctl_wire_old_buffer(req, 0);


More information about the svn-src-head mailing list