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

This commit is contained in:
Navdeep Parhar 2016-10-06 21:25:17 +00:00
parent ce4333da79
commit d4d953bf37
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306787

View File

@ -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);