commit | e997bf0fdea2ce27f30567c2952fdd94a8db9c30 | [log] [tgz] |
---|---|---|
author | Chris Redpath <chris.redpath@arm.com> | Tue Sep 12 14:48:29 2017 +0100 |
committer | Quentin Perret <quentin.perret@arm.com> | Mon Jan 08 15:54:50 2018 +0000 |
tree | 95a78af62e185dc0f933f3ff9fbc79975e759a27 | |
parent | 225006a4f768a603f698b25f830e0819b1696f1e [diff] |
sched/fair: use *p to reference task_structs This is a simple renaming patch which just align to the most common code convention used in fair.c, task_structs pointers are usually named *p. Change-Id: Id0769e52b6a271014d89353fdb4be9bb721b5b2f Signed-off-by: Patrick Bellasi <patrick.bellasi@arm.com> Signed-off-by: Chris Redpath <chris.redpath@arm.com> Signed-off-by: Quentin Perret <quentin.perret@arm.com>