From dd002a859eb418e25b60855890a480ca44f5e7a7 Mon Sep 17 00:00:00 2001 From: Anatoly Pugachev Date: Fri, 23 Nov 2018 17:29:27 +0300 Subject: [PATCH] sar: fix a small inconsistency in header of print_sar_restart function file_hdr is used to report number of CPUs Signed-off-by: Anatoly Pugachev --- sar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sar.c b/sar.c index f353a47..436d7b7 100644 --- a/sar.c +++ b/sar.c @@ -601,7 +601,7 @@ int sa_read(void *buffer, size_t size) * @cur_date Date string of current restart message (unused here). * @cur_time Time string of current restart message. * @utc True if @cur_time is expressed in UTC (unused here). - * @file_hdr System activity file standard header (unused here). + * @file_hdr System activity file standard header. *************************************************************************** */ __printf_funct_t print_sar_restart(int *tab, int action, char *cur_date, char *cur_time, -- 2.50.1