mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-31 19:35:28 +00:00
MISRAC does not allow the use of an inline function with external linkage. What this patch does: - Add the static keyword for the function that is only used in the definition file. - Remove the inline keyword for the function that is used in multiple files. v1 -> v2: * Move some functions to headers as static inline function if it is possible Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Reviewed-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
crypto | ||
div.c | ||
mdelay.c | ||
memory.c | ||
spinlock.c | ||
sprintf.c | ||
string.c | ||
udelay.c |