mirror of
https://github.com/torvalds/linux.git
synced 2026-09-22 04:34:03 +02: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:
parent
b7a8d7589a
commit
997b3de37c
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user