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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id EEF04C79F82 for ; Tue, 8 Sep 2026 12:05:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=+jN0CNGpu++wz2OfmG24unVE3E/eSCf8Ige67pFhPRQ=; b=Bv879hfxQLusM/pcnwxmy/yIsb PX2pQYe1FeoiwaIoGt/kzXawiS+bR3PB0MygGuOwCI/nSYoxWyBBsXFxVergEK7qqJrAI3vhvu06E 2OCkbvYKAahKoHVsMW0axoaGsno7oM4Wivsng6UbypRCxYNO8Mca2dq2/1TQPIqktbJ9X06LoK9Fr G4VUwKCVKuSUlgGIA219pZDeowKzBe+llraQZHmkzoqYpN8PFblmbi+N2Y25YUie1kjy5Bf5XYKQr /IcvzMbKja2ppl784IEuz4/uO2YJaLJf/yjPXRihWj0mBwtc7SndMLeiAnb3SJ7TGVgiN2FIuurju gdfgUodg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x3uZx-00000008yMZ-3VRV; Tue, 08 Sep 2026 12:05:33 +0000 Received: from vps0.lunn.ch ([156.67.10.101]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x3uZo-00000008yL7-1rec for linux-arm-kernel@lists.infradead.org; Tue, 08 Sep 2026 12:05:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lunn.ch; s=20171124; h=In-Reply-To:Content-Disposition:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:From:Sender:Reply-To:Subject: Date:Message-ID:To:Cc:MIME-Version:Content-Type:Content-Transfer-Encoding: Content-ID:Content-Description:Content-Disposition:In-Reply-To:References; bh=+jN0CNGpu++wz2OfmG24unVE3E/eSCf8Ige67pFhPRQ=; b=kcyfGyd4ICgVZ6ZnWgMnZy1xZy bAeUh6YAcYwtOhIFyrnHUaUCx/GfbEeLINs4dYI1r3PV4T3pGz5j+NXTJzYSwbFN0SM5umxz0Vz8S nxYlgvQwf6NeEfleHhjjmomgAWWltSsAznr3shmYd8/HLDm/L1/N1o69aYuFM3SYZxg8=; Received: from andrew by vps0.lunn.ch with local (Exim 4.94.2) (envelope-from ) id 1x3uZ7-003sY9-UJ; Tue, 08 Sep 2026 14:04:41 +0200 Date: Tue, 8 Sep 2026 14:04:41 +0200 From: Andrew Lunn To: Ratheesh Kannoth Cc: Hemanth Selam , "David S. Miller" , Andrew Lunn , Bharat Bhushan , Broadcom internal kernel review list , Chris Snook , Eric Dumazet , Florian Fainelli , GR-Linux-NIC-Dev@marvell.com, Geetha sowjanya , Jakub Kicinski , Jian Shen , Jijie Shao , Manish Chopra , Marcin Wojtas , Paolo Abeni , Rahul Verma , Russell King , Shahed Shaikh , Shuah Khan , Simon Horman , Subbaraya Sundeep , Sudarsana Kalluru , Sunil Goutham , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-kselftest@vger.kernel.org, linux-parisc@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next v3 07/10] net: marvell: fix typos in comments Message-ID: <326477d4-a04e-4797-93f1-831bfb91ccb4@lunn.ch> References: <20260908052602.27497-1-hemanth.selam@gmail.com> <20260908052602.27497-8-hemanth.selam@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260908_050524_494454_F29F127C X-CRM114-Status: GOOD ( 10.19 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Sep 08, 2026 at 11:05:19AM +0530, Ratheesh Kannoth wrote: > On 2026-09-08 at 10:55:59, Hemanth Selam (hemanth.selam@gmail.com) wrote: > > Fix misspellings in comments, found with scripts/checkpatch.pl using > > the misspelling list in scripts/spelling.txt. Comments only, no code > > changes. > > > > For below files > > > drivers/net/ethernet/marvell/octeontx2/af/npc.h | 4 ++-- > > drivers/net/ethernet/marvell/octeontx2/af/rvu_nix.c | 2 +- > > drivers/net/ethernet/marvell/octeontx2/nic/cn10k.c | 2 +- > > drivers/net/ethernet/marvell/octeontx2/nic/otx2_dcbnl.c | 2 +- > > Reviewed-by: Ratheesh Kannoth For the rest of them: Reviewed-by: Andrew Lunn Andrew