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 832D4EB64DA for ; Wed, 12 Jul 2023 15:51:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232244AbjGLPu7 (ORCPT ); Wed, 12 Jul 2023 11:50:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232034AbjGLPu5 (ORCPT ); Wed, 12 Jul 2023 11:50:57 -0400 Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE6831BD5; Wed, 12 Jul 2023 08:50:56 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689177057; x=1720713057; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=DO1jx8gq45K+lI5vmJb/SxuQtrYbjySZEsUCQY2iMPc=; b=DSJxK5a6tJ0u/44UChisUcAEnXPL5KddIm+DLw/rNaZGlAkPUghrehkr LxCWW+xNC9r0ajQN4Q3JsKwBIpxMsY8tYk4PLc0I1utL2IGrcd9csZtvX Hd+yYT7M/+eV25AzMaCiSgOFqVzZ+Iua8idSBlUhbRGAGMA4sxTJak96W 3F0uRoz4Hi3VYwWrYBm8EZKO5MVo6k1eXEmZ1rkVlMcqHYjaC2LU3Gbgo r5XjYI7KMb8m80D91ZsxMVFEGl/9p9vYEsSlS80GWWW2BJ5OknNz3gOvD 095+z7WkgEL1BzQgb0WnKb8L1e3Incn2kuaVplcebOnyCco/3TqlgPxfC g==; X-IronPort-AV: E=McAfee;i="6600,9927,10769"; a="345238299" X-IronPort-AV: E=Sophos;i="6.01,200,1684825200"; d="scan'208";a="345238299" Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga107.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jul 2023 08:50:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10769"; a="845703363" X-IronPort-AV: E=Sophos;i="6.01,200,1684825200"; d="scan'208";a="845703363" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga004.jf.intel.com with ESMTP; 12 Jul 2023 08:50:54 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qJc7B-002AXE-0V; Wed, 12 Jul 2023 18:50:53 +0300 Date: Wed, 12 Jul 2023 18:50:52 +0300 From: Andy Shevchenko To: Bartosz Golaszewski Cc: Linus Walleij , linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org, Bartosz Golaszewski Subject: Re: [PATCH] gpio: sim: fix a typo in comment Message-ID: References: <20230712100105.105889-1-brgl@bgdev.pl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230712100105.105889-1-brgl@bgdev.pl> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Wed, Jul 12, 2023 at 12:01:05PM +0200, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > It was supposed to say 'for' not 'fo'. Reviewed-by: Andy Shevchenko Perhaps you can you run codespell and fix all problematic places at once? -- With Best Regards, Andy Shevchenko