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 03499C05027 for ; Wed, 8 Feb 2023 07:33:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231161AbjBHHdJ (ORCPT ); Wed, 8 Feb 2023 02:33:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55562 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229827AbjBHHdH (ORCPT ); Wed, 8 Feb 2023 02:33:07 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B9EE360B2; Tue, 7 Feb 2023 23:33:05 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 9BC3C614CC; Wed, 8 Feb 2023 07:33:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id D1480C433EF; Wed, 8 Feb 2023 07:33:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1675841584; bh=USNCS1tegjEH4VA3lC0DHgJkn0Q3PdFrpSVUUwFkX3Q=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=fsI0bglPbPEsPBJZYj73ZKIpq2XCC7AYmYRz6oHff/Sj3oiIpudb6eNb089GN7m7F sFUaros6Lx6U9/5L1Jc2TCfnzF4VqNKOwwRsCxg1qAkW71GjoHrM1SaYyxN0wUfG1v 3cIhqwfBmYJby0JEC3vLVpx++qVMc2f1a1lggvc6KJvY/aXtLZ5m7JsPoXiOJ0GuHT LcHM36odNzKDjsKENOQCeVQX+mMUKN5w1LR9scgRs+psmCYVEQfA6awdW9AAEWMk+L jNyY1DDSjcpBwrGcYM8z0aI8OINTkWq4lFr9KPy9iMBUz8CFbuOMgtSEipjalmxPcw Vzz/NE4UP5o4g== Date: Wed, 8 Feb 2023 15:33:00 +0800 From: Tzung-Bi Shih To: Colin Ian King Cc: Prashant Malani , Benson Leung , Guenter Roeck , chrome-platform@lists.linux.dev, kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH][next] platform/chrome: Fix spelling mistake "Attenetion" -> "attention" Message-ID: References: <20230207091443.143995-1-colin.i.king@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230207091443.143995-1-colin.i.king@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Prashant, On Tue, Feb 07, 2023 at 09:14:43AM +0000, Colin Ian King wrote: > There is a spelling mistake in a dev_warn message, make it lower case > and fix the spelling. > > Signed-off-by: Colin Ian King It's about time to cut for the coming merge window. I guess you would like this simple patch to be included as a fixup for f54c013e7eef ("platform/chrome: cros_typec_vdm: Add Attention support"). Please apply the patch if it makes sense. One minor suggestion for the commit title: "platform/chrome: cros_ec_typec: Fix spelling mistake" looks more clear to me. With that: Reviewed-by: Tzung-Bi Shih