[U-Boot] [PATCH 00/10] Kconfig: spelling fixes

These were found automatically with codespell. Codespell is fairly conservative about false positives so there are likely more errors but these are the low hanging fruit.
These patches should all be self-contained so subsystem/board maintainers can pick them up at will.
Chris Packham (10): Kconfig: fix spelling common: spl: Kconfig: spelling fixes arm: Kconfig: spelling fixes x86: Kconfig: spelling fixes work_92105: Kconfig: spelling fixes drivers: Kconfig: spelling fixes i2c: Kconfig: spelling fixes pinctrl: Kconfig: spelling fixes video: Kconfig: spelling fixes lib: Kconfig: spelling fixes
Kconfig | 2 +- arch/arm/mach-bcm283x/Kconfig | 10 +++++----- arch/x86/cpu/qemu/Kconfig | 2 +- arch/x86/cpu/quark/Kconfig | 2 +- board/work-microwave/work_92105/Kconfig | 2 +- common/spl/Kconfig | 2 +- drivers/core/Kconfig | 2 +- drivers/i2c/Kconfig | 8 ++++---- drivers/pinctrl/Kconfig | 2 +- drivers/video/rockchip/Kconfig | 2 +- lib/Kconfig | 4 ++-- 11 files changed, 19 insertions(+), 19 deletions(-)

Signed-off-by: Chris Packham judge.packham@gmail.com ---
Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Kconfig b/Kconfig index aff7b2e00a05..a078f7b1b667 100644 --- a/Kconfig +++ b/Kconfig @@ -213,7 +213,7 @@ config PHYS_64BIT help Say Y here to support 64bit physical memory address. This can be used not only for 64bit SoCs, but also for - large physical address extention on 32bit SoCs. + large physical address extension on 32bit SoCs.
config BUILD_ROM bool "Build U-Boot as BIOS replacement"

On Sun, 13 Jan 2019 at 02:13, Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, Jan 13, 2019 at 10:13:19PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
common/spl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/spl/Kconfig b/common/spl/Kconfig index 35472f4a921c..4fbd7fbd8a3a 100644 --- a/common/spl/Kconfig +++ b/common/spl/Kconfig @@ -608,7 +608,7 @@ config SPL_PAYLOAD default "tpl/u-boot-with-tpl.bin" if TPL default "u-boot.bin" help - Payload for SPL boot. For backward compability, default to + Payload for SPL boot. For backward compatibility, default to u-boot.bin, i.e. RAW image without any header. In case of TPL, tpl/u-boot-with-tpl.bin. For new boards, suggest to use u-boot.img.

On Sun, 13 Jan 2019 at 02:14, Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
common/spl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, Jan 13, 2019 at 10:13:20PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
arch/arm/mach-bcm283x/Kconfig | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/arch/arm/mach-bcm283x/Kconfig b/arch/arm/mach-bcm283x/Kconfig index 821caedbf7a7..3eb5a9a897b1 100644 --- a/arch/arm/mach-bcm283x/Kconfig +++ b/arch/arm/mach-bcm283x/Kconfig @@ -41,7 +41,7 @@ config TARGET_RPI support BCM2836/BCM2837-based Raspberry Pis such as the RPi 2 and RPi 3 due to different peripheral address maps.
- This option creates a build targetting the ARM1176 ISA. + This option creates a build targeting the ARM1176 ISA. select BCM2835
config TARGET_RPI_0_W @@ -57,7 +57,7 @@ config TARGET_RPI_0_W This is required for U-Boot to operate correctly, even if you only care about the HDMI/usbkbd console.
- This option creates a build targetting the ARMv7/AArch32 ISA. + This option creates a build targeting the ARMv7/AArch32 ISA. select BCM2835
config TARGET_RPI_2 @@ -80,7 +80,7 @@ config TARGET_RPI_2 arm_loader: emmc clock depends on core clock See: https://github.com/raspberrypi/firmware/issues/572".
- This option creates a build targetting the ARMv7/AArch32 ISA. + This option creates a build targeting the ARMv7/AArch32 ISA. select BCM2836
config TARGET_RPI_3_32B @@ -96,7 +96,7 @@ config TARGET_RPI_3_32B required for U-Boot to operate correctly, even if you only care about the HDMI/usbkbd console.
- This option creates a build targetting the ARMv7/AArch32 ISA. + This option creates a build targeting the ARMv7/AArch32 ISA. select BCM2837_32B
config TARGET_RPI_3 @@ -124,7 +124,7 @@ config TARGET_RPI_3 duplicated here. The VC FW enhancement is tracked in https://github.com/raspberrypi/firmware/issues/579.
- This option creates a build targetting the ARMv8/AArch64 ISA. + This option creates a build targeting the ARMv8/AArch64 ISA. select BCM2837_64B
endchoice

