sched/walt: Fix newline issues

Fix newline issues in MVP tasks code.

Change-Id: I0d0ee2ae5e50b5b4310544d4c1fb818bff998773
Signed-off-by: Pavankumar Kondeti <pkondeti@codeaurora.org>
This commit is contained in:
Pavankumar Kondeti 2021-05-18 12:10:54 +05:30 committed by Rishabh Bhatnagar
parent 4dcd5a2a02
commit fafe5c1f61
2 changed files with 1 additions and 1 deletions

View File

@ -868,7 +868,6 @@ static inline bool walt_fair_task(struct task_struct *p)
return p->prio >= MAX_RT_PRIO && !is_idle_task(p);
}
#define WALT_MVP_SLICE 3000000U
#define WALT_MVP_LIMIT (4 * WALT_MVP_SLICE)

View File

@ -742,6 +742,7 @@ static void binder_restore_priority_hook(void *data,
wts->boost = bndrtrans->android_vendor_data1;
}
/*
* Higher prio mvp can preempt lower prio mvp.
*