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 52045C4167B for ; Tue, 12 Dec 2023 21:19:18 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377553AbjLLVTJ (ORCPT ); Tue, 12 Dec 2023 16:19:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231239AbjLLVTI (ORCPT ); Tue, 12 Dec 2023 16:19:08 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0A260B3 for ; Tue, 12 Dec 2023 13:19:15 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4EFDEC433C7; Tue, 12 Dec 2023 21:19:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1702415954; bh=UE+yk/wIEl5wqTBJpUbWv1HkRygo21oZdxRRyi/EhrI=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=H/K47aIfEEuRNHrLpUMSyNEnAGQYxLJnM1AMgiIGdbC6hqsgIeVFHeyUXQNw5Wuwh 5nuZP64+NqcK2CJa/ZC1io3MoXFKJEVVLH22VGqiwImc+Y1NYvL/YIOJd6ih7Hxg8a is6tQy4YM0ar068Fqr3zkEzQ9QRijEiR2TbzuSYjREwH+SPYE6aJfl2Z0J8GfaTP3r 1OfchR4GTjE5wPyWxh49c5+OPajoKOVc3kFH1sWrKfM7MyO0SELHN3ijgk5mBd7glt nxCdht3kK2opR3r/d7zRNdCDhG69ccYPBplKxGR2P28lwBCCT092vYjVhnEcucayir w93GXlJ6Ag2Yw== Date: Tue, 12 Dec 2023 13:19:13 -0800 From: Jakub Kicinski To: Simon Horman Cc: Colin Ian King , Tariq Toukan , "David S . Miller" , Eric Dumazet , Paolo Abeni , netdev@vger.kernel.org, linux-rdma@vger.kernel.org, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] mlx4: Fix spelling mistake: "mape" -> "map" Message-ID: <20231212131913.4195bc38@kernel.org> In-Reply-To: <20231212203043.GF5817@kernel.org> References: <20231209225135.4055334-1-colin.i.king@gmail.com> <20231212203043.GF5817@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 12 Dec 2023 20:30:43 +0000 Simon Horman wrote: > On Sat, Dec 09, 2023 at 10:51:35PM +0000, Colin Ian King wrote: > > There is a spelling mistake in a mlx4_err error message. Fix it. > > > > Signed-off-by: Colin Ian King > > Hi Colin, > > I am guessing that you are focusing on error messages and other user-facing > spelling errors (perhaps you told me f2f in the hallway track at Kernel > Recipes). But I do wonder if you have plans to address other spelling > errors in this driver. codespell flags many, including 'segements' in a > comment in the same file. It'd be great to fix all the codespell issues with one path, IMO. -- pw-bot: cr