mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-23 01:37:44 +00:00
HV: Fix new MISRAC violations for brackets
Fix remaining 11S and 12S violations. These are after the 7 patches submitted earlier. Signed-off-by: Arindam Roy <arindam.roy@intel.com>
This commit is contained in:
@@ -149,9 +149,10 @@ void do_logmsg(uint32_t severity, const char *fmt, ...)
|
||||
/* switch to sbuf from sos */
|
||||
do_copy_earlylog(sbuf, early_sbuf);
|
||||
free_earlylog_sbuf(pcpu_id);
|
||||
} else
|
||||
} else {
|
||||
/* use earlylog sbuf if no sbuf from sos */
|
||||
sbuf = early_sbuf;
|
||||
}
|
||||
}
|
||||
|
||||
if (sbuf != NULL) {
|
||||
|
Reference in New Issue
Block a user