mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 14:04:27 -04:00
tools/accounting/delaytop.c: fix typo in PSI header string
Link: https://lore.kernel.org/20260701011153.93426-1-sarasena.adr@gmail.com Signed-off-by: Sara Sena <sarasena.adr@gmail.com> Cc: Fan Yu <fan.yu9@zte.com.cn> Cc: Wang Yaxin <wang.yaxin@zte.com.cn> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
@@ -878,7 +878,7 @@ static void display_results(int psi_ret)
|
||||
suc &= BOOL_FPRINT(out, "\033[H\033[J");
|
||||
|
||||
/* PSI output (one-line, no cat style) */
|
||||
suc &= BOOL_FPRINT(out, "System Pressure Information: (avg10/avg60vg300/total)\n");
|
||||
suc &= BOOL_FPRINT(out, "System Pressure Information: (avg10/avg60/avg300/total)\n");
|
||||
if (psi_ret) {
|
||||
suc &= BOOL_FPRINT(out, " PSI not found: check if psi=1 enabled in cmdline\n");
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user