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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 5BD25C433FE for ; Wed, 18 May 2022 00:40:19 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232757AbiERAkR (ORCPT ); Tue, 17 May 2022 20:40:17 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50760 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232704AbiERAkO (ORCPT ); Tue, 17 May 2022 20:40:14 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1D6C050B27; Tue, 17 May 2022 17:40:14 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B15D16153D; Wed, 18 May 2022 00:40:13 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPS id 1B014C3411A; Wed, 18 May 2022 00:40:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652834413; bh=r+cvWdaDqXVSVvj8chj9ewlc+5fg4WRqMVA/zjgMdKo=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=scYp7xXt2sTmNcefKTZ2L4G1zIMbQCoL2XJoChahmmxQvg1ZTOXJZ54As3XxWnp14 8EQ15GqzzziXG+mnrbhN+rPboU3wNJO5ETcMG7SMrjbssuX1+zexcA1o8YKjCUHsRI 6sl/llkcD6AywkcC7LANRIVxylr4LHTaT+EM1tYvEyH++cbQs7IbN1zeTY5+HgYbR2 X1KD7xcER1x9Pg5W4mGHtFCo4YCe6fmbdSVXsgMVbOjj9A+6ASLjFeNy6jmrQDrr59 RqtNd3Og6WLEeOuApRyMcDBIYPNzSwoSkfJKSj5ulrDbOiS/9XYWVNxBUMwZHCusZC ig+Q1HbjjhTQA== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 0285FF0389D; Wed, 18 May 2022 00:40:13 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH -next] octeontx2-pf: Use memset_startat() helper in otx2_stop() From: patchwork-bot+netdevbpf@kernel.org Message-Id: <165283441300.18628.17924718677480432521.git-patchwork-notify@kernel.org> Date: Wed, 18 May 2022 00:40:13 +0000 References: <20220516092337.131653-1-xiujianfeng@huawei.com> In-Reply-To: <20220516092337.131653-1-xiujianfeng@huawei.com> To: Xiu Jianfeng Cc: sgoutham@marvell.com, gakula@marvell.com, sbhatta@marvell.com, hkelam@marvell.com, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net-next.git (master) by Jakub Kicinski : On Mon, 16 May 2022 17:23:37 +0800 you wrote: > Use memset_startat() helper to simplify the code, there is no functional > change in this patch. > > Signed-off-by: Xiu Jianfeng > --- > drivers/net/ethernet/marvell/octeontx2/nic/otx2_pf.c | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Here is the summary with links: - [-next] octeontx2-pf: Use memset_startat() helper in otx2_stop() https://git.kernel.org/netdev/net-next/c/76e1e5df4b7c You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html