]> git.baikalelectronics.ru Git - kernel.git/commit
perf probe: Fix to add missed brace around if block
authorMasami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Wed, 12 Aug 2015 21:55:41 +0000 (06:55 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 13 Aug 2015 17:51:26 +0000 (14:51 -0300)
commit3bd5c02590eab4966075b42fe912b493f3b3aacb
tree6652158525e2448114c4d1266b16654f09f35073
parentb48f47d6570347696caa1dff94d5d81c342a8ac1
perf probe: Fix to add missed brace around if block

The commit df3201732805 (perf probe: Fix to show lines of sys_ functions
correctly) introduced a bug by a missed brace around if block. This
fixes to add it.

Signed-off-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Fixes: df3201732805 ("perf probe: Fix to show lines of sys_ functions correctly")
Link: http://lkml.kernel.org/r/20150812215541.9088.62425.stgit@localhost.localdomain
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/dwarf-aux.c