From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BB1721BDD2; Wed, 4 Oct 2023 20:41:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="atmaCxJF" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 650C3C433C8; Wed, 4 Oct 2023 20:41:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1696452068; bh=72lPpExPa7/l8tL0qUn7j7l+TWc7n+AL+YkQK0hH4Rs=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=atmaCxJFjkuoGabbdB9Yr5oZJNjn/Bdzqi3HITjYF6aqnSMDpHMH5bfp99hp4hu9S ZLej3ZVqDIlgcOCVWEh/z1TfL0JlJy7ejY/tVkUEWh1lkzML859fY26D21NbzrJ6oS mZcJ+vs7HWLQWYMCkiilFAeuUE/i91yUMQRGVUSmATPRArfZ/68UMXOIcLCjXFgITR wVUTJ633op4v50sGt+9IYH/R3RFQhOsfrKs39O9GDD2IyBBuYeIH5PxlHeeAI3bdao DlShNOOgHT0wJGGHJbTENeMzo8Da3kPKTYi2A+7IvcTnZxvavLahGW7enZIs7mVro3 9tzhl8wqhc7fQ== Date: Wed, 4 Oct 2023 13:41:06 -0700 From: Jakub Kicinski To: Radhey Shyam Pandey Cc: , , , , , , , , , , , , , , "Sarath Babu Naidu Gaddam" Subject: Re: [PATCH net-next v7 2/3] net: axienet: Preparatory changes for dmaengine support Message-ID: <20231004134106.7779c29c@kernel.org> In-Reply-To: <1695843151-1919509-3-git-send-email-radhey.shyam.pandey@amd.com> References: <1695843151-1919509-1-git-send-email-radhey.shyam.pandey@amd.com> <1695843151-1919509-3-git-send-email-radhey.shyam.pandey@amd.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Thu, 28 Sep 2023 01:02:30 +0530 Radhey Shyam Pandey wrote: > */ > -static int axienet_open(struct net_device *ndev) > + nit: spurious new line > +static inline int axienet_init_legacy_dma(struct net_device *ndev) nit: no need for the inline, it has one caller and isn't on the fast path