[PATCH] platform/chrome: Fix typo in CROS_USBPD_NOTIFY help text

Keenan Salandy posted 1 patch 2 months, 2 weeks ago
drivers/platform/chrome/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] platform/chrome: Fix typo in CROS_USBPD_NOTIFY help text
Posted by Keenan Salandy 2 months, 2 weeks ago
Correct the misspelling "platorms" to "platforms" in the help text
for the CROS_USBPD_NOTIFY Kconfig option.

Signed-off-by: Keenan Salandy <keenansalandy@gmail.com>
---
 drivers/platform/chrome/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/platform/chrome/Kconfig b/drivers/platform/chrome/Kconfig
index 10941ac37305..2281d6dacc9b 100644
--- a/drivers/platform/chrome/Kconfig
+++ b/drivers/platform/chrome/Kconfig
@@ -286,7 +286,7 @@ config CROS_USBPD_NOTIFY
 	default MFD_CROS_EC_DEV
 	help
 	  If you say Y here, you get support for Type-C PD event notifications
-	  from the ChromeOS EC. On ACPI platorms this driver will bind to the
+	  from the ChromeOS EC. On ACPI platforms this driver will bind to the
 	  GOOG0003 ACPI device, and on platforms which don't have this device it
 	  will get initialized on ECs which support the feature
 	  EC_FEATURE_USB_PD.
-- 
2.49.0
Re: [PATCH] platform/chrome: Fix typo in CROS_USBPD_NOTIFY help text
Posted by Tzung-Bi Shih 2 months, 2 weeks ago
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!