From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Packham Date: Sun, 13 Jan 2019 22:13:18 +1300 Subject: [U-Boot] [PATCH 00/10] Kconfig: spelling fixes Message-ID: <20190113091328.27164-1-judge.packham@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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(-) -- 2.20.1