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=-5.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 1037DC00A89 for ; Mon, 2 Nov 2020 08:39:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BBD952074F for ; Mon, 2 Nov 2020 08:39:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728279AbgKBIje (ORCPT ); Mon, 2 Nov 2020 03:39:34 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:6727 "EHLO szxga04-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728266AbgKBIje (ORCPT ); Mon, 2 Nov 2020 03:39:34 -0500 Received: from DGGEMS409-HUB.china.huawei.com (unknown [172.30.72.60]) by szxga04-in.huawei.com (SkyGuard) with ESMTP id 4CPmYV4WHgzkdcL; Mon, 2 Nov 2020 16:39:26 +0800 (CST) Received: from [10.63.139.185] (10.63.139.185) by DGGEMS409-HUB.china.huawei.com (10.3.19.209) with Microsoft SMTP Server id 14.3.487.0; Mon, 2 Nov 2020 16:39:21 +0800 Subject: Re: [PATCH v3 0/2] uacce: fix some coding styles To: Greg Kroah-Hartman References: <1600855762-10031-1-git-send-email-yekai13@huawei.com> <5F9FAA08.2000406@hisilicon.com> <20201102070937.GA71996@kroah.com> <5F9FB789.9090204@hisilicon.com> <20201102083356.GA142100@kroah.com> CC: Kai Ye , , , , From: Zhou Wang Message-ID: <5F9FC5B9.208@hisilicon.com> Date: Mon, 2 Nov 2020 16:39:21 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <20201102083356.GA142100@kroah.com> Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Originating-IP: [10.63.139.185] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/11/2 16:33, Greg Kroah-Hartman wrote: > On Mon, Nov 02, 2020 at 03:38:49PM +0800, Zhou Wang wrote: >> On 2020/11/2 15:09, Greg Kroah-Hartman wrote: >>> On Mon, Nov 02, 2020 at 02:41:12PM +0800, Zhou Wang wrote: >>>> On 2020/9/23 18:09, Kai Ye wrote: >>>>> 1. delete some redundant code. >>>>> 2. modify the module author information. "Hisilicon" >>>>> spelling is error. >>>>> >>>>> Changes v2 -> v3: >>>>> Two things, splited to two patches. >>>>> Changes v1 -> v2: >>>>> deleted extra NULL pointer check in uacce_fops. >>>>> >>>>> Kai Ye (2): >>>>> uacce: fix some coding styles >>>>> uacce: modify the module author information. >>>>> >>>>> drivers/misc/uacce/uacce.c | 13 +------------ >>>>> 1 file changed, 1 insertion(+), 12 deletions(-) >>>>> >>>> >>>> Hi Hartman, >>>> >>>> Could you help to take this clean up patch? >>> >>> I do not see a patch here :( >> >> I know the reason, Kai Ye did not To you and I also added your >> Email address in this ping :) I have replied patches directly. >> >> Could you take them? > > I need them in a format that I can apply them in, please resend the > whole series properly, so that I do not have to edit them by-hand. Got it. Thanks! Best, Zhou > > thanks, > > greg k-h > . >