]> git.karo-electronics.de Git - karo-tx-linux.git/commit
perf evsel: Remove two extraneous ending newlines in open_strerror()
authorArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 27 Apr 2016 20:56:53 +0000 (17:56 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 28 Apr 2016 12:58:58 +0000 (09:58 -0300)
commit81d64f46d41c428474c64e5c59e5458b7f50d9fd
treeb1f0b203b37c84e9c9e67b47ca64247abbe3f1c9
parentde46d5268c4ec5c5b473c96fbf56ece188a6ba85
perf evsel: Remove two extraneous ending newlines in open_strerror()

The error messages returned by this method should not have an ending
newline, fix the two cases where it was.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Milian Wolff <milian.wolff@kdab.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-8af0pazzhzl3dluuh8p7ar7p@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/evsel.c