acrn-hypervisor/hypervisor/debug
Shiqing Gao b4a2ff5022 hv: treewide: fix 'Prototype and definition name mismatch'
Fix the parameter name mismatch between API declaration and definition.

v2 -> v3:
 * Fix two more violations which are missed in previous report.
   shell_puts and console_write

v1 -> v2:
 * Replace 'ret_desc' with 'desc'

Signed-off-by: Shiqing Gao <shiqing.gao@intel.com>
Reviewed-by: Junjie Mao <junjie.mao@intel.com>
2018-08-06 16:04:40 +08:00
..
console.c hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
dump.c hv:cleanup vmid related code 2018-08-06 12:27:53 +08:00
logmsg.c HV:fix rest integer violations 2018-08-02 09:51:58 +08:00
printf.c HV:fix rest integer violations 2018-08-02 09:51:58 +08:00
sbuf.c HV:fix rest integer violations 2018-08-02 09:51:58 +08:00
shell_internal.h hv: treewide: fix 'Prototype and definition name mismatch' 2018-08-06 16:04:40 +08:00
shell.c hv:cleanup vmid related code 2018-08-06 12:27:53 +08:00
uart16550.c hv:Rename port/mmio read and write APIs 2018-08-02 14:03:38 +08:00
uart16550.h hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00
vuart.c hv:cleanup console/uart code 2018-08-02 11:25:40 +08:00