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 8277D282F5; Wed, 23 Jul 2025 23:11:50 +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=1753312310; cv=none; b=Di3saR3NkuC8mErYqZO/8kxAjWJnzAiWUu3fyHUVYqdCg/qnyxTORuSDsigQnLd1vwmTuW7DAWiQ1ApPBZutedxdITAu/L14wWkiOab5ZGLrmPT2/mVoDSPEPIcJ2IhCGZne+ilmtfVeZO53ubgHyGN1Oj3lOYTj2kCJ7NcvIiU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1753312310; c=relaxed/simple; bh=hxXOHQqRKduiI/O4cWjz4zZNBqHGKPWgQrt6WqgJVsg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=RCQYwIr23/T8izOAydIQPGxEUKEZTNb3WuPQ8Z93IRlYjeReLR2GOqUSUl/AUNg383cHeh+SOOJ1iD0sC39xhB1ryprF/CUL9/XFhvAKWIdMdkZ1RccmnxemqBhxB3R5nAwCqSVeYRqIdGE8WywNqP2EP2uP9Tw+WJjBInJxmJc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=j8lKkAZU; 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="j8lKkAZU" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 26D72C4CEE7; Wed, 23 Jul 2025 23:11:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1753312310; bh=hxXOHQqRKduiI/O4cWjz4zZNBqHGKPWgQrt6WqgJVsg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=j8lKkAZUxpf2wgw1t0sjB8Lv2f+qsaRlWF6HYLl9zVkJueclCghQ1CNe0JrsGuflx 2O+J2exAep0yEMDfzk2yyxum7Kqkdy7DACeJl9HftzQ6VtkLYF/5EPet3h545WoB2O YvdUJQBZ40wAu+Mh6PCHVC2grLScvxuj5TD/lXfEjhOE4ZFS1hzYYRsmb6JJb7dfK+ gNRglIP898V4lvbVFnxZgRLHWcbPKZUGQquHyAwrmrfvmMMlZFSTNF76hZrcoVk1tb kLOBWvysy2wLImnyWuMxR2+Gjf3qRdzPE9dMuU+jYR7VqOd+sKE7fyA/ECaXJI462N f8rFF+s0KJJ9A== Date: Wed, 23 Jul 2025 23:11:47 +0000 From: Tzung-Bi Shih To: Keenan Salandy Cc: bleung@chromium.org, chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org, trivial@kernel.org Subject: Re: [PATCH] platform/chrome: Fix typo in CROS_USBPD_NOTIFY help text Message-ID: References: <20250723140930.1443-1-keenansalandy@gmail.com> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20250723140930.1443-1-keenansalandy@gmail.com> On Wed, Jul 23, 2025 at 10:09:30AM -0400, Keenan Salandy wrote: > Correct the misspelling "platorms" to "platforms" in the help text > for the CROS_USBPD_NOTIFY Kconfig option. > Applied to https://git.kernel.org/pub/scm/linux/kernel/git/chrome-platform/linux.git for-next [1/1] platform/chrome: Fix typo in CROS_USBPD_NOTIFY help text commit: cc2d5b72b13b3af2b9b4bed3d5dfd0de14414230 Thanks!