.. | .. |
---|
3 | 3 | * |
---|
4 | 4 | * Module Name: tbfadt - FADT table utilities |
---|
5 | 5 | * |
---|
6 | | - * Copyright (C) 2000 - 2018, Intel Corp. |
---|
| 6 | + * Copyright (C) 2000 - 2020, Intel Corp. |
---|
7 | 7 | * |
---|
8 | 8 | *****************************************************************************/ |
---|
9 | 9 | |
---|
.. | .. |
---|
556 | 556 | * 64-bit X length field. |
---|
557 | 557 | * Note: If the legacy length field is > 0xFF bits, ignore |
---|
558 | 558 | * 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). |
---|
560 | 560 | */ |
---|
561 | 561 | if ((ACPI_MUL_8(length) <= ACPI_UINT8_MAX) && |
---|
562 | 562 | (address64->bit_width != |
---|