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.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=unavailable 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 4C7A4C17441 for ; Tue, 12 Nov 2019 07:08:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2FA5C2067B for ; Tue, 12 Nov 2019 07:08:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726980AbfKLHIh (ORCPT ); Tue, 12 Nov 2019 02:08:37 -0500 Received: from szxga04-in.huawei.com ([45.249.212.190]:6637 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1725781AbfKLHIg (ORCPT ); Tue, 12 Nov 2019 02:08:36 -0500 Received: from DGGEMS401-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id 239FFB84DB08AD78415; Tue, 12 Nov 2019 15:08:27 +0800 (CST) Received: from [127.0.0.1] (10.133.213.239) by DGGEMS401-HUB.china.huawei.com (10.3.19.201) with Microsoft SMTP Server id 14.3.439.0; Tue, 12 Nov 2019 15:08:25 +0800 Subject: Re: [PATCH -next] crypto: sun8i-ss - Fix memdup.cocci warnings To: Corentin Labbe References: <20191109024403.47106-1-yuehaibing@huawei.com> <20191112070309.GA18647@Red> CC: Herbert Xu , Maxime Ripard , Chen-Yu Tsai , , , , From: Yuehaibing Message-ID: <43dff5e6-dc85-a631-2e6a-1dc07540e5a4@huawei.com> Date: Tue, 12 Nov 2019 15:08:24 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20191112070309.GA18647@Red> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.133.213.239] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2019/11/12 15:03, Corentin Labbe wrote: > On Sat, Nov 09, 2019 at 02:44:03AM +0000, YueHaibing wrote: >> Use kmemdup rather than duplicating its implementation >> >> Signed-off-by: YueHaibing >> --- > > Hello > > Thanks but the patch was already sent by kbuild robot and merged. Sorry, this patch title should be "sun8i-ce" instead of "sun8i-ss", kbuild robot indeed fix 'sun8i-ss' warning, will resend v2. > > Regards > >