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

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

WARNING: Missing a blank line after declarations
WARNING: Block comments should align the * on each line
ERROR: open brace '{' following function definitions go on the next line

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