From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-10.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C1242C433E2 for ; Sat, 27 Mar 2021 10:01:45 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 9A71861A26 for ; Sat, 27 Mar 2021 10:01:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231460AbhC0KBO (ORCPT ); Sat, 27 Mar 2021 06:01:14 -0400 Received: from szxga05-in.huawei.com ([45.249.212.191]:15010 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231240AbhC0KAk (ORCPT ); Sat, 27 Mar 2021 06:00:40 -0400 Received: from DGGEMS403-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4F6vRG6dGczPmdJ; Sat, 27 Mar 2021 17:58:02 +0800 (CST) Received: from [127.0.0.1] (10.40.192.162) by DGGEMS403-HUB.china.huawei.com (10.3.19.203) with Microsoft SMTP Server id 14.3.498.0; Sat, 27 Mar 2021 18:00:34 +0800 Subject: Re: [PATCH 00/15] acpi: fix some coding style issues To: Andy Shevchenko References: <1616831193-17920-1-git-send-email-tanxiaofei@huawei.com> CC: "rjw@rjwysocki.net" , "lenb@kernel.org" , "rui.zhang@intel.com" , "bhelgaas@google.com" , "linux-acpi@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "linux-pci@vger.kernel.org" , "linuxarm@openeuler.org" From: Xiaofei Tan Message-ID: Date: Sat, 27 Mar 2021 18:00:34 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.40.192.162] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org OK. thanks for reviewing this patch set. On 2021/3/27 16:21, Andy Shevchenko wrote: > > > On Saturday, March 27, 2021, Xiaofei Tan > wrote: > > Fix some coding style issues reported by checkpatch.pl > . > > > > NAK until it’s proven that you have tested each change on the real > system (virtual more or less okay). > > > > Differences from v1 to v2: > - Add subsystem and module name in the name of patch 05/15. > - Change to use more proper module name for some patch names. > > Xiaofei Tan (15): > ACPI: APD: fix a block comment align issue > ACPI: processor: fix some coding style issues > ACPI: debug: fix some coding style issues > ACPI: table: replace __attribute__((packed)) by __packed > ACPI: ipmi: remove useless return statement for void function > ACPI: LPSS: fix some coding style issues > ACPI: memhotplug: fix a coding style issue > ACPI: acpi_pad: fix a coding style issue > ACPI: battery: fix some coding style issues > ACPI: button: fix some coding style issues > ACPI: CPPC: fix some coding style issues > ACPI: custom_method: fix a coding style issue > ACPI: PM: fix some coding style issues > ACPI: sysfs: fix some coding style issues > ACPI: dock: fix some coding style issues > > drivers/acpi/acpi_apd.c | 8 ++--- > drivers/acpi/acpi_dbg.c | 40 +++++++++++------------- > drivers/acpi/acpi_fpdt.c | 6 ++-- > drivers/acpi/acpi_ipmi.c | 1 - > drivers/acpi/acpi_lpss.c | 4 ++- > drivers/acpi/acpi_memhotplug.c | 2 +- > drivers/acpi/acpi_pad.c | 4 +++ > drivers/acpi/acpi_processor.c | 18 +++-------- > drivers/acpi/battery.c | 64 > +++++++++++++++++++++---------------- > drivers/acpi/button.c | 10 +++--- > drivers/acpi/cppc_acpi.c | 71 > +++++++++++++++++++++--------------------- > drivers/acpi/custom_method.c | 2 +- > drivers/acpi/device_pm.c | 3 ++ > drivers/acpi/device_sysfs.c | 15 ++++++--- > drivers/acpi/dock.c | 7 +++-- > 15 files changed, 138 insertions(+), 117 deletions(-) > > -- > 2.8.1 > > > > -- > With Best Regards, > Andy Shevchenko > >