acrn-hypervisor/hypervisor/dm
Shiqing Gao 6f10bd00bf hv: coding style clean-up related to Boolean
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>
2020-11-28 14:51:32 +08:00
..
vpci hv: coding style clean-up related to Boolean 2020-11-28 14:51:32 +08:00
io_req.c hv: change log level for find_match_mmio_node 2020-08-19 15:06:15 +08:00
mmio_dev.c hv: mmio_dev: add hypercall to support mmio device pass through 2020-07-23 20:13:20 +08:00
vgpio.c hv: mmu: rename hv_access_memory_region_update to ppt_clear_user_bit 2020-11-02 10:29:43 +08:00
vioapic.c hv: add vgpio device model support 2020-09-07 14:52:02 +08:00
vpic.c hv[v2]: Remove deprecated term in vPIC submodule 2020-09-01 09:30:08 +08:00
vrtc.c hv: remove 'flags' field in struct vm_io_range 2019-08-19 10:19:54 +08:00
vuart.c HV: vuart: send msi for pci vuart type 2020-10-30 20:41:34 +08:00