mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
cxgbe(4): Fix whitespace in the pm_stats display.
This commit is contained in:
parent
ce4333da79
commit
d4d953bf37
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue