Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Oct 2016 21:25:17 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306787 - head/sys/dev/cxgbe
Message-ID:  <201610062125.u96LPHsw081100@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610062125.u96LPHsw081100>