mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-04 06:26:54 +00:00
Move 8-bit sum code to a separate new function calculate_sum8() in util.h and replace the old code with a call to calculate_sum8() Minor code cleanup in found_rsdp() to make it more readable. Both break and continue statements are used in a single for loop, changed to only use break statement to make the logic simpler. Fixed some coding style issues reported by checkpatch.pl for file hypervisor/boot/acpi_base.c Tracked-On: #3601 Signed-off-by: dongshen <dongsheng.x.zhang@intel.com> Reviewed-by: Eddie Dong <eddie.dong@intel.com> |
||
---|---|---|
.. | ||
crypto | ||
errno.h | ||
list.h | ||
rtl.h | ||
sprintf.h | ||
types.h | ||
util.h |