]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: power: pmic: fix typo
authorJohan Jonker <jbx6244@gmail.com>
Tue, 9 Jun 2026 01:25:11 +0000 (03:25 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 25 Jun 2026 20:06:18 +0000 (14:06 -0600)
While restyling Kconfig the script checkpatch.pl gives
this info:

WARNING: 'refered' may be misspelled - perhaps 'referred'?

Fix by changing 'refered' to 'referred'.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
drivers/power/pmic/Kconfig

index 5bc14842e666e91ed0fc4bfd2d0a5864900b6953..8504ae2b07963e64687503acd431e14c6b645ab7 100644 (file)
@@ -376,7 +376,7 @@ config DM_PMIC_TPS80031
        This config enables implementation of driver-model pmic uclass features
        for TPS80031/TPS80032 PMICs. The driver implements read/write operations.
        This is a Power Management IC with a decent set of peripherals from which
-       5 Buck Converters refered as Switched-mode power supply (SMPS), 11 General-
+       5 Buck Converters referred as Switched-mode power supply (SMPS), 11 General-
        Purpose Low-Dropout Voltage Regulators (LDO), USB OTG Module, Real-Time
        Clock (RTC) with Timer and Alarm Wake-Up, Two Digital PWM Outputs and more
        with I2C Compatible Interface. PMIC occupies 4 I2C addresses.