acrn-hypervisor/hypervisor/include/debug
Mingqiang Chi 1d628c640c hv:fix MISRA-C return value violation
1) Change these 5 APIs to void type:
   vcpu_inject_pf
   uart16550_calc_baud_div
   uart16550_set_baud_rate
   console_init
   ptdev_activate_entry
No need to return 'entry' for ptdev_activate_entry
since the input parameter is 'entry'.
2) no need to check return value for the caller
   such as sbuf_put/console_putc/serial_puts/serial_get_rx_data

Signed-off-by: Mingqiang Chi <mingqiang.chi@intel.com>
2018-07-13 13:04:39 +08:00
..
assert.h HV: assert: use signed int for __LINE__ 2018-07-10 13:10:10 +08:00
console.h hv:fix MISRA-C return value violation 2018-07-13 13:04:39 +08:00
dump.h HV:treewide:Update cpu_id type as uint_16 2018-07-04 16:39:26 +08:00
logmsg.h HV:treewide:Update cpu_id type as uint_16 2018-07-04 16:39:26 +08:00
printf.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
sbuf.h HV:debug:fix "signed/unsigned conversion without cast" 2018-07-04 12:18:38 +08:00
serial.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
shell.h license: Replace license text with SPDX tag 2018-06-01 10:43:06 +08:00
trace.h hv:fix MISRA-C return value violation 2018-07-13 13:04:39 +08:00
vuart.h