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

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

ERROR: code indent should use tabs where possible
WARNING: Block comments use a trailing */ on a separate line
WARNING: Missing a blank line after declarations
WARNING: labels should not be indented

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