Files
acrn-hypervisor/hypervisor/arch/x86
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
..
2020-10-29 10:05:05 +08:00
2020-11-26 12:56:28 +08:00
2019-12-13 10:13:09 +08:00
2020-06-08 13:30:04 +08:00
2020-11-02 15:56:30 +08:00
2019-09-11 17:30:24 +08:00