lkml.org 
[lkml]   [2021]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 01/15] ACPI: APD: fix a block comment align issue
    Date
    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>
    ---
    drivers/acpi/acpi_apd.c | 8 ++++----
    1 file changed, 4 insertions(+), 4 deletions(-)

    diff --git a/drivers/acpi/acpi_apd.c b/drivers/acpi/acpi_apd.c
    index 39359ce..0ec5b3f 100644
    --- a/drivers/acpi/acpi_apd.c
    +++ b/drivers/acpi/acpi_apd.c
    @@ -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)
    {
    --
    2.8.1
    \
     
     \ /
      Last update: 2021-03-27 08:51    [W:4.262 / U:0.012 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site