Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 764d0221 authored by Mathieu Rhéaume's avatar Mathieu Rhéaume Committed by Rafael J. Wysocki
Browse files

ACPI / processor: fixed a brace coding style issue



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

Signed-off-by: default avatarMathieu Rhéaume <mathieu@codingrhemes.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 7cc34680
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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,
};