cxgbe(4): Adjust whitespace to line up the column titles in cim_qcfg

with the values displayed.
This commit is contained in:
Navdeep Parhar 2016-10-17 20:57:54 +00:00
parent 7453645f2a
commit b806e571bf

View File

@ -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",