Skip to content

Commit 421f91d

Browse files
Uwe Kleine-KönigJiri Kosina
authored andcommitted
fix typos concerning "initiali[zs]e"
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent 65155b3 commit 421f91d

File tree

66 files changed

+90
-90
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+90
-90
lines changed

arch/arm/mach-msm/acpuclock-arm11.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ struct clkctl_acpu_speed {
9898

9999
/*
100100
* 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.
102102
*
103103
* Table stepping up/down is optimized for 256mhz jumps while staying on the
104104
* same PLL.
@@ -494,7 +494,7 @@ uint32_t acpuclk_get_switch_time(void)
494494
* Clock driver initialization
495495
*---------------------------------------------------------------------------*/
496496

497-
/* Initalize the lpj field in the acpu_freq_tbl. */
497+
/* Initialize the lpj field in the acpu_freq_tbl. */
498498
static void __init lpj_init(void)
499499
{
500500
int i;

arch/arm/mach-u300/gpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ static void gpio_set_initial_values(void)
523523

524524
/*
525525
* 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
527527
* default value on outputs.
528528
*/
529529
for (i = 0; i < U300_GPIO_NUM_PORTS; i++) {

arch/arm/plat-s3c24xx/clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
#include <plat/cpu.h>
4444
#include <plat/pll.h>
4545

46-
/* initalise all the clocks */
46+
/* initialise all the clocks */
4747

4848
void __init_or_cpufreq s3c24xx_setup_clocks(unsigned long fclk,
4949
unsigned long hclk,

arch/arm/plat-samsung/clock.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ void __init s3c_disable_clocks(struct clk *clkp, int nr_clks)
391391
(clkp->enable)(clkp, 0);
392392
}
393393

394-
/* initalise all the clocks */
394+
/* initialise all the clocks */
395395

396396
int __init s3c24xx_register_baseclocks(unsigned long xtal)
397397
{

arch/h8300/kernel/timer/itu.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ void __init h8300_timer_setup(void)
7373

7474
setup_irq(ITUIRQ, &itu_irq);
7575

76-
/* initalize timer */
76+
/* initialize timer */
7777
ctrl_outb(0, TSTR);
7878
ctrl_outb(CCLR0 | div, ITUBASE + TCR);
7979
ctrl_outb(0x01, ITUBASE + TIER);

arch/h8300/kernel/timer/timer16.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ void __init h8300_timer_setup(void)
6868

6969
setup_irq(_16IRQ, &timer16_irq);
7070

71-
/* initalize timer */
71+
/* initialize timer */
7272
ctrl_outb(0, TSTR);
7373
ctrl_outb(CCLR0 | div, _16BASE + TCR);
7474
ctrl_outw(cnt, _16BASE + GRA);

arch/h8300/kernel/timer/timer8.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ void __init h8300_timer_setup(void)
9494
ctrl_bclr(0, MSTPCRL)
9595
#endif
9696

97-
/* initalize timer */
97+
/* initialize timer */
9898
ctrl_outw(cnt, _8BASE + TCORA);
9999
ctrl_outw(0x0000, _8BASE + _8TCSR);
100100
ctrl_outw((CMIEA|CCLR_CMA|CKS2) << 8 | div,

arch/ia64/kvm/kvm-ia64.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1234,7 +1234,7 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
12341234
p_ctx->cr[2] = (unsigned long)kvm_vmm_info->vmm_ivt;
12351235
p_ctx->cr[8] = 0x3c;
12361236

1237-
/*Initilize region register*/
1237+
/*Initialize region register*/
12381238
p_ctx->rr[0] = 0x30;
12391239
p_ctx->rr[1] = 0x30;
12401240
p_ctx->rr[2] = 0x30;
@@ -1243,7 +1243,7 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
12431243
p_ctx->rr[5] = 0x30;
12441244
p_ctx->rr[7] = 0x30;
12451245

1246-
/*Initilize branch register 0*/
1246+
/*Initialize branch register 0*/
12471247
p_ctx->br[0] = *(unsigned long *)kvm_vmm_info->vmm_entry;
12481248

12491249
vcpu->arch.vmm_rr = kvm->arch.vmm_init_rr;
@@ -1702,7 +1702,7 @@ static int kvm_relocate_vmm(struct kvm_vmm_info *vmm_info,
17021702
BUG_ON(!module);
17031703

17041704
if (!kvm_vmm_base) {
1705-
printk("kvm: kvm area hasn't been initilized yet!!\n");
1705+
printk("kvm: kvm area hasn't been initialized yet!!\n");
17061706
return -EFAULT;
17071707
}
17081708

arch/ia64/sn/kernel/setup.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ static void __init sn_init_pdas(char **cmdline_p)
507507
cnodeid_t cnode;
508508

509509
/*
510-
* Allocate & initalize the nodepda for each node.
510+
* Allocate & initialize the nodepda for each node.
511511
*/
512512
for_each_online_node(cnode) {
513513
nodepdaindr[cnode] =

arch/sparc/boot/btfixupprep.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ int main(int argc,char **argv)
216216
switch (buffer[nbase+3]) {
217217
case 'f':
218218
if (initval) {
219-
fprintf(stderr, "Cannot use pre-initalized fixups for calls\n%s\n", buffer);
219+
fprintf(stderr, "Cannot use pre-initialized fixups for calls\n%s\n", buffer);
220220
exit(1);
221221
}
222222
if (!strcmp (sect, "__ksymtab")) {
@@ -273,7 +273,7 @@ int main(int argc,char **argv)
273273
break;
274274
case 'i':
275275
if (initval) {
276-
fprintf(stderr, "Cannot use pre-initalized fixups for INT\n%s\n", buffer);
276+
fprintf(stderr, "Cannot use pre-initialized fixups for INT\n%s\n", buffer);
277277
exit(1);
278278
}
279279
if (strncmp (buffer + mode+9, "HI22 ", 10) && strncmp (buffer + mode+9, "LO10 ", 10)) {

0 commit comments

Comments
 (0)