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.7 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=ham 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 34F6BC43461 for ; Fri, 11 Sep 2020 07:37:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EEF7721D91 for ; Fri, 11 Sep 2020 07:37:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725808AbgIKHhi (ORCPT ); Fri, 11 Sep 2020 03:37:38 -0400 Received: from szxga04-in.huawei.com ([45.249.212.190]:11813 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725782AbgIKHhh (ORCPT ); Fri, 11 Sep 2020 03:37:37 -0400 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 7E1D3430497B088E2028; Fri, 11 Sep 2020 15:37:35 +0800 (CST) Received: from [127.0.0.1] (10.67.102.13) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.487.0; Fri, 11 Sep 2020 15:37:24 +0800 Subject: Re: [PATCH] uacce: fix some coding styles To: Zhangfei Gao , , , , References: <1596089583-32687-1-git-send-email-yekai13@huawei.com> From: "yekai(A)" Message-ID: <8ebc8b44-eecc-a86f-ce25-ff7513d6aeea@huawei.com> Date: Fri, 11 Sep 2020 15:37:25 +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.67.102.13] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Hartman Could you help to take this patch? Thanks. On 2020/7/31 11:09, Zhangfei Gao wrote: > > > On 2020/7/30 下午2:13, Kai Ye wrote: >> 1. delete some redundant code. >> 2. modify the module author information. >> >> Signed-off-by: Kai Ye > Thanks Kai > > Acked-by: Zhangfei Gao > > Thanks > >