Loading drivers/acpi/acpica/exutils.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -109,7 +109,7 @@ void acpi_ex_enter_interpreter(void) * * * DESCRIPTION: Reacquire the interpreter execution region from within the * DESCRIPTION: Reacquire the interpreter execution region from within the * interpreter code. Failure to enter the interpreter region is a * interpreter code. Failure to enter the interpreter region is a * fatal system error. Used in conjuction with * fatal system error. Used in conjunction with * relinquish_interpreter * relinquish_interpreter * * ******************************************************************************/ ******************************************************************************/ Loading drivers/acpi/acpica/rsutils.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -149,7 +149,7 @@ acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type) /* /* * 16-, 32-, and 64-bit cases must use the move macros that perform * 16-, 32-, and 64-bit cases must use the move macros that perform * endian conversion and/or accomodate hardware that cannot perform * endian conversion and/or accommodate hardware that cannot perform * misaligned memory transfers * misaligned memory transfers */ */ case ACPI_RSC_MOVE16: case ACPI_RSC_MOVE16: Loading drivers/acpi/apei/Kconfig +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,6 +34,6 @@ config ACPI_APEI_ERST_DEBUG depends on ACPI_APEI depends on ACPI_APEI help help ERST is a way provided by APEI to save and retrieve hardware ERST is a way provided by APEI to save and retrieve hardware error infomation to and from a persistent store. Enable this error information to and from a persistent store. Enable this if you want to debugging and testing the ERST kernel support if you want to debugging and testing the ERST kernel support and firmware implementation. and firmware implementation. drivers/acpi/apei/erst-dbg.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2,7 +2,7 @@ * APEI Error Record Serialization Table debug support * APEI Error Record Serialization Table debug support * * * ERST is a way provided by APEI to save and retrieve hardware error * ERST is a way provided by APEI to save and retrieve hardware error * infomation to and from a persistent store. This file provide the * information to and from a persistent store. This file provide the * debugging/testing support for ERST kernel support and firmware * debugging/testing support for ERST kernel support and firmware * implementation. * implementation. * * Loading drivers/acpi/apei/erst.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2,7 +2,7 @@ * APEI Error Record Serialization Table support * APEI Error Record Serialization Table support * * * ERST is a way provided by APEI to save and retrieve hardware error * ERST is a way provided by APEI to save and retrieve hardware error * infomation to and from a persistent store. * information to and from a persistent store. * * * For more information about ERST, please refer to ACPI Specification * For more information about ERST, please refer to ACPI Specification * version 4.0, section 17.4. * version 4.0, section 17.4. Loading Loading
drivers/acpi/acpica/exutils.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -109,7 +109,7 @@ void acpi_ex_enter_interpreter(void) * * * DESCRIPTION: Reacquire the interpreter execution region from within the * DESCRIPTION: Reacquire the interpreter execution region from within the * interpreter code. Failure to enter the interpreter region is a * interpreter code. Failure to enter the interpreter region is a * fatal system error. Used in conjuction with * fatal system error. Used in conjunction with * relinquish_interpreter * relinquish_interpreter * * ******************************************************************************/ ******************************************************************************/ Loading
drivers/acpi/acpica/rsutils.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -149,7 +149,7 @@ acpi_rs_move_data(void *destination, void *source, u16 item_count, u8 move_type) /* /* * 16-, 32-, and 64-bit cases must use the move macros that perform * 16-, 32-, and 64-bit cases must use the move macros that perform * endian conversion and/or accomodate hardware that cannot perform * endian conversion and/or accommodate hardware that cannot perform * misaligned memory transfers * misaligned memory transfers */ */ case ACPI_RSC_MOVE16: case ACPI_RSC_MOVE16: Loading
drivers/acpi/apei/Kconfig +1 −1 Original line number Original line Diff line number Diff line Loading @@ -34,6 +34,6 @@ config ACPI_APEI_ERST_DEBUG depends on ACPI_APEI depends on ACPI_APEI help help ERST is a way provided by APEI to save and retrieve hardware ERST is a way provided by APEI to save and retrieve hardware error infomation to and from a persistent store. Enable this error information to and from a persistent store. Enable this if you want to debugging and testing the ERST kernel support if you want to debugging and testing the ERST kernel support and firmware implementation. and firmware implementation.
drivers/acpi/apei/erst-dbg.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2,7 +2,7 @@ * APEI Error Record Serialization Table debug support * APEI Error Record Serialization Table debug support * * * ERST is a way provided by APEI to save and retrieve hardware error * ERST is a way provided by APEI to save and retrieve hardware error * infomation to and from a persistent store. This file provide the * information to and from a persistent store. This file provide the * debugging/testing support for ERST kernel support and firmware * debugging/testing support for ERST kernel support and firmware * implementation. * implementation. * * Loading
drivers/acpi/apei/erst.c +1 −1 Original line number Original line Diff line number Diff line Loading @@ -2,7 +2,7 @@ * APEI Error Record Serialization Table support * APEI Error Record Serialization Table support * * * ERST is a way provided by APEI to save and retrieve hardware error * ERST is a way provided by APEI to save and retrieve hardware error * infomation to and from a persistent store. * information to and from a persistent store. * * * For more information about ERST, please refer to ACPI Specification * For more information about ERST, please refer to ACPI Specification * version 4.0, section 17.4. * version 4.0, section 17.4. Loading