diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-06-11 06:17:00 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2010-06-16 12:05:05 -0400 |
commit | 421f91d21ad6f799dc7b489bb33cc560ccc56f98 (patch) | |
tree | aaf9f6385233fdf9277e634603156c89ede7f770 /arch/arm | |
parent | 65155b3708137fabee865dc4da822763c0c41208 (diff) |
fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/mach-msm/acpuclock-arm11.c | 4 | ||||
-rw-r--r-- | arch/arm/mach-u300/gpio.c | 2 | ||||
-rw-r--r-- | arch/arm/plat-s3c24xx/clock.c | 2 | ||||
-rw-r--r-- | arch/arm/plat-samsung/clock.c | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/arch/arm/mach-msm/acpuclock-arm11.c b/arch/arm/mach-msm/acpuclock-arm11.c index af5e85b91d02..f060a3959a75 100644 --- a/arch/arm/mach-msm/acpuclock-arm11.c +++ b/arch/arm/mach-msm/acpuclock-arm11.c | |||
@@ -98,7 +98,7 @@ struct clkctl_acpu_speed { | |||
98 | 98 | ||
99 | /* | 99 | /* |
100 | * ACPU speed table. Complete table is shown but certain speeds are commented | 100 | * ACPU speed table. Complete table is shown but certain speeds are commented |
101 | * out to optimized speed switching. Initalize loops_per_jiffy to 0. | 101 | * out to optimized speed switching. Initialize loops_per_jiffy to 0. |
102 | * | 102 | * |
103 | * Table stepping up/down is optimized for 256mhz jumps while staying on the | 103 | * Table stepping up/down is optimized for 256mhz jumps while staying on the |
104 | * same PLL. | 104 | * same PLL. |
@@ -494,7 +494,7 @@ uint32_t acpuclk_get_switch_time(void) | |||
494 | * Clock driver initialization | 494 | * Clock driver initialization |
495 | *---------------------------------------------------------------------------*/ | 495 | *---------------------------------------------------------------------------*/ |
496 | 496 | ||
497 | /* Initalize the lpj field in the acpu_freq_tbl. */ | 497 | /* Initialize the lpj field in the acpu_freq_tbl. */ |
498 | static void __init lpj_init(void) | 498 | static void __init lpj_init(void) |
499 | { | 499 | { |
500 | int i; | 500 | int i; |
diff --git a/arch/arm/mach-u300/gpio.c b/arch/arm/mach-u300/gpio.c index 5f61fd45a0c8..d92790140fe5 100644 --- a/arch/arm/mach-u300/gpio.c +++ b/arch/arm/mach-u300/gpio.c | |||
@@ -523,7 +523,7 @@ static void gpio_set_initial_values(void) | |||
523 | 523 | ||
524 | /* | 524 | /* |
525 | * Put all pins that are set to either 'GPIO_OUT' or 'GPIO_NOT_USED' | 525 | * Put all pins that are set to either 'GPIO_OUT' or 'GPIO_NOT_USED' |
526 | * to output and 'GPIO_IN' to input for each port. And initalize | 526 | * to output and 'GPIO_IN' to input for each port. And initialize |
527 | * default value on outputs. | 527 | * default value on outputs. |
528 | */ | 528 | */ |
529 | for (i = 0; i < U300_GPIO_NUM_PORTS; i++) { | 529 | for (i = 0; i < U300_GPIO_NUM_PORTS; i++) { |
diff --git a/arch/arm/plat-s3c24xx/clock.c b/arch/arm/plat-s3c24xx/clock.c index 8474d05274bd..931d26d1a54b 100644 --- a/arch/arm/plat-s3c24xx/clock.c +++ b/arch/arm/plat-s3c24xx/clock.c | |||
@@ -43,7 +43,7 @@ | |||
43 | #include <plat/cpu.h> | 43 | #include <plat/cpu.h> |
44 | #include <plat/pll.h> | 44 | #include <plat/pll.h> |
45 | 45 | ||
46 | /* initalise all the clocks */ | 46 | /* initialise all the clocks */ |
47 | 47 | ||
48 | void __init_or_cpufreq s3c24xx_setup_clocks(unsigned long fclk, | 48 | void __init_or_cpufreq s3c24xx_setup_clocks(unsigned long fclk, |
49 | unsigned long hclk, | 49 | unsigned long hclk, |
diff --git a/arch/arm/plat-samsung/clock.c b/arch/arm/plat-samsung/clock.c index 8bf79f3efdfb..90a20512d68d 100644 --- a/arch/arm/plat-samsung/clock.c +++ b/arch/arm/plat-samsung/clock.c | |||
@@ -391,7 +391,7 @@ void __init s3c_disable_clocks(struct clk *clkp, int nr_clks) | |||
391 | (clkp->enable)(clkp, 0); | 391 | (clkp->enable)(clkp, 0); |
392 | } | 392 | } |
393 | 393 | ||
394 | /* initalise all the clocks */ | 394 | /* initialise all the clocks */ |
395 | 395 | ||
396 | int __init s3c24xx_register_baseclocks(unsigned long xtal) | 396 | int __init s3c24xx_register_baseclocks(unsigned long xtal) |
397 | { | 397 | { |