ACPI: APD: fix a block comment align issue
authorXiaofei Tan <tanxiaofei@huawei.com>
Sat, 27 Mar 2021 12:08:13 +0000 (20:08 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 8 Apr 2021 14:27:02 +0000 (16:27 +0200)
commit0955b3a5c54a016172fb216f8263178c755d138c
treec6e5cb053397a1c838b27d2f0992d305b2e8997d
parent9104457ea524391112f4a4fd685ea532550a29b1
ACPI: APD: fix a block comment align issue

Fix the following coding style issue reported by checkpatch.pl:

WARNING: Block comments should align the * on each line
+/**
+* Create platform device during acpi scan attach handle.

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