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 B8C1C2E0413 for ; Thu, 13 Nov 2025 19:51:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763063476; cv=none; b=jqi/jxfkgbX81tLsVy7A8nhCFIIR9FFB0jsT8LEhTCSbKU7JjvrCpteRqE6ASmc+VlUOkFL0/pKWMphTBql6CWrucn1FdtBUpsAwFYPsveDsNgD8FO1Sjgk4ILeiDi1iSf7jxuctAFc/3P960R1i8DTx02JAyfvCDbsoYtYQz7M= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1763063476; c=relaxed/simple; bh=i62EScYWtVQ1Z7R9P0R38h7LgEJm8IOPqaLrXKZ1WCs=; h=Message-ID:Date:MIME-Version:Subject:To:References:From:Cc: In-Reply-To:Content-Type; b=CDGqXk1d9NgyuUOnM+pHBNOa7vJK5CFfjinXSOwBVpkYqxJEx6wuTI9xWDr//yFEbMq0kiEgu/Ah26+/QwsYS4UbrsoCablu8StVkO7H8f3UeElzJbbHjEu3E0ep25l7eqG/AycjUlADxLmaOCzzbQnAknIwxnc9NSsYGFVB3KQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=e0frgItY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="e0frgItY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 3F780C113D0; Thu, 13 Nov 2025 19:51:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1763063476; bh=i62EScYWtVQ1Z7R9P0R38h7LgEJm8IOPqaLrXKZ1WCs=; h=Date:Subject:To:References:From:Cc:In-Reply-To:From; b=e0frgItYAI5XtdF0L99OMBM4gdkWJi1LEh5nXpp0qd9+PpQ/5vvIY2gZMvQnA4sGN HIc5gZqiRqySn0sE7ukTXkgtzk0QWzhrzPlqxlhgmMUqQE+rgwa+xHiWlWahJv7KpL zc+6wasnAxQnxpQbTS9xZPSGRh6x8jEYwRTKpnFkG2Xhn80wrU91y1woRPIf4P+ENJ xb0dPTXpUQAwEqXK5XqLb/jwwKjUVx18H8BoquMZIzjexWfZIYcJK1RxhWuaVxpUKI 6E8TURg8qb9fdl8Sl7gC0D4+VuA2bgYyZ1cX7SGbepGdYHv1r44s6mcPPhij5VUkeG WlZ6rLHZtCiqA== Message-ID: <4bbfc2ae-2776-485e-8d6f-8f3dbd3f0591@kernel.org> Date: Thu, 13 Nov 2025 20:51:11 +0100 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: PATCH: Fix typo recommand in comment To: Haoran lee <470658536@qq.com> References: From: Christophe Leroy Content-Language: fr-FR Cc: maddy@linux.ibm.com, npiggin@gmail.com, linux-kernel@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, mpe@ellerman.id.au In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Le 01/10/2025 à 16:42, Haoran lee a écrit : > [Vous ne recevez pas souvent de courriers de 470658536@qq.com. D?couvrez pourquoi ceci est important ? https://aka.ms/LearnAboutSenderIdentification ] > > From e949fa326c98953fda200fe92c108fa71e334715 Mon Sep 17 00:00:00 2001 > From: Haoran Lee <470658536@qq.com> > Date: Wed, 15 Oct 2025 10:18:52 +0000 > Subject: [PATCH] powerpc/smu: Fix typo "recommand" in comment > > The word "recommand" is incorrect. The correct spelling is "recommend". > > Fix the typo in the comment in arch/powerpc/include/asm/smu.h. Why is it important to correct that as a standalone change ? If someone reads the text, do you think he/she won't understand the word because of letter 'a' instead of 'e', allthought the prononciation is likely the same ? Do you think it is worst the cost of handling a patch like this ? Christophe > > Signed-off-by: Haoran Lee <470658536@qq.com> > --- > arch/powerpc/include/asm/smu.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/powerpc/include/asm/smu.h b/arch/powerpc/include/asm/smu.h > index 2ac6ab903023..23b4ed8b4399 100644 > --- a/arch/powerpc/include/asm/smu.h > +++ b/arch/powerpc/include/asm/smu.h > @@ -667,7 +667,7 @@ extern struct smu_sdbp_header *smu_sat_get_sdb_partition(unsigned int sat_id, > * file is opened. poll() isn't implemented yet. The reply will consist > * of a header as well, followed by the reply data if any. You should > * always provide a buffer large enough for the maximum reply data, I > - * recommand one page. > + * recommend one page. > * > * It is illegal to send SMU commands through a file descriptor configured > * for events reception > -- > 2.48.1 > >