commit | 02ed85bd82cfa48e85a07b9d9bc4bc1752d407e8 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Thu Sep 20 15:43:57 2018 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Fri Sep 28 06:28:41 2018 +0530 |
tree | dfb85116e6a7ca7dbf373ac3b4cdc378e38c2a96 | |
parent | 420bb62071339ef3082b281ca3ac3f18e87ddb6d [diff] |
kernel: sched: Change boolean APIs to return bool Change APIs that essentially return a boolean expression - 0 for false and 1 for true - to return a bool. MISRA-C rule 14.4 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>