ACPI: utils: Fix up white space in a few places
authorJonathan Bergh <bergh.jonathan@gmail.com>
Thu, 28 Sep 2023 21:48:07 +0000 (23:48 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2023 19:04:49 +0000 (21:04 +0200)
commit6c766f7aacc0fa5b461ca3d8067c9065a6a53ef4
tree2b0815cba21daa93d3cdf5c196d5e8a596ae35ac
parent2e57d10a6591560724b80a628235559571f4cb8d
ACPI: utils: Fix up white space in a few places

Fix up the following formatting issues flagged by checkpatch:
 * Remove indentation before goto label
 * Remove whitespace ahead of a comma in parameter list

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/utils.c