mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-08 13:19:03 +00:00
For data structure types "struct logmsg", its name is identical with variable name in the same scope. This is a MISRA C violation. This patch fix it. Tracked-On: #1801 Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>