]> git.baikalelectronics.ru Git - kernel.git/commit
perf python: Cleanup useless double NULL termination in method arg names
authorFrederic Weisbecker <fweisbec@gmail.com>
Thu, 31 Mar 2011 16:27:43 +0000 (18:27 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 2 Jun 2011 16:21:26 +0000 (13:21 -0300)
commitf80f5ae298e070642b3fdfdb3fe676ccf4e72a83
treec1bee41565096fb2adce58125a9c936a26fa6fe4
parent54401a09115af14ca01dcb4bd0eab9df67dfd086
perf python: Cleanup useless double NULL termination in method arg names

The list of methods argument names only needs to be NULL terminated
once. Remove the second ones.

Cc: David Ahern <daahern@cisco.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
Cc: Tom Zanussi <tzanussi@gmail.com>
Link: http://lkml.kernel.org/r/1301588863-20210-2-git-send-email-fweisbec@gmail.com
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/python.c