acrn-hypervisor/hypervisor/debug
Mingqiang Chi 2d03706dd5 hv:change shell_puts to void type
Change this function to void type
Remove some parameters check, add these checks as preconditions

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2018-07-12 17:28:16 +08:00
..
console.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
dump.c HV: assert: use signed int for __LINE__ 2018-07-10 13:10:10 +08:00
logmsg.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
printf.c HV: Do not return expression contains subexpression 2018-07-10 15:55:33 +08:00
sbuf.c hv:fix "missing for discarded return value" for memcpy_s and strcpy_s 2018-07-09 09:22:37 +08:00
serial.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
serial_internal.h HV:treewide:string assigned to const object 2018-07-05 11:13:51 +08:00
shell_internal.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00
shell_internal.h hv:change shell_puts to void type 2018-07-12 17:28:16 +08:00
shell_public.c hv:change shell_puts to void type 2018-07-12 17:28:16 +08:00
uart16550.c HV: uart16550: check the denominator before use 2018-07-06 11:33:36 +08:00
uart16550.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
vuart.c HV: add the missing brackets to loop body 2018-07-12 17:27:29 +08:00