diff options
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 { | |||
1175 | 1175 | ||
1176 | /* | 1176 | /* |
1177 | * Original scheduling parameters. Copied here from sched_attr | 1177 | * Original scheduling parameters. Copied here from sched_attr |
1178 | * during sched_setscheduler2(), they will remain the same until | 1178 | * during sched_setattr(), they will remain the same until |
1179 | * the next sched_setscheduler2(). | 1179 | * the next sched_setattr(). |
1180 | */ | 1180 | */ |
1181 | u64 dl_runtime; /* maximum runtime for each instance */ | 1181 | u64 dl_runtime; /* maximum runtime for each instance */ |
1182 | u64 dl_deadline; /* relative deadline of each instance */ | 1182 | u64 dl_deadline; /* relative deadline of each instance */ |