On Sun, Jan 13, 2019 at 10:13:21PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
arch/x86/cpu/qemu/Kconfig | 2 +- arch/x86/cpu/quark/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/x86/cpu/qemu/Kconfig b/arch/x86/cpu/qemu/Kconfig index fdf558d66077..f8f2f6473088 100644 --- a/arch/x86/cpu/qemu/Kconfig +++ b/arch/x86/cpu/qemu/Kconfig @@ -28,7 +28,7 @@ config ACPI_PM1_BASE hex default 0xe400 help - ACPI Power Managment 1 (PM1) i/o-mapped base address. + ACPI Power Management 1 (PM1) i/o-mapped base address. This device is defined in ACPI specification, with 16 bytes in size.
endif diff --git a/arch/x86/cpu/quark/Kconfig b/arch/x86/cpu/quark/Kconfig index 3a18cb0dfc60..430cce184d42 100644 --- a/arch/x86/cpu/quark/Kconfig +++ b/arch/x86/cpu/quark/Kconfig @@ -84,7 +84,7 @@ config ACPI_PM1_BASE hex default 0x1000 help - ACPI Power Managment 1 (PM1) i/o-mapped base address. + ACPI Power Management 1 (PM1) i/o-mapped base address. This device is defined in ACPI specification, with 16 bytes in size.
config ACPI_PBLK_BASE

On Sun, 13 Jan 2019 at 02:14, Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
arch/x86/cpu/qemu/Kconfig | 2 +- arch/x86/cpu/quark/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, Jan 13, 2019 at 10:13:22PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
board/work-microwave/work_92105/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/board/work-microwave/work_92105/Kconfig b/board/work-microwave/work_92105/Kconfig index 32632f5ab529..380e2dfc2419 100644 --- a/board/work-microwave/work_92105/Kconfig +++ b/board/work-microwave/work_92105/Kconfig @@ -10,7 +10,7 @@ config SYS_CONFIG_NAME default "work_92105"
config CMD_HD44760 - bool "Enable 'hd44780' LCD-control comand" + bool "Enable 'hd44780' LCD-control command" help This controls the LCD driver.

On Sun, Jan 13, 2019 at 10:13:23PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
drivers/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig index 046b87a33375..ddf2fb3fb828 100644 --- a/drivers/core/Kconfig +++ b/drivers/core/Kconfig @@ -232,7 +232,7 @@ config OF_ISA_BUS Is this option is enabled then support for the ISA bus will be included for addresses read from DT. This is something that should be known to be required or not based upon the board - being targetted, and whether or not it makes use of an ISA bus. + being targeted, and whether or not it makes use of an ISA bus.
The bus is matched based upon its node name equalling "isa". The busses #address-cells should equal 2, with the first cell being

On Sun, 13 Jan 2019 at 02:14, Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
drivers/core/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, Jan 13, 2019 at 10:13:24PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
drivers/i2c/Kconfig | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig index 1ef22e6bcde2..838500707071 100644 --- a/drivers/i2c/Kconfig +++ b/drivers/i2c/Kconfig @@ -157,9 +157,9 @@ config SYS_I2C_MESON config SYS_I2C_MXC bool "NXP MXC I2C driver" help - Add support for the NXP I2C driver. This supports upto for bus - channels and operating on standard mode upto 100 kbits/s and fast - mode upto 400 kbits/s. + Add support for the NXP I2C driver. This supports up to four bus + channels and operating on standard mode up to 100 kbits/s and fast + mode up to 400 kbits/s.
if SYS_I2C_MXC config SYS_I2C_MXC_I2C1 @@ -363,7 +363,7 @@ config SYS_I2C_ROCKCHIP help Add support for the Rockchip I2C driver. This is used with various Rockchip parts such as RK3126, RK3128, RK3036 and RK3288. All chips - have several I2C ports and all are provided, controled by the + have several I2C ports and all are provided, controlled by the device tree.
config SYS_I2C_SANDBOX

