From: Colin Ian King Date: Thu, 24 Jul 2025 10:41:48 +0000 (+0100) Subject: pwm: raspberrypi-poe: Fix spelling mistake "Firwmware" -> "Firmware" X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68b9272ca7ac948b71aba482ef8244dee8032f46;p=thirdparty%2Flinux.git pwm: raspberrypi-poe: Fix spelling mistake "Firwmware" -> "Firmware" There is a spelling mistake in the PWM_RASPBERRYPI_POE Kconfig, fix it. Signed-off-by: Colin Ian King Link: https://lore.kernel.org/r/20250724104148.139559-1-colin.i.king@gmail.com Signed-off-by: Uwe Kleine-König --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index 64f1c86340fdc..f00ce973dddf6 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -536,7 +536,7 @@ config PWM_PXA will be called pwm-pxa. config PWM_RASPBERRYPI_POE - tristate "Raspberry Pi Firwmware PoE Hat PWM support" + tristate "Raspberry Pi Firmware PoE Hat PWM support" # Make sure not 'y' when RASPBERRYPI_FIRMWARE is 'm'. This can only # happen when COMPILE_TEST=y, hence the added !RASPBERRYPI_FIRMWARE. depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)