forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-01-31 f70575805708cabdedea7498aaa3f710fde4d920
kernel/drivers/acpi/acpica/tbfadt.c
....@@ -3,7 +3,7 @@
33 *
44 * Module Name: tbfadt - FADT table utilities
55 *
6
- * Copyright (C) 2000 - 2018, Intel Corp.
6
+ * Copyright (C) 2000 - 2020, Intel Corp.
77 *
88 *****************************************************************************/
99
....@@ -556,7 +556,7 @@
556556 * 64-bit X length field.
557557 * Note: If the legacy length field is > 0xFF bits, ignore
558558 * this check. (GPE registers can be larger than the
559
- * 64-bit GAS structure can accomodate, 0xFF bits).
559
+ * 64-bit GAS structure can accommodate, 0xFF bits).
560560 */
561561 if ((ACPI_MUL_8(length) <= ACPI_UINT8_MAX) &&
562562 (address64->bit_width !=