acrn-hypervisor/hypervisor/debug
Huihuang Shi 5189bcd272 HV:treewide:fix "Attempt to change parameter passed by value"
In the function scope,the parameter should not be
changed as Misra required.
V1->V2 recover some violations because of ldra's false positive.
V2->V3 sync local variable' type to parameter's type with the prefix of const.

Signed-off-by: Huihuang Shi <huihuang.shi@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2018-07-26 09:35:52 +08:00
..
console.c hv:Remove dead code in console.c 2018-07-25 15:32:11 +08:00
dump.c hv: cpu: using struct cpu_gp_regs for general-purpose regs in inter_excp_ctx 2018-07-25 13:05:38 +08:00
logmsg.c HV: logical and high level precedence expression needs brackets 2018-07-24 10:10:39 +08:00
printf.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
sbuf.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
serial.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
serial_internal.h HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
shell_internal.c hv:Change shell_init to void type 2018-07-25 17:06:44 +08:00
shell_internal.h hv:Change shell_init to void type 2018-07-25 17:06:44 +08:00
shell_public.c hv:Change shell_init to void type 2018-07-25 17:06:44 +08:00
uart16550.c HV:treewide:fix "Attempt to change parameter passed by value" 2018-07-26 09:35:52 +08:00
uart16550.h HV: treewide: convert hexadecimals used in bitops to unsigned 2018-06-21 13:12:39 +08:00
vuart.c HV: prototyping non-static function 2018-07-16 10:35:54 +08:00