]> git.karo-electronics.de Git - linux-beck.git/commit
perf hists: Fix typo on hist__entry_add_pair
authorNamhyung Kim <namhyung.kim@lge.com>
Thu, 29 Nov 2012 17:38:40 +0000 (14:38 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 9 Dec 2012 11:46:06 +0000 (08:46 -0300)
commit2850d9487266a55a18d340c24f5107696deeebb9
tree3ac7d96ceecdc0860feca3499b1d6e6b1875d9a4
parent3843b05d6ef20acbd4b0043e4ab7536602eb10ae
perf hists: Fix typo on hist__entry_add_pair

Fix a misplaced underscore.  In this case, 'hist_entry' is the name of
data structure and we usually put double underscores between data
structure and actual function name.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Acked-by: Jiri Olsa <jolsa@redhat.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>,
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-8jdq8g6kl6v54hkexrfwsy72@git.kernel.org
[ committer note: put it in front of the patch queue where it came from ]
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/hist.c
tools/perf/util/sort.h