mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-04-28 19:54:01 +00:00
While following two styles are both correct, the 2nd one is simpler. bool is_level_triggered; 1. if (is_level_triggered == true) {...} 2. if (is_level_triggered) {...} This patch cleans up the style in hypervisor. Tracked-On: #861 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> |
||
---|---|---|
.. | ||
ivshmem.c | ||
pci_pt.c | ||
vdev.c | ||
vhostbridge.c | ||
vmcs9900.c | ||
vmsi.c | ||
vmsix_on_msi.c | ||
vmsix.c | ||
vpci_bridge.c | ||
vpci_priv.h | ||
vpci.c | ||
vsriov.c |