summaryrefslogtreecommitdiffstats
path: root/sys/contrib/dev/acpica/exregion.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/dev/acpica/exregion.c')
-rw-r--r--sys/contrib/dev/acpica/exregion.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/contrib/dev/acpica/exregion.c b/sys/contrib/dev/acpica/exregion.c
index 4339f10..c42e566 100644
--- a/sys/contrib/dev/acpica/exregion.c
+++ b/sys/contrib/dev/acpica/exregion.c
@@ -2,7 +2,7 @@
/******************************************************************************
*
* Module Name: exregion - ACPI default OpRegion (address space) handlers
- * $Revision: 79 $
+ * $Revision: 80 $
*
*****************************************************************************/
@@ -225,7 +225,7 @@ AcpiExSystemMemorySpaceHandler (
MemInfo->MappedLength);
}
- /*
+ /*
* Don't attempt to map memory beyond the end of the region, and
* constrain the maximum mapping size to something reasonable.
*/
@@ -234,7 +234,7 @@ AcpiExSystemMemorySpaceHandler (
{
WindowSize = SYSMEM_REGION_WINDOW_SIZE;
}
-
+
/* Create a new mapping starting at the address given */
Status = AcpiOsMapMemory (Address, WindowSize,
@@ -264,7 +264,7 @@ AcpiExSystemMemorySpaceHandler (
"SystemMemory %d (%d width) Address=%8.8X%8.8X\n", Function, BitWidth,
ACPI_HIDWORD (Address), ACPI_LODWORD (Address)));
- /*
+ /*
* Perform the memory read or write
*
* Note: For machines that do not support non-aligned transfers, the target
@@ -323,7 +323,7 @@ AcpiExSystemMemorySpaceHandler (
*(UINT64 *) LogicalAddrPtr = (UINT64) *Value;
break;
#endif
-
+
default:
/* BitWidth was already validated */
break;
OpenPOWER on IntegriCloud