Skip to content

Commit

Permalink
fix typos concerning "initiali[zs]e"
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Uwe Kleine-König authored and Jiri Kosina committed Jun 16, 2010
1 parent 65155b3 commit 421f91d
Show file tree
Hide file tree
Showing 66 changed files with 90 additions and 90 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-msm/acpuclock-arm11.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/mach-u300/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-s3c24xx/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion arch/arm/plat-samsung/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion arch/h8300/kernel/timer/itu.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion arch/h8300/kernel/timer/timer16.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion arch/h8300/kernel/timer/timer8.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
6 changes: 3 additions & 3 deletions arch/ia64/kvm/kvm-ia64.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion arch/ia64/sn/kernel/setup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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] =
Expand Down
4 changes: 2 additions & 2 deletions arch/sparc/boot/btfixupprep.c
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ int main(int argc,char **argv)
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")) {
Expand Down Expand Up @@ -273,7 +273,7 @@ int main(int argc,char **argv)
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)) {
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/kernel/apic/apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion arch/x86/kernel/head32.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/crypto/amcc/crypto4xx_reg_def.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion drivers/dma/at_hdmac.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down
2 changes: 1 addition & 1 deletion drivers/gpu/drm/savage/savage_bci.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion drivers/ide/ide-gd.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion drivers/infiniband/hw/ehca/hcp_if.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion drivers/input/misc/ad714x.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/ov511.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/zoran/zoran.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/zoran/zr36050.c
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ zr36050_pushit (struct zr36050 *ptr,
Could be variable, but until it's not needed it they are just fixed to save
memory. Otherwise expand zr36050 structure with arrays, push the values to
it and initalize from there, as e.g. the linux zr36057/60 driver does it.
it and initialize from there, as e.g. the linux zr36057/60 driver does it.
========================================================================= */

static const char zr36050_dqt[0x86] = {
Expand Down
2 changes: 1 addition & 1 deletion drivers/media/video/zoran/zr36060.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ zr36060_pushit (struct zr36060 *ptr,
Could be variable, but until it's not needed it they are just fixed to save
memory. Otherwise expand zr36060 structure with arrays, push the values to
it and initalize from there, as e.g. the linux zr36057/60 driver does it.
it and initialize from there, as e.g. the linux zr36057/60 driver does it.
========================================================================= */

static const char zr36060_dqt[0x86] = {
Expand Down
4 changes: 2 additions & 2 deletions drivers/message/fusion/mptbase.c
Original file line number Diff line number Diff line change
Expand Up @@ -1794,7 +1794,7 @@ mpt_attach(struct pci_dev *pdev, const struct pci_device_id *id)
ioc->sh = NULL;
ioc->cached_fw = NULL;

/* Initilize SCSI Config Data structure
/* Initialize SCSI Config Data structure
*/
memset(&ioc->spi_data, 0, sizeof(SpiCfgData));

Expand Down Expand Up @@ -2471,7 +2471,7 @@ mpt_do_ioc_recovery(MPT_ADAPTER *ioc, u32 reason, int sleepFlag)
if ((ret == 0) && (reason == MPT_HOSTEVENT_IOC_BRINGUP)) {

/*
* Initalize link list for inactive raid volumes.
* Initialize link list for inactive raid volumes.
*/
mutex_init(&ioc->raid_data.inactive_list_mutex);
INIT_LIST_HEAD(&ioc->raid_data.inactive_list);
Expand Down
2 changes: 1 addition & 1 deletion drivers/mtd/nand/denali.c
Original file line number Diff line number Diff line change
Expand Up @@ -1836,7 +1836,7 @@ static struct nand_bbt_descr bbt_mirror_descr = {
.pattern = mirror_pattern,
};

/* initalize driver data structures */
/* initialize driver data structures */
void denali_drv_init(struct denali_nand_info *denali)
{
denali->idx = 0;
Expand Down
4 changes: 2 additions & 2 deletions drivers/net/3c527.c
Original file line number Diff line number Diff line change
Expand Up @@ -729,14 +729,14 @@ static void mc32_halt_transceiver(struct net_device *dev)
* mc32_load_rx_ring - load the ring of receive buffers
* @dev: 3c527 to build the ring for
*
* This initalises the on-card and driver datastructures to
* This initialises the on-card and driver datastructures to
* the point where mc32_start_transceiver() can be called.
*
* The card sets up the receive ring for us. We are required to use the
* ring it provides, although the size of the ring is configurable.
*
* We allocate an sk_buff for each ring entry in turn and
* initalise its house-keeping info. At the same time, we read
* initialise its house-keeping info. At the same time, we read
* each 'next' pointer in our rx_ring array. This reduces slow
* shared-memory reads and makes it easy to access predecessor
* descriptors.
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/appletalk/ipddp.c
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ static struct net_device * __init ipddp_init(void)
if (version_printed++ == 0)
printk(version);

/* Initalize the device structure. */
/* Initialize the device structure. */
dev->netdev_ops = &ipddp_netdev_ops;

dev->type = ARPHRD_IPDDP; /* IP over DDP tunnel */
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/hp100.c
Original file line number Diff line number Diff line change
Expand Up @@ -1071,7 +1071,7 @@ static void hp100_mmuinit(struct net_device *dev)
if (lp->mode == 1)
hp100_init_pdls(dev);

/* Go to performance page and initalize isr and imr registers */
/* Go to performance page and initialize isr and imr registers */
hp100_page(PERFORMANCE);
hp100_outw(0xfefe, IRQ_MASK); /* mask off all ints */
hp100_outw(0xffff, IRQ_STATUS); /* ack IRQ */
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ibm_newemac/core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ static int emac_change_mtu(struct net_device *ndev, int new_mtu)
DBG(dev, "change_mtu(%d)" NL, new_mtu);

if (netif_running(ndev)) {
/* Check if we really need to reinitalize RX ring */
/* Check if we really need to reinitialize RX ring */
if (emac_rx_skb_size(ndev->mtu) != emac_rx_skb_size(new_mtu))
ret = emac_resize_rx_ring(dev, new_mtu);
}
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ksz884x.c
Original file line number Diff line number Diff line change
Expand Up @@ -6812,7 +6812,7 @@ static int stp;
static int fast_aging;

/**
* netdev_init - initalize network device.
* netdev_init - initialize network device.
* @dev: Network device.
*
* This function initializes the network device.
Expand Down
2 changes: 1 addition & 1 deletion drivers/net/ll_temac_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ static u32 temac_setoptions(struct net_device *ndev, u32 options)
return (0);
}

/* Initilize temac */
/* Initialize temac */
static void temac_device_reset(struct net_device *ndev)
{
struct temac_local *lp = netdev_priv(ndev);
Expand Down
Loading

0 comments on commit 421f91d

Please sign in to comment.