diff options
| author | Len Brown <len.brown@intel.com> | 2007-05-09 23:34:35 -0400 |
|---|---|---|
| committer | Len Brown <len.brown@intel.com> | 2007-05-09 23:34:35 -0400 |
| commit | fd3509436fde38d4c854bf5a6b83d2c779904f8e (patch) | |
| tree | af3ffbe044021f6781982d14ae0b7b8aafd4b89b /include/acpi/acobject.h | |
| parent | 88db5e1489f23876a226f5393fd978ddc09dc5f9 (diff) | |
| download | linux-next-fd3509436fde38d4c854bf5a6b83d2c779904f8e.tar.gz linux-next-fd3509436fde38d4c854bf5a6b83d2c779904f8e.zip | |
ACPICA: Lindent
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'include/acpi/acobject.h')
| -rw-r--r-- | include/acpi/acobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/acpi/acobject.h b/include/acpi/acobject.h index 04e9735a6742..7e1211a8b8fa 100644 --- a/include/acpi/acobject.h +++ b/include/acpi/acobject.h @@ -216,7 +216,7 @@ struct acpi_object_processor { /* The next two fields take advantage of the 3-byte space before NOTIFY_INFO */ u8 proc_id; u8 length; - ACPI_COMMON_NOTIFY_INFO acpi_io_address address; + ACPI_COMMON_NOTIFY_INFO acpi_io_address address; }; struct acpi_object_thermal_zone { |
