mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
hv: treewide: fix 'Use of function like macro'
- convert function like macros to inline functions based on MISRA-C requirement - remove some unused and duplicated macros Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com>
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
|
||||
struct logmsg {
|
||||
uint32_t flags;
|
||||
int seq;
|
||||
int32_t seq;
|
||||
spinlock_t lock;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user