projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b26e928
)
ACPI: 80 column adherence and spelling fix (no functional change)
author
Myron Stowe
<
[email protected]
>
Tue, 4 Nov 2008 21:53:05 +0000
(14:53 -0700)
committer
Len Brown
<
[email protected]
>
Fri, 7 Nov 2008 01:15:00 +0000
(20:15 -0500)
Signed-off-by: Myron Stowe <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
drivers/acpi/processor_core.c
patch
|
blob
|
history
diff --git
a/drivers/acpi/processor_core.c
b/drivers/acpi/processor_core.c
index bc332fc28d7fc18dccd58fda8771cb8e64c20c5b..b57b1f05cb38d0f23b94e6cd076c83333abcaa0f 100644
(file)
--- a/
drivers/acpi/processor_core.c
+++ b/
drivers/acpi/processor_core.c
@@
-595,9
+595,10
@@
static int acpi_processor_get_info(struct acpi_device *device)
}
/*
- * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP.
- * >>> 'acpi_get_processor_id(acpi_id, &id)' in arch/xxx/acpi.c
- */
+ * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP.
+ * >>> 'acpi_get_processor_id(acpi_id, &id)' in
+ * arch/xxx/acpi.c
+ */
pr->acpi_id = object.processor.proc_id;
}
cpu_index = get_cpu_id(pr->handle, device_declaration, pr->acpi_id);