Re: [PATCH] perf test: fix typo in python test

2014-11-12 Thread Arnaldo Carvalho de Melo
Em Wed, Nov 12, 2014 at 04:27:05PM +0800, WANG Chao escreveu: > Library loading in python syntax should be 'import perf', not 'use perf'. Thanks, applied. - Arnaldo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org Mor

[PATCH] perf test: fix typo in python test

2014-11-12 Thread WANG Chao
Library loading in python syntax should be 'import perf', not 'use perf'. Signed-off-by: WANG Chao --- tools/perf/tests/builtin-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/tests/builtin-test.c b/tools/perf/tests/builtin-test.c index 162c978..4b7d9ab 1006