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=-6.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 26497C2BC11 for ; Fri, 11 Sep 2020 07:41:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B6FBE21D91 for ; Fri, 11 Sep 2020 07:41:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599810101; bh=iclbaUke67strvxO69V8rHGud4aAV6dPmHjYGaZ7l04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=LT/JE3VuLQlR3xgmQP9pOaq1if2WRpd4ya753/A7DOdnIz49Z4fBbrdFXJLxdh0PF p9L/2n+tCPiwPHr03DxW18lttS+R4oxT0e30JRH79b8Ua6L+v+WhsKY8xneQP3bWAj ootLH17ZjOE0SftAV9X8yvEI7FK5qWLy4Z0IvmyE= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1725771AbgIKHlk (ORCPT ); Fri, 11 Sep 2020 03:41:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:54084 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725535AbgIKHlj (ORCPT ); Fri, 11 Sep 2020 03:41:39 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 4185B214F1; Fri, 11 Sep 2020 07:41:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1599810098; bh=iclbaUke67strvxO69V8rHGud4aAV6dPmHjYGaZ7l04=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DhF/aIM7T7UXsLu2H1gAIFBM53tA7pVnAARdLT7TteMOVJki98F4H9HJ7h1sJY957 ia/7mY1obIjUPVw/7Dbn7TUqS41qAK2Yk+VXZMr7YqP4685dqKC9P4UBE+PQEMFXms IZQ4CZANe2UxJqBCrvmoumV+yY8LIevwOBJqGi6o= Date: Fri, 11 Sep 2020 09:41:44 +0200 From: Greg KH To: "yekai(A)" Cc: Zhangfei Gao , linux-accelerators@lists.ozlabs.org, linux-kernel@vger.kernel.org, linuxarm@huawei.com Subject: Re: [PATCH] uacce: fix some coding styles Message-ID: <20200911074144.GA3322797@kroah.com> References: <1596089583-32687-1-git-send-email-yekai13@huawei.com> <8ebc8b44-eecc-a86f-ce25-ff7513d6aeea@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8ebc8b44-eecc-a86f-ce25-ff7513d6aeea@huawei.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Sep 11, 2020 at 03:37:25PM +0800, yekai(A) wrote: > 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 > > > > > > I see no patch here to take, sorry :(