Skip to content

Commit 68b9272

Browse files
ColinIanKingUwe Kleine-König
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]>
1 parent a02b105 commit 68b9272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pwm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -536,7 +536,7 @@ config PWM_PXA
536536
will be called pwm-pxa.
537537

538538
config PWM_RASPBERRYPI_POE
539-
tristate "Raspberry Pi Firwmware PoE Hat PWM support"
539+
tristate "Raspberry Pi Firmware PoE Hat PWM support"
540540
# Make sure not 'y' when RASPBERRYPI_FIRMWARE is 'm'. This can only
541541
# happen when COMPILE_TEST=y, hence the added !RASPBERRYPI_FIRMWARE.
542542
depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)

0 commit comments

Comments
 (0)