On Sun, Jan 13, 2019 at 10:13:25PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
drivers/pinctrl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/Kconfig b/drivers/pinctrl/Kconfig index 30a6aa6ee8eb..fb441b3bf1bc 100644 --- a/drivers/pinctrl/Kconfig +++ b/drivers/pinctrl/Kconfig @@ -146,7 +146,7 @@ config PINCTRL_PIC32 Supports individual pin selection and configuration for each remappable peripheral available on Microchip PIC32 SoCs. This driver is controlled by a device tree node which - contains both GPIO defintion and pin control functions. + contains both GPIO definition and pin control functions.
config PINCTRL_QCA953X bool "QCA/Athores qca953x pin control driver"

On Sun, 13 Jan 2019 at 02:14, Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
drivers/pinctrl/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, Jan 13, 2019 at 10:13:26PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
drivers/video/rockchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/video/rockchip/Kconfig b/drivers/video/rockchip/Kconfig index b1d7c62fcade..10182d0b66c6 100644 --- a/drivers/video/rockchip/Kconfig +++ b/drivers/video/rockchip/Kconfig @@ -65,6 +65,6 @@ config DISPLAY_ROCKCHIP_MIPI help This enables Mobile Industry Processor Interface(MIPI) display support. The mipi controller and dphy on rk3288& rk3399 support - 16,18, 24 bits per pixel with upto 2k resolution ratio. + 16,18, 24 bits per pixel with up to 2k resolution ratio.
endif

On Sun, 13 Jan 2019 22:13:27 +1300 Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
Reviewed-by: Anatolij Gustschin agust@denx.de
-- Anatolij

On 13.01.2019, at 10:13, Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Strictly speaking the “commit message” (i.e. anything beyond the summary line) is missing, even as this is a trivial fix…

On Mon, Jan 14, 2019 at 11:00 PM Philipp Tomsich philipp.tomsich@theobroma-systems.com wrote:
On 13.01.2019, at 10:13, Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Strictly speaking the “commit message” (i.e. anything beyond the summary line) is missing, even as this is a trivial fix…
I struggled to come up with anything that wasn't either repeating the headline or the actual code change. If you really want it I can send a v2 with some more words.

On Sun, Jan 13, 2019 at 10:13:27PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com Reviewed-by: Anatolij Gustschin agust@denx.de Reviewed-by: Philipp Tomsich philipp.tomsich@theobroma-systems.com
Applied to u-boot/master, thanks!

Signed-off-by: Chris Packham judge.packham@gmail.com ---
lib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lib/Kconfig b/lib/Kconfig index 0333ab172fa6..366d164cd760 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -147,7 +147,7 @@ config SPL_TINY_MEMSET The faster memset() is the arch-specific one (if available) enabled by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get better performance by writing a word at a time. But in very - size-constrained envrionments even this may be too big. Enable this + size-constrained environments even this may be too big. Enable this option to reduce code size slightly at the cost of some speed.
config TPL_TINY_MEMSET @@ -156,7 +156,7 @@ config TPL_TINY_MEMSET The faster memset() is the arch-specific one (if available) enabled by CONFIG_USE_ARCH_MEMSET. If that is not enabled, we can still get better performance by writing a word at a time. But in very - size-constrained envrionments even this may be too big. Enable this + size-constrained environments even this may be too big. Enable this option to reduce code size slightly at the cost of some speed.
config RBTREE

On Sun, 13 Jan 2019 at 02:14, Chris Packham judge.packham@gmail.com wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
lib/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Sun, Jan 13, 2019 at 10:13:28PM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com Reviewed-by: Simon Glass sjg@chromium.org
Applied to u-boot/master, thanks!
participants (5)
-
Anatolij Gustschin
-
Chris Packham
-
Philipp Tomsich
-
Simon Glass
-
Tom Rini