acrn-hypervisor/hypervisor/acpi_parser
Junjie Mao d4055d6157 HV: acpi_parser: fix violations of coding guideline C-CU-02
The coding guideline rule C-CU-02 requires that 'only one return statement shall
be in a function'. This patch refactors handle_dmar_devscope() which has
multiple return statements today.

This patch has no semantic changes.

Tracked-On: #6776
Signed-off-by: Junjie Mao <junjie.mao@intel.com>
Acked-by: Eddie Dong <eddie.dong@intel.com>
2021-11-04 18:15:47 +08:00
..
acpi_ext.c hv: dm: Use new power management data structures 2021-07-15 11:53:54 +08:00
dmar_parse.c HV: acpi_parser: fix violations of coding guideline C-CU-02 2021-11-04 18:15:47 +08:00