From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH v2] net: ethernet: Drop unnecessary continue Date: Wed, 07 Mar 2018 12:01:47 -0500 (EST) Message-ID: <20180307.120147.195464731584241423.davem@davemloft.net> References: <20180303161456.GA20194@seema-Inspiron-15-3567> <20180307.103901.1771176275743006915.davem@davemloft.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: jdmason@kudzu.us, jakub.kicinski@netronome.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, oss-drivers@netronome.com, outreachy-kernel@googlegroups.com To: arushisinghal19971997@gmail.com Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Arushi Singhal Date: Wed, 7 Mar 2018 22:22:13 +0530 > Yes I know it's for the inner loop. > But I am not able to find, where I am wrong here You are making what is essentially a nop change to a piece of code, which if you had instead read carefully would have instead inspired you to fix a real genuine bug instead.