ACPI: CPPC: fix some coding style issues
authorXiaofei Tan <tanxiaofei@huawei.com>
Sat, 27 Mar 2021 12:08:20 +0000 (20:08 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Apr 2021 14:27:02 +0000 (16:27 +0200)
commite69ae675879d5e39602b9269f7b6a0363c864f77
tree93e183cc634da79563721867949a31b8f6744603
parenteffbe6404e6c1cccaa351a50f1d431f83b34d9a5
ACPI: CPPC: fix some coding style issues

Fix some coding style issues reported by checkpatch.pl, including the
following types:

WARNING: Missing a blank line after declarations
WARNING: unnecessary whitespace before a quoted newline
ERROR: spaces required around that '>='
ERROR: switch and case should be at the same indent

Signed-off-by: Xiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/cppc_acpi.c