Commit 0955b3a5 authored by Xiaofei Tan's avatar Xiaofei Tan Committed by Rafael J. Wysocki
Browse files

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: default avatarXiaofei Tan <tanxiaofei@huawei.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 9104457e
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ static const struct apd_device_desc hip08_spi_desc = {

#endif

/**
/*
 * Create platform device during acpi scan attach handle.
 * Return value > 0 on success of creating device.
 */