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

Navdeep Parhar np at FreeBSD.org
Mon Oct 17 20:57:56 UTC 2016


Author: np
Date: Mon Oct 17 20:57:54 2016
New Revision: 307531
URL: https://svnweb.freebsd.org/changeset/base/307531

Log:
  cxgbe(4): Adjust whitespace to line up the column titles in cim_qcfg
  with the values displayed.

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

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Mon Oct 17 20:41:12 2016	(r307530)
+++ head/sys/dev/cxgbe/t4_main.c	Mon Oct 17 20:57:54 2016	(r307531)
@@ -6156,7 +6156,8 @@ sysctl_cim_qcfg(SYSCTL_HANDLER_ARGS)
 	if (sb == NULL)
 		return (ENOMEM);
 
-	sbuf_printf(sb, "Queue  Base  Size Thres RdPtr WrPtr  SOP  EOP Avail");
+	sbuf_printf(sb,
+	    "  Queue  Base  Size Thres  RdPtr WrPtr  SOP  EOP Avail");
 
 	for (i = 0; i < CIM_NUM_IBQ; i++, p += 4)
 		sbuf_printf(sb, "\n%7s %5x %5u %5u %6x  %4x %4u %4u %5u",


More information about the svn-src-all mailing list