commit | 2a78b8d86f908c224c04c26ca7f9195107dfb070 | [log] [tgz] |
---|---|---|
author | Adithya Baglody <adithya.nagaraj.baglody@intel.com> | Thu Oct 25 12:09:04 2018 +0530 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Oct 31 08:44:47 2018 -0400 |
tree | 01abb80673b9dbaf21a6c983e227630381c54fcf | |
parent | 8feda92abc6559e6ee35bfe3282625523e49d9ed [diff] |
kernel: queue: MISRA C compliance. This patch fixes few issues in queue.c. This patch also changes the return type of k_queue_alloc_append and k_queue_alloc_prepend from int to s32_t. Signed-off-by: Adithya Baglody <adithya.nagaraj.baglody@intel.com>