You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Jiri Kosina
parent
65155b3708
commit
421f91d21a
@@ -98,7 +98,7 @@ struct clkctl_acpu_speed {
|
||||
|
||||
/*
|
||||
* ACPU speed table. Complete table is shown but certain speeds are commented
|
||||
* out to optimized speed switching. Initalize loops_per_jiffy to 0.
|
||||
* out to optimized speed switching. Initialize loops_per_jiffy to 0.
|
||||
*
|
||||
* Table stepping up/down is optimized for 256mhz jumps while staying on the
|
||||
* same PLL.
|
||||
@@ -494,7 +494,7 @@ uint32_t acpuclk_get_switch_time(void)
|
||||
* Clock driver initialization
|
||||
*---------------------------------------------------------------------------*/
|
||||
|
||||
/* Initalize the lpj field in the acpu_freq_tbl. */
|
||||
/* Initialize the lpj field in the acpu_freq_tbl. */
|
||||
static void __init lpj_init(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
@@ -523,7 +523,7 @@ static void gpio_set_initial_values(void)
|
||||
|
||||
/*
|
||||
* Put all pins that are set to either 'GPIO_OUT' or 'GPIO_NOT_USED'
|
||||
* to output and 'GPIO_IN' to input for each port. And initalize
|
||||
* to output and 'GPIO_IN' to input for each port. And initialize
|
||||
* default value on outputs.
|
||||
*/
|
||||
for (i = 0; i < U300_GPIO_NUM_PORTS; i++) {
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
#include <plat/cpu.h>
|
||||
#include <plat/pll.h>
|
||||
|
||||
/* initalise all the clocks */
|
||||
/* initialise all the clocks */
|
||||
|
||||
void __init_or_cpufreq s3c24xx_setup_clocks(unsigned long fclk,
|
||||
unsigned long hclk,
|
||||
|
||||
@@ -391,7 +391,7 @@ void __init s3c_disable_clocks(struct clk *clkp, int nr_clks)
|
||||
(clkp->enable)(clkp, 0);
|
||||
}
|
||||
|
||||
/* initalise all the clocks */
|
||||
/* initialise all the clocks */
|
||||
|
||||
int __init s3c24xx_register_baseclocks(unsigned long xtal)
|
||||
{
|
||||
|
||||
@@ -73,7 +73,7 @@ void __init h8300_timer_setup(void)
|
||||
|
||||
setup_irq(ITUIRQ, &itu_irq);
|
||||
|
||||
/* initalize timer */
|
||||
/* initialize timer */
|
||||
ctrl_outb(0, TSTR);
|
||||
ctrl_outb(CCLR0 | div, ITUBASE + TCR);
|
||||
ctrl_outb(0x01, ITUBASE + TIER);
|
||||
|
||||
@@ -68,7 +68,7 @@ void __init h8300_timer_setup(void)
|
||||
|
||||
setup_irq(_16IRQ, &timer16_irq);
|
||||
|
||||
/* initalize timer */
|
||||
/* initialize timer */
|
||||
ctrl_outb(0, TSTR);
|
||||
ctrl_outb(CCLR0 | div, _16BASE + TCR);
|
||||
ctrl_outw(cnt, _16BASE + GRA);
|
||||
|
||||
@@ -94,7 +94,7 @@ void __init h8300_timer_setup(void)
|
||||
ctrl_bclr(0, MSTPCRL)
|
||||
#endif
|
||||
|
||||
/* initalize timer */
|
||||
/* initialize timer */
|
||||
ctrl_outw(cnt, _8BASE + TCORA);
|
||||
ctrl_outw(0x0000, _8BASE + _8TCSR);
|
||||
ctrl_outw((CMIEA|CCLR_CMA|CKS2) << 8 | div,
|
||||
|
||||
@@ -1234,7 +1234,7 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
|
||||
p_ctx->cr[2] = (unsigned long)kvm_vmm_info->vmm_ivt;
|
||||
p_ctx->cr[8] = 0x3c;
|
||||
|
||||
/*Initilize region register*/
|
||||
/*Initialize region register*/
|
||||
p_ctx->rr[0] = 0x30;
|
||||
p_ctx->rr[1] = 0x30;
|
||||
p_ctx->rr[2] = 0x30;
|
||||
@@ -1243,7 +1243,7 @@ int kvm_arch_vcpu_init(struct kvm_vcpu *vcpu)
|
||||
p_ctx->rr[5] = 0x30;
|
||||
p_ctx->rr[7] = 0x30;
|
||||
|
||||
/*Initilize branch register 0*/
|
||||
/*Initialize branch register 0*/
|
||||
p_ctx->br[0] = *(unsigned long *)kvm_vmm_info->vmm_entry;
|
||||
|
||||
vcpu->arch.vmm_rr = kvm->arch.vmm_init_rr;
|
||||
@@ -1702,7 +1702,7 @@ static int kvm_relocate_vmm(struct kvm_vmm_info *vmm_info,
|
||||
BUG_ON(!module);
|
||||
|
||||
if (!kvm_vmm_base) {
|
||||
printk("kvm: kvm area hasn't been initilized yet!!\n");
|
||||
printk("kvm: kvm area hasn't been initialized yet!!\n");
|
||||
return -EFAULT;
|
||||
}
|
||||
|
||||
|
||||
@@ -507,7 +507,7 @@ static void __init sn_init_pdas(char **cmdline_p)
|
||||
cnodeid_t cnode;
|
||||
|
||||
/*
|
||||
* Allocate & initalize the nodepda for each node.
|
||||
* Allocate & initialize the nodepda for each node.
|
||||
*/
|
||||
for_each_online_node(cnode) {
|
||||
nodepdaindr[cnode] =
|
||||
|
||||
@@ -216,7 +216,7 @@ main1:
|
||||
switch (buffer[nbase+3]) {
|
||||
case 'f':
|
||||
if (initval) {
|
||||
fprintf(stderr, "Cannot use pre-initalized fixups for calls\n%s\n", buffer);
|
||||
fprintf(stderr, "Cannot use pre-initialized fixups for calls\n%s\n", buffer);
|
||||
exit(1);
|
||||
}
|
||||
if (!strcmp (sect, "__ksymtab")) {
|
||||
@@ -273,7 +273,7 @@ main1:
|
||||
break;
|
||||
case 'i':
|
||||
if (initval) {
|
||||
fprintf(stderr, "Cannot use pre-initalized fixups for INT\n%s\n", buffer);
|
||||
fprintf(stderr, "Cannot use pre-initialized fixups for INT\n%s\n", buffer);
|
||||
exit(1);
|
||||
}
|
||||
if (strncmp (buffer + mode+9, "HI22 ", 10) && strncmp (buffer + mode+9, "LO10 ", 10)) {
|
||||
|
||||
@@ -459,7 +459,7 @@ static void lapic_timer_broadcast(const struct cpumask *mask)
|
||||
}
|
||||
|
||||
/*
|
||||
* Setup the local APIC timer for this CPU. Copy the initilized values
|
||||
* Setup the local APIC timer for this CPU. Copy the initialized values
|
||||
* of the boot CPU and register the clock event in the framework.
|
||||
*/
|
||||
static void __cpuinit setup_APIC_timer(void)
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
|
||||
static void __init i386_default_early_setup(void)
|
||||
{
|
||||
/* Initilize 32bit specific setup functions */
|
||||
/* Initialize 32bit specific setup functions */
|
||||
x86_init.resources.probe_roms = probe_roms;
|
||||
x86_init.resources.reserve_resources = i386_reserve_resources;
|
||||
x86_init.mpparse.setup_ioapic_ids = setup_ioapic_ids_from_mpc;
|
||||
|
||||
@@ -113,7 +113,7 @@
|
||||
#define CRYPTO4XX_PRNG_LFSR_H 0x00070034
|
||||
|
||||
/**
|
||||
* Initilize CRYPTO ENGINE registers, and memory bases.
|
||||
* Initialize CRYPTO ENGINE registers, and memory bases.
|
||||
*/
|
||||
#define PPC4XX_PDR_POLL 0x3ff
|
||||
#define PPC4XX_OUTPUT_THRESHOLD 2
|
||||
|
||||
@@ -69,7 +69,7 @@ static struct at_desc *atc_first_queued(struct at_dma_chan *atchan)
|
||||
}
|
||||
|
||||
/**
|
||||
* atc_alloc_descriptor - allocate and return an initilized descriptor
|
||||
* atc_alloc_descriptor - allocate and return an initialized descriptor
|
||||
* @chan: the channel to allocate descriptors for
|
||||
* @gfp_flags: GFP allocation flags
|
||||
*
|
||||
|
||||
@@ -552,7 +552,7 @@ int savage_driver_load(struct drm_device *dev, unsigned long chipset)
|
||||
|
||||
|
||||
/*
|
||||
* Initalize mappings. On Savage4 and SavageIX the alignment
|
||||
* Initialize mappings. On Savage4 and SavageIX the alignment
|
||||
* and size of the aperture is not suitable for automatic MTRR setup
|
||||
* in drm_addmap. Therefore we add them manually before the maps are
|
||||
* initialized, and tear them down on last close.
|
||||
|
||||
@@ -92,7 +92,7 @@ static void ide_disk_release(struct device *dev)
|
||||
|
||||
/*
|
||||
* On HPA drives the capacity needs to be
|
||||
* reinitilized on resume otherwise the disk
|
||||
* reinitialized on resume otherwise the disk
|
||||
* can not be used and a hard reset is required
|
||||
*/
|
||||
static void ide_gd_resume(ide_drive_t *drive)
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
#include "hipz_hw.h"
|
||||
|
||||
/*
|
||||
* hipz_h_alloc_resource_eq allocates EQ resources in HW and FW, initalize
|
||||
* hipz_h_alloc_resource_eq allocates EQ resources in HW and FW, initialize
|
||||
* resources, create the empty EQPT (ring).
|
||||
*/
|
||||
u64 hipz_h_alloc_resource_eq(const struct ipz_adapter_handle adapter_handle,
|
||||
|
||||
@@ -1118,7 +1118,7 @@ struct ad714x_chip *ad714x_probe(struct device *dev, u16 bus_type, int irq,
|
||||
if (error)
|
||||
goto err_free_mem;
|
||||
|
||||
/* initilize and request sw/hw resources */
|
||||
/* initialize and request sw/hw resources */
|
||||
|
||||
ad714x_hw_init(ad714x);
|
||||
mutex_init(&ad714x->mutex);
|
||||
|
||||
@@ -4808,7 +4808,7 @@ ov7xx0_configure(struct usb_ov511 *ov)
|
||||
return -1;
|
||||
|
||||
if (init_ov_sensor(ov) >= 0) {
|
||||
PDEBUG(1, "OV7xx0 sensor initalized (method 1)");
|
||||
PDEBUG(1, "OV7xx0 sensor initialized (method 1)");
|
||||
} else {
|
||||
/* Reset the 76xx */
|
||||
if (i2c_w(ov, 0x12, 0x80) < 0)
|
||||
|
||||
@@ -391,7 +391,7 @@ struct zoran {
|
||||
|
||||
struct mutex resource_lock; /* prevent evil stuff */
|
||||
|
||||
u8 initialized; /* flag if zoran has been correctly initalized */
|
||||
u8 initialized; /* flag if zoran has been correctly initialized */
|
||||
int user; /* number of current users */
|
||||
struct card_info card;
|
||||
struct tvnorm *timing;
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user