Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arch/arm/: Spelling fixes

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

authored by

Joe Perches and committed by
Adrian Bunk
87b9bcd5 7c4a52eb

+3 -3
+1 -1
arch/arm/mach-pxa/corgi_ssp.c
··· 32 32 /* 33 33 * There are three devices connected to the SSP interface: 34 34 * 1. A touchscreen controller (TI ADS7846 compatible) 35 - * 2. An LCD contoller (with some Backlight functionality) 35 + * 2. An LCD controller (with some Backlight functionality) 36 36 * 3. A battery monitoring IC (Maxim MAX1111) 37 37 * 38 38 * Each device uses a different speed/mode of communication.
+1 -1
arch/arm/mach-sa1100/collie_pm.c
··· 165 165 166 166 ucb1x00_adc_enable(ucb); 167 167 ucb1x00_io_write(ucb, COLLIE_TC35143_GPIO_TMP_ON, 0); 168 - /* >1010 = battery removed, 460 = 22C ?, higer = lower temp ? */ 168 + /* >1010 = battery removed, 460 = 22C ?, higher = lower temp ? */ 169 169 voltage = ucb1x00_adc_read(ucb, UCB_ADC_INP_AD0, UCB_SYNC); 170 170 ucb1x00_io_write(ucb, 0, COLLIE_TC35143_GPIO_TMP_ON); 171 171 ucb1x00_adc_disable(ucb);
+1 -1
arch/arm/plat-s3c24xx/irq.c
··· 47 47 * Mark IRQ_LCD valid 48 48 * 49 49 * 25-Jul-2005 Ben Dooks 50 - * Split the S3C2440 IRQ code to seperate file 50 + * Split the S3C2440 IRQ code to separate file 51 51 */ 52 52 53 53 #include <linux/init.h>