]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
perf top: Add missing newline if the 'uid' is invalid
authorIngo Molnar <mingo@kernel.org>
Tue, 12 Nov 2013 23:26:09 +0000 (00:26 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 14 Nov 2013 18:59:50 +0000 (15:59 -0300)
commitea432a8bb940e6bea2aaeca3c0ff3d931ad81f2e
tree2c7b667dbd683088531f6e9ca21cc6bb71b566c7
parentb222213936ef7d48908be2fab7639dd535c88045
perf top: Add missing newline if the 'uid' is invalid

Add missing newline if the 'uid' is invalid:

  hubble:~> perf top --stdio -u help
  Error:
  Invalid User: helphubble:~>

Fixed by this patch:

  comet:~/tip/tools/perf> perf top --stdio -u help
  Error:
  Invalid User: help
  comet:~/tip/tools/perf>

Signed-off-by: Ingo Molnar <mingo@kernel.org>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/20131112232609.GA31474@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c