From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] ethdev: fix a typo Date: Mon, 25 Mar 2019 15:29:10 +0100 Message-ID: <3378426.goBovEbrZ8@xps> References: <20190322151753.6345-1-ramirose@gmail.com> <4ad956d8-597e-93f8-8318-f5a45c1cf8f1@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Rami Rosen , dev@dpdk.org, konstantin.ananyev@intel.com, arybchenko@solarflare.com, stable@dpdk.org, John McNamara To: Ferruh Yigit Return-path: In-Reply-To: <4ad956d8-597e-93f8-8318-f5a45c1cf8f1@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 25/03/2019 15:16, Ferruh Yigit: > On 3/22/2019 3:17 PM, Rami Rosen wrote: > > This patch fixes a trivial typo in rte_ethdev.h. > > retieve=>retrieve > > > > Fixes: 80a1deb4c77a ("ethdev: add API to retrieve queue information") > > Cc: stable@dpdk.org > > > > Signed-off-by: Rami Rosen > > Reviewed-by: Ferruh Yigit > Applied to dpdk-next-net/master, thanks. > > > It is great to have these fixes, but I wonder if there is a way to get them > fixed as a bunch, can running a spell check utility on the DPDK and fix all > existing typos in one go help? Any idea? > > cc'ed John & Thomas, > Does it make sense to run something periodical, like before each release, run > spellcheck and fix the typos for whole code? Yes, it would make sense. We can also add more spell checkers as part of checkpatch.