mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-06 08:04:55 +00:00
The variable vlapic_timer's name is identical with struct vlapic_timer's name. This MISRA C violation is detected by static analysis tool. Rename variable vlapic_timer as vtimer. Replace regular expression: s/vlapic_timer\([ ;,.)\-]\+\)/vtimer\1 Signed-off-by: Xiangyang Wu <xiangyang.wu@linux.intel.com>