[PATCH] sched/deadline: document behavior of sched_yield()

From: Tommaso Cucinotta
Date: Fri Sep 09 2016 - 04:44:33 EST


Added SoB, as per Juri's comment (thanks).

This is a documentation only patch, explaining the
behavior of sched_yield() when a SCHED_DEADLINE
task calls it (give up remaining runtime and
suspend till next period).

T.