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>
This commit is contained in:
Mathieu Rhéaume 2013-10-01 05:29:39 -04:00 committed by Rafael J. Wysocki
parent 7cc34680c1
commit 764d022133
1 changed files with 1 additions and 2 deletions

View 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,
};