Received: by 2002:a05:6a10:9e8c:0:0:0:0 with SMTP id y12csp3116715pxx; Sun, 1 Nov 2020 23:41:24 -0800 (PST) X-Google-Smtp-Source: ABdhPJxvnVjUTmiRJFX5FTtKtuWJr90x8bZU1RygwTBX/Kne1yv/BsvseCSARCQ40M8RD6XfsfFA X-Received: by 2002:a17:906:26c6:: with SMTP id u6mr14770076ejc.349.1604302884146; Sun, 01 Nov 2020 23:41:24 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1604302884; cv=none; d=google.com; s=arc-20160816; b=KuSr40bMAbechkaYavcxp5UnKUIO3gh+X4jz4GtBQ80lZLGkQliusPeoE9qTz39PVC h3Hc+ado8qHrAempGRq/43FhHuQDwpLvk90L2LgHDgDhsT+ow6+CB2Qo5Evw5V96jYRD MgaUezoKimpt8Qlqr0oLjp/GXcHmrw/rL0gy67wW6fMXc/ua1fIftloaDtkNeN3wONww pW6IKNHYCg86P2SV8QoIVzhku3DC6ZHpRlr1xw6RgqSnfPmgrvsGxqN8dP5o7xQvwJno q5FpkFsSQhJecgcfCjzVB/MAFTs6j+Up2LgLNiK6ksUfPmgkE4J6cH2iIuOeh2wMEAL+ 6tjQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:in-reply-to :mime-version:user-agent:date:message-id:from:cc:references:to :subject; bh=Jt02xQzP0oEihyBeatEqtccf+1fg++nb8PiQIpn18w8=; b=NMldiNDaOEmYYJbI5Zx4mAoM6j4DYOMNCzifWULzX9TCTWiOX9N4PPZbpgahQ3OOcH kMTb7RkTu9GHb1pRp2VuNuvIhLIJDntkdNZVsPNGkJ2U632SNcu6dTbNJSZFp8MncTTr MdpNIkjinvR+0BuqpUvwxhH9ACqeEVkHHYTQZ9ySacD0NfI4XWOz/zkf6mkA/X7NFoj8 KJJO/hYdT0wAthMyHdCCHjYsQj+POHvzSsDLszcf155H811iyITO1sDJTfG3fX4T9bqg B9hObnqmfywWzKGKM9WPARWS5VOPGE82aqFqC3EdQwcCCutP8C32QVaLPyyYAJB5kVoD SbGw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id m4si4126603edp.439.2020.11.01.23.41.02; Sun, 01 Nov 2020 23:41:24 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728069AbgKBHjA (ORCPT + 99 others); Mon, 2 Nov 2020 02:39:00 -0500 Received: from szxga07-in.huawei.com ([45.249.212.35]:7395 "EHLO szxga07-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726819AbgKBHjA (ORCPT ); Mon, 2 Nov 2020 02:39:00 -0500 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by szxga07-in.huawei.com (SkyGuard) with ESMTP id 4CPlCk0Xs1z6vyZ; Mon, 2 Nov 2020 15:38:58 +0800 (CST) Received: from [10.63.139.185] (10.63.139.185) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Mon, 2 Nov 2020 15:38:50 +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> CC: Kai Ye , , , , From: Zhou Wang Message-ID: <5F9FB789.9090204@hisilicon.com> Date: Mon, 2 Nov 2020 15:38:49 +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: <20201102070937.GA71996@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 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? Best, Zhou > > If I have missed something, please resend it. > > thanks, > > greg k-h > . >