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 DCB3AC00A89 for ; Mon, 2 Nov 2020 06:41:25 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 90024221FF for ; Mon, 2 Nov 2020 06:41:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727960AbgKBGlY (ORCPT ); Mon, 2 Nov 2020 01:41:24 -0500 Received: from szxga05-in.huawei.com ([45.249.212.191]:7568 "EHLO szxga05-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727306AbgKBGlY (ORCPT ); Mon, 2 Nov 2020 01:41:24 -0500 Received: from DGGEMS408-HUB.china.huawei.com (unknown [172.30.72.59]) by szxga05-in.huawei.com (SkyGuard) with ESMTP id 4CPjxD0qn9zLsVT; Mon, 2 Nov 2020 14:41:20 +0800 (CST) Received: from [10.63.139.185] (10.63.139.185) by DGGEMS408-HUB.china.huawei.com (10.3.19.208) with Microsoft SMTP Server id 14.3.487.0; Mon, 2 Nov 2020 14:41:13 +0800 Subject: Re: [PATCH v3 0/2] uacce: fix some coding styles To: Kai Ye , , , , , Greg Kroah-Hartman References: <1600855762-10031-1-git-send-email-yekai13@huawei.com> From: Zhou Wang Message-ID: <5F9FAA08.2000406@hisilicon.com> Date: Mon, 2 Nov 2020 14:41:12 +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: <1600855762-10031-1-git-send-email-yekai13@huawei.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/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? Best, Zhou