| commit | 7e3d3d782fb7b074d8701c99127a8bcccb8a86af | [log] [tgz] |
|---|---|---|
| author | Andrew Boie <andrew.p.boie@intel.com> | Tue Oct 10 09:31:32 2017 -0700 |
| committer | Anas Nashif <nashif@linux.intel.com> | Thu Oct 12 16:26:28 2017 -0500 |
| tree | 2b1c337e6dee555700d45a8ab50535d540fc4bdd | |
| parent | 7bd98a09d56a94508db0341da612da3a5a609774 [diff] |
kernel: userspace.c code cleanup - Dumping error messages split from _k_object_validate(), to avoid spam in test cases that are expected to have failure result. - _k_object_find() prototype moved to syscall_handler.h - Clean up k_object_access() implementation to avoid double object lookup and use single validation function - Added comments, minor whitespace changes Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>