zephyr/lib/os
Andy Ross 643701aaf8 kernel: syscalls: Whitespace fixups
The semi-automated API changes weren't checkpatch aware.  Fix up
whitespace warnings that snuck into the previous patches.  Really this
should be squashed, but that's somewhat difficult given the structure
of the series.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-09-12 11:31:50 +08:00
..
assert.c assert: generate oops if invoked from usermode 2019-07-20 08:29:39 -04:00
base64.c
CMakeLists.txt lib: os: add sys_sem data type 2019-07-24 10:12:25 -07:00
crc7_sw.c
crc8_sw.c
crc16_sw.c
crc32_sw.c
fdtable.c
hex.c kernel: lib: Add convert functions for hex strings and binary arrays 2019-07-16 12:44:18 +02:00
json.c cleanup: include/: move misc/util.h to sys/util.h 2019-06-27 22:55:49 -04:00
Kconfig
mempool.c mempool: significant reduction of memory waste 2019-07-16 14:21:21 -07:00
mutex.c kernel: syscalls: Whitespace fixups 2019-09-12 11:31:50 +08:00
printk.c userspace: Support for split 64 bit arguments 2019-09-12 11:31:50 +08:00
rb.c
ring_buffer.c
sem.c lib: os: add sys_sem data type 2019-07-24 10:12:25 -07:00
thread_entry.c
timeutil.c sys: timeutil: add module 2019-07-17 14:04:44 +02:00
work_q.c