ACPI: OSL: Add empty lines after local variable declarations
authorJonathan Bergh <bergh.jonathan@gmail.com>
Sat, 30 Sep 2023 09:04:36 +0000 (11:04 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2023 18:26:21 +0000 (20:26 +0200)
commita1da3b78c08357f67adecf3b2e2be7d13aaccca7
treef72bb7e9c2c36795356dd07e861c775ce7db4e28
parent9d4e27dd88275a8e2a14521b63792f33edca5758
ACPI: OSL: Add empty lines after local variable declarations

Fix up four places where there is no empty line after declarations of
local variables in a function (as per the kernel coding style).

Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com>
[ rjw: Subject and changelog edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osl.c