| commit | d6c9d40ee062f7dd1f8edae461e21c8fe88824db | [log] [tgz] |
|---|---|---|
| author | Maksim Masalski <maksim.masalski@intel.com> | Mon May 24 16:30:32 2021 +0800 |
| committer | Anas Nashif <anas.nashif@intel.com> | Mon May 24 22:35:03 2021 -0400 |
| tree | 6776f50e342d840f8339e06ebd96e6dc9303fa17 | |
| parent | ae4fb20f6733e06a7473d8ba3211515e7316198c [diff] |
userspace: remove dead code File userspace.c contains dead code in function char *otype_to_str() Remove "return NULL" and replace with "ret = NULL". Found as a coding guideline violation (MISRA R2.1) by static coding scanning tool. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>