From 08fc979a61aff7ede01a89d2b68b86128af64361 Mon Sep 17 00:00:00 2001 From: Johan Jonker Date: Tue, 9 Jun 2026 03:25:11 +0200 Subject: Kconfig: power: pmic: fix typo 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 Reviewed-by: Tom Rini --- drivers/power/pmic/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig index 5bc14842e66..8504ae2b079 100644 --- a/drivers/power/pmic/Kconfig +++ b/drivers/power/pmic/Kconfig @@ -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. -- cgit v1.3.1 From d20d285cf0b72347b7ba37694272206865d86824 Mon Sep 17 00:00:00 2001 From: Johan Jonker Date: Tue, 9 Jun 2026 03:25:28 +0200 Subject: Kconfig: themal: fix typo While restyling Kconfig the script checkpatch.pl gives this info: WARNING: Possible repeated word: 'for' Fix by changing 'for for' to 'for'. Signed-off-by: Johan Jonker Reviewed-by: Tom Rini --- drivers/thermal/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers') diff --git a/drivers/thermal/Kconfig b/drivers/thermal/Kconfig index 33a82ca3bf1..0015dec1062 100644 --- a/drivers/thermal/Kconfig +++ b/drivers/thermal/Kconfig @@ -47,7 +47,7 @@ config RCAR_GEN3_THERMAL config TI_DRA7_THERMAL bool "Temperature sensor driver for TI dra7xx SOCs" help - Enable thermal support for for the Texas Instruments DRA752 SoC family. + Enable thermal support for the Texas Instruments DRA752 SoC family. The driver supports reading CPU temperature. config TI_LM74_THERMAL -- cgit v1.3.1 From 2ffe9687013b615a6053e3a85080433626c6f3b5 Mon Sep 17 00:00:00 2001 From: Johan Jonker Date: Tue, 9 Jun 2026 03:25:43 +0200 Subject: Kconfig: misc: add empty line Restyle by adding an empty line between configs. Signed-off-by: Johan Jonker Reviewed-by: Tom Rini --- drivers/misc/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers') diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index ea785793d18..0b52515c700 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -647,6 +647,7 @@ config IHS_FPGA gdsys devices, which supply the majority of the functionality offered by the devices. This driver supports both CON and CPU variants of the devices, depending on the device tree entry. + config ESM_K3 bool "Enable K3 ESM driver" depends on ARCH_K3 -- cgit v1.3.1