diff options
author | xiaofeng.yan <xiaofeng.yan@huawei.com> | 2014-05-09 03:21:27 +0000 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2014-05-22 11:16:37 +0200 |
commit | 4027d080854d1be96ef134a1c3024d5276114db6 (patch) | |
tree | c4e14308e38bc813cb68fcd7ce4421a8599f6893 /include/linux/sched.h | |
parent | 7aa2c016db2162defff77f6f5731bff3f25e5175 (diff) | |
download | lwn-4027d080854d1be96ef134a1c3024d5276114db6.tar.gz lwn-4027d080854d1be96ef134a1c3024d5276114db6.zip |
sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match the current upstream code
Signed-off-by: xiaofeng.yan <xiaofeng.yan@huawei.com>
Signed-off-by: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1399605687-18094-1-git-send-email-xiaofeng.yan@huawei.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'include/linux/sched.h')
-rw-r--r-- | include/linux/sched.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/sched.h b/include/linux/sched.h index 725eef121c9f..0f91d00efd87 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -1175,8 +1175,8 @@ struct sched_dl_entity { /* * Original scheduling parameters. Copied here from sched_attr - * during sched_setscheduler2(), they will remain the same until - * the next sched_setscheduler2(). + * during sched_setattr(), they will remain the same until + * the next sched_setattr(). */ u64 dl_runtime; /* maximum runtime for each instance */ u64 dl_deadline; /* relative deadline of each instance */ |