]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ACPI / processor: fixed a brace coding style issue
authorMathieu Rhéaume <mathieu@codingrhemes.com>
Tue, 1 Oct 2013 09:29:39 +0000 (05:29 -0400)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 7 Oct 2013 12:09:46 +0000 (14:09 +0200)
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>
drivers/acpi/processor_driver.c

index e534ba66d5b80861849ae705bf941ac570720607..40fc773ab6e078a0f9d06e7d9b3faf497ec49169 100644 (file)
@@ -153,8 +153,7 @@ static int acpi_cpu_soft_notify(struct notifier_block *nfb,
        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,
 };