zephyr/include/misc
Paul Sokolovsky 6825d91a1b include: __assert: Fix output formatting of __ASSERT_NO_MSG()
Previously, this macro after the main line would print a tab without
newline, leading to messy output. Also, as printk() was made to
return void, remove explicit casts to (void) in its calls.

Before:

tx_fifo: 0x20007298 42
ASSERTION FAIL [(len & 3) == 0 && len >= 4] @ eth_smsc911x.c:83:
	eth_smsc9220_isr: 8 8
in RX FIFO: pkts: 1, bytes: 48

After:

tx_fifo: 0x20007298 42
ASSERTION FAIL [(len & 3) == 0 && len >= 4] @ eth_smsc911x.c:83
eth_smsc9220_isr: 8 8
in RX FIFO: pkts: 1, bytes: 48

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-12-05 11:21:51 +01:00
..
__assert.h include: __assert: Fix output formatting of __ASSERT_NO_MSG() 2018-12-05 11:21:51 +01:00
byteorder.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
dlist.h include: dlist.h: MISRA C compliance. 2018-10-31 08:44:47 -04:00
errno_private.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
fdtable.h lib: posix: Implement generic file descriptor table 2018-11-04 22:04:11 +01:00
libc-hooks.h libc: newlib: libc-hooks: Consistently use const void* as arg to write 2018-10-22 15:01:12 +01:00
list_gen.h misc: list_gen: Using boolean expressions 2018-09-28 06:28:41 +05:30
mempool_base.h misc: mempool: Using distinct macro identifiers 2018-10-31 19:43:47 -04:00
mempool.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
printk.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
rb.h misc: rb: Make an evaluation a boolean expression 2018-11-30 08:05:11 -08:00
reboot.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
ring_buffer.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
sflist.h portability: Remove C99-illegal semicolons from the global scope 2018-09-28 07:57:28 +05:30
slist.h portability: Remove C99-illegal semicolons from the global scope 2018-09-28 07:57:28 +05:30
stack.h headers: Fix headers across the project 2018-09-17 15:49:26 -04:00
util.h include: misc: Do not mix comment characters 2018-11-06 16:20:15 -05:00