ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formatting
Signed-off-by: Erik Schmauss <erik.schmauss@intel.com> Signed-off-by: Bob Moore <robert.moore@intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
8f5a14d053
commit
c163f90cc8
@@ -897,7 +897,7 @@ acpi_gpio_adr_space_handler(u32 function, acpi_physical_address address,
|
||||
* event but only if the access here is ACPI_READ. In that
|
||||
* case we "borrow" the event GPIO instead.
|
||||
*/
|
||||
if (!found && agpio->sharable == ACPI_SHARED &&
|
||||
if (!found && agpio->shareable == ACPI_SHARED &&
|
||||
function == ACPI_READ) {
|
||||
struct acpi_gpio_event *event;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user