Skip to content
Commit 55347ec3 authored by Yuya Fujita's avatar Yuya Fujita Committed by Arnaldo Carvalho de Melo
Browse files

perf hists: Fix variable name's inconsistency in hists__for_each() macro



Variable names are inconsistent in hists__for_each macro().

Due to this inconsistency, the macro replaces its second argument with
"fmt" regardless of its original name.

So far it works because only "fmt" is passed to the second argument.
However, this behavior is not expected and should be fixed.

Fixes: f0786af5 ("perf hists: Introduce hists__for_each_format macro")
Fixes: aa6f50af ("perf hists: Introduce hists__for_each_sort_list macro")
Signed-off-by: default avatarYuya Fujita <fujita.yuya@fujitsu.com>
Acked-by: default avatarJiri Olsa <jolsa@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lore.kernel.org/lkml/OSAPR01MB1588E1C47AC22043175DE1B2E8520@OSAPR01MB1588.jpnprd01.prod.outlook.com


Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent a75af86b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment