Signed-off-by: Myron Stowe <myron.stowe@xxxxxx> --- drivers/acpi/processor_core.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Index: linux-2.6/drivers/acpi/processor_core.c =================================================================== --- linux-2.6.orig/drivers/acpi/processor_core.c 2008-10-22 12:12:11.000000000 -0600 +++ linux-2.6/drivers/acpi/processor_core.c 2008-10-22 12:42:22.000000000 -0600 @@ -582,9 +582,9 @@ static int acpi_processor_get_info(struc pr->acpi_id = value; } else { /* - * Evalute the processor object. Note that it is common on SMP to - * have the first (boot) processor with a valid PBLK address while - * all others have a NULL address. + * Evaluate the Processor object. Note that it is common on SMP + * to have the first (boot) processor with a valid PBLK address + * while * all others have a NULL address. */ status = acpi_evaluate_object(pr->handle, NULL, NULL, &buffer); if (ACPI_FAILURE(status)) { @@ -594,7 +594,8 @@ static int acpi_processor_get_info(struc /* * TBD: Synch processor ID (via LAPIC/LSAPIC structures) on SMP. - * >>> 'acpi_get_processor_id(acpi_id, &id)' in arch/xxx/acpi.c + * >>> 'acpi_get_processor_id(acpi_id, &id)' in + * arch/xxx/acpi.c */ pr->acpi_id = object.processor.proc_id; } -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html