diff options
author | leochanj05 <leochanj@live.unc.edu> | 2020-09-26 22:20:21 -0400 |
---|---|---|
committer | leochanj05 <leochanj@live.unc.edu> | 2020-09-26 22:20:21 -0400 |
commit | e8266eb037cd12c07abb23bd6264ad9ce88990d2 (patch) | |
tree | f012a0e02f1e38b7c5f59f363589f44767402adf /litmus/sched_gsn_edf.c | |
parent | fb449f2b938f5d9d7ac7d92848c936f57f54cfea (diff) |
style problems
Diffstat (limited to 'litmus/sched_gsn_edf.c')
-rw-r--r-- | litmus/sched_gsn_edf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/litmus/sched_gsn_edf.c b/litmus/sched_gsn_edf.c index adfad0398857..76095cdb09a0 100644 --- a/litmus/sched_gsn_edf.c +++ b/litmus/sched_gsn_edf.c | |||
@@ -419,6 +419,7 @@ static struct task_struct* gsnedf_schedule(struct task_struct * prev) | |||
419 | return NULL; | 419 | return NULL; |
420 | } | 420 | } |
421 | #endif | 421 | #endif |
422 | |||
422 | raw_spin_lock(&gsnedf_lock); | 423 | raw_spin_lock(&gsnedf_lock); |
423 | 424 | ||
424 | /* sanity checking */ | 425 | /* sanity checking */ |