ACPI: thermal: Fix up function header formatting in two places
authorJonathan Bergh <bergh.jonathan@gmail.com>
Thu, 28 Sep 2023 22:13:44 +0000 (00:13 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 3 Oct 2023 18:55:22 +0000 (20:55 +0200)
commit1dd72ce0c125110033e65051c9f8b2676e425cfd
treee185517c3716352b6cdcd4beac31aa65fb55c92e
parentc6767334185e50121b66eae9f882d2832d2d2ad1
ACPI: thermal: Fix up function header formatting in two places

Fix up the following formatting issues:
 * braces following function declarations should be on a new line
 * empty line should be present between function declarations

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