]> Git Repo - linux.git/commitdiff
ACPI: APD: fix a block comment align issue
authorXiaofei Tan <[email protected]>
Sat, 27 Mar 2021 12:08:13 +0000 (20:08 +0800)
committerRafael J. Wysocki <[email protected]>
Thu, 8 Apr 2021 14:27:02 +0000 (16:27 +0200)
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 <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/acpi/acpi_apd.c

index 39359ce0eb2c057ebdfd22f3252bb4e8018c7baa..0ec5b3f69112774f176ee1b12a185d4e5350e755 100644 (file)
@@ -176,10 +176,10 @@ 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.
-*/
+/*
+ * Create platform device during acpi scan attach handle.
+ * Return value > 0 on success of creating device.
+ */
 static int acpi_apd_create_device(struct acpi_device *adev,
                                   const struct acpi_device_id *id)
 {
This page took 0.054288 seconds and 4 git commands to generate.