Explorar o código

ACPI / processor: fixed a brace coding style issue

Fixed a brace coding style issue. (Brace not on the good line)

Signed-off-by: Mathieu Rhéaume <mathieu@codingrhemes.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Mathieu Rhéaume %!s(int64=12) %!d(string=hai) anos
pai
achega
764d022133
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      drivers/acpi/processor_driver.c

+ 1 - 2
drivers/acpi/processor_driver.c

@@ -153,8 +153,7 @@ static int acpi_cpu_soft_notify(struct notifier_block *nfb,
 	return NOTIFY_OK;
 	return NOTIFY_OK;
 }
 }
 
 
-static struct notifier_block __refdata acpi_cpu_notifier =
-{
+static struct notifier_block __refdata acpi_cpu_notifier = {
 	    .notifier_call = acpi_cpu_soft_notify,
 	    .notifier_call = acpi_cpu_soft_notify,
 };
 };