perf sched replay: Use struct task_desc instead of struct task_task for correct meaning
authorYunlong Song <yunlong.song@huawei.com>
Tue, 31 Mar 2015 13:46:28 +0000 (21:46 +0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 8 Apr 2015 12:07:19 +0000 (09:07 -0300)
commit0755bc4dc77a876aa60d4b3d33b5f6506f21f91b
tree2d0846707b1d5d01be93a8cc51fcf499d3809e9d
parent28939e1a1f6d198239d86b1d77fa9fd55773189a
perf sched replay: Use struct task_desc instead of struct task_task for correct meaning

There is no struct task_task at all, thus it is a typo error in the old
commits, now fix it to what it should be in order to avoid unnecessary
misunderstanding.

Signed-off-by: Yunlong Song <yunlong.song@huawei.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/r/1427809596-29559-2-git-send-email-yunlong.song@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-sched.c