diff options
| author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2010-11-01 15:38:34 -0400 |
|---|---|---|
| committer | Jiri Kosina <jkosina@suse.cz> | 2010-11-01 15:38:34 -0400 |
| commit | b595076a180a56d1bb170e6eceda6eb9d76f4cd3 (patch) | |
| tree | bc01ec7283808013e0b8ce7713fd6fc40f810429 /drivers | |
| parent | 6aaccece1c483f189f76f1282b3984ff4c7ecb0a (diff) | |
tree-wide: fix comment/printk typos
"gadget", "through", "command", "maintain", "maintain", "controller", "address",
"between", "initiali[zs]e", "instead", "function", "select", "already",
"equal", "access", "management", "hierarchy", "registration", "interest",
"relative", "memory", "offset", "already",
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
104 files changed, 137 insertions, 137 deletions
diff --git a/drivers/acpi/acpica/acobject.h b/drivers/acpi/acpica/acobject.h index bdbfaf22bd1..962a3ccff6f 100644 --- a/drivers/acpi/acpica/acobject.h +++ b/drivers/acpi/acpica/acobject.h | |||
| @@ -93,7 +93,7 @@ | |||
| 93 | 93 | ||
| 94 | #define AOPOBJ_AML_CONSTANT 0x01 /* Integer is an AML constant */ | 94 | #define AOPOBJ_AML_CONSTANT 0x01 /* Integer is an AML constant */ |
| 95 | #define AOPOBJ_STATIC_POINTER 0x02 /* Data is part of an ACPI table, don't delete */ | 95 | #define AOPOBJ_STATIC_POINTER 0x02 /* Data is part of an ACPI table, don't delete */ |
| 96 | #define AOPOBJ_DATA_VALID 0x04 /* Object is intialized and data is valid */ | 96 | #define AOPOBJ_DATA_VALID 0x04 /* Object is initialized and data is valid */ |
| 97 | #define AOPOBJ_OBJECT_INITIALIZED 0x08 /* Region is initialized, _REG was run */ | 97 | #define AOPOBJ_OBJECT_INITIALIZED 0x08 /* Region is initialized, _REG was run */ |
| 98 | #define AOPOBJ_SETUP_COMPLETE 0x10 /* Region setup is complete */ | 98 | #define AOPOBJ_SETUP_COMPLETE 0x10 /* Region setup is complete */ |
| 99 | #define AOPOBJ_INVALID 0x20 /* Host OS won't allow a Region address */ | 99 | #define AOPOBJ_INVALID 0x20 /* Host OS won't allow a Region address */ |
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 7f77c67d267..5b0295a923a 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c | |||
| @@ -2240,7 +2240,7 @@ int ata_dev_configure(struct ata_device *dev) | |||
| 2240 | if (id[ATA_ID_CFA_KEY_MGMT] & 1) | 2240 | if (id[ATA_ID_CFA_KEY_MGMT] & 1) |
| 2241 | ata_dev_printk(dev, KERN_WARNING, | 2241 | ata_dev_printk(dev, KERN_WARNING, |
| 2242 | "supports DRM functions and may " | 2242 | "supports DRM functions and may " |
| 2243 | "not be fully accessable.\n"); | 2243 | "not be fully accessible.\n"); |
| 2244 | snprintf(revbuf, 7, "CFA"); | 2244 | snprintf(revbuf, 7, "CFA"); |
| 2245 | } else { | 2245 | } else { |
| 2246 | snprintf(revbuf, 7, "ATA-%d", ata_id_major_version(id)); | 2246 | snprintf(revbuf, 7, "ATA-%d", ata_id_major_version(id)); |
| @@ -2248,7 +2248,7 @@ int ata_dev_configure(struct ata_device *dev) | |||
| 2248 | if (ata_id_has_tpm(id)) | 2248 | if (ata_id_has_tpm(id)) |
| 2249 | ata_dev_printk(dev, KERN_WARNING, | 2249 | ata_dev_printk(dev, KERN_WARNING, |
| 2250 | "supports DRM functions and may " | 2250 | "supports DRM functions and may " |
| 2251 | "not be fully accessable.\n"); | 2251 | "not be fully accessible.\n"); |
| 2252 | } | 2252 | } |
| 2253 | 2253 | ||
| 2254 | dev->n_sectors = ata_id_n_sectors(id); | 2254 | dev->n_sectors = ata_id_n_sectors(id); |
diff --git a/drivers/ata/sata_vsc.c b/drivers/ata/sata_vsc.c index b777176ff49..e079cf29ed5 100644 --- a/drivers/ata/sata_vsc.c +++ b/drivers/ata/sata_vsc.c | |||
| @@ -370,7 +370,7 @@ static int __devinit vsc_sata_init_one(struct pci_dev *pdev, | |||
| 370 | if (pci_resource_len(pdev, 0) == 0) | 370 | if (pci_resource_len(pdev, 0) == 0) |
| 371 | return -ENODEV; | 371 | return -ENODEV; |
| 372 | 372 | ||
| 373 | /* map IO regions and intialize host accordingly */ | 373 | /* map IO regions and initialize host accordingly */ |
| 374 | rc = pcim_iomap_regions(pdev, 1 << VSC_MMIO_BAR, DRV_NAME); | 374 | rc = pcim_iomap_regions(pdev, 1 << VSC_MMIO_BAR, DRV_NAME); |
| 375 | if (rc == -EBUSY) | 375 | if (rc == -EBUSY) |
| 376 | pcim_pin_device(pdev); | 376 | pcim_pin_device(pdev); |
diff --git a/drivers/atm/idt77252.h b/drivers/atm/idt77252.h index 5042bb2dab1..f53a43ae2bb 100644 --- a/drivers/atm/idt77252.h +++ b/drivers/atm/idt77252.h | |||
| @@ -572,7 +572,7 @@ struct idt77252_dev | |||
| 572 | #define SAR_STAT_TSQF 0x00001000 /* Transmit Status Queue full */ | 572 | #define SAR_STAT_TSQF 0x00001000 /* Transmit Status Queue full */ |
| 573 | #define SAR_STAT_TMROF 0x00000800 /* Timer overflow */ | 573 | #define SAR_STAT_TMROF 0x00000800 /* Timer overflow */ |
| 574 | #define SAR_STAT_PHYI 0x00000400 /* PHY device Interrupt flag */ | 574 | #define SAR_STAT_PHYI 0x00000400 /* PHY device Interrupt flag */ |
| 575 | #define SAR_STAT_CMDBZ 0x00000200 /* ABR SAR Comand Busy Flag */ | 575 | #define SAR_STAT_CMDBZ 0x00000200 /* ABR SAR Command Busy Flag */ |
| 576 | #define SAR_STAT_FBQ3A 0x00000100 /* Free Buffer Queue 3 Attention */ | 576 | #define SAR_STAT_FBQ3A 0x00000100 /* Free Buffer Queue 3 Attention */ |
| 577 | #define SAR_STAT_FBQ2A 0x00000080 /* Free Buffer Queue 2 Attention */ | 577 | #define SAR_STAT_FBQ2A 0x00000080 /* Free Buffer Queue 2 Attention */ |
| 578 | #define SAR_STAT_RSQF 0x00000040 /* Receive Status Queue full */ | 578 | #define SAR_STAT_RSQF 0x00000040 /* Receive Status Queue full */ |
diff --git a/drivers/atm/iphase.c b/drivers/atm/iphase.c index 9309d4724e1..ad8e207784d 100644 --- a/drivers/atm/iphase.c +++ b/drivers/atm/iphase.c | |||
| @@ -2063,7 +2063,7 @@ static int tx_init(struct atm_dev *dev) | |||
| 2063 | - UBR Table size is 4K | 2063 | - UBR Table size is 4K |
| 2064 | - UBR wait queue is 4K | 2064 | - UBR wait queue is 4K |
| 2065 | since the table and wait queues are contiguous, all the bytes | 2065 | since the table and wait queues are contiguous, all the bytes |
| 2066 | can be initialized by one memeset. | 2066 | can be initialized by one memeset. |
| 2067 | */ | 2067 | */ |
| 2068 | 2068 | ||
| 2069 | vcsize_sel = 0; | 2069 | vcsize_sel = 0; |
| @@ -2089,7 +2089,7 @@ static int tx_init(struct atm_dev *dev) | |||
| 2089 | - ABR Table size is 2K | 2089 | - ABR Table size is 2K |
| 2090 | - ABR wait queue is 2K | 2090 | - ABR wait queue is 2K |
| 2091 | since the table and wait queues are contiguous, all the bytes | 2091 | since the table and wait queues are contiguous, all the bytes |
| 2092 | can be intialized by one memeset. | 2092 | can be initialized by one memeset. |
| 2093 | */ | 2093 | */ |
| 2094 | i = ABR_SCHED_TABLE * iadev->memSize; | 2094 | i = ABR_SCHED_TABLE * iadev->memSize; |
| 2095 | writew((i >> 11) & 0xffff, iadev->seg_reg+ABR_SBPTR_BASE); | 2095 | writew((i >> 11) & 0xffff, iadev->seg_reg+ABR_SBPTR_BASE); |
diff --git a/drivers/base/power/main.c b/drivers/base/power/main.c index 31b526661ec..c5356ef7e54 100644 --- a/drivers/base/power/main.c +++ b/drivers/base/power/main.c | |||
| @@ -8,7 +8,7 @@ | |||
| 8 | * | 8 | * |
| 9 | * | 9 | * |
| 10 | * The driver model core calls device_pm_add() when a device is registered. | 10 | * The driver model core calls device_pm_add() when a device is registered. |
| 11 | * This will intialize the embedded device_pm_info object in the device | 11 | * This will initialize the embedded device_pm_info object in the device |
| 12 | * and add it to the list of power-controlled devices. sysfs entries for | 12 | * and add it to the list of power-controlled devices. sysfs entries for |
| 13 | * controlling device power management will also be added. | 13 | * controlling device power management will also be added. |
| 14 | * | 14 | * |
diff --git a/drivers/dma/intel_mid_dma.c b/drivers/dma/intel_mid_dma.c index 338bc4eed1f..da8b7f161cd 100644 --- a/drivers/dma/intel_mid_dma.c +++ b/drivers/dma/intel_mid_dma.c | |||
| @@ -1060,8 +1060,8 @@ static irqreturn_t intel_mid_dma_interrupt2(int irq, void *data) | |||
| 1060 | * mid_setup_dma - Setup the DMA controller | 1060 | * mid_setup_dma - Setup the DMA controller |
| 1061 | * @pdev: Controller PCI device structure | 1061 | * @pdev: Controller PCI device structure |
| 1062 | * | 1062 | * |
| 1063 | * Initilize the DMA controller, channels, registers with DMA engine, | 1063 | * Initialize the DMA controller, channels, registers with DMA engine, |
| 1064 | * ISR. Initilize DMA controller channels. | 1064 | * ISR. Initialize DMA controller channels. |
| 1065 | */ | 1065 | */ |
| 1066 | static int mid_setup_dma(struct pci_dev *pdev) | 1066 | static int mid_setup_dma(struct pci_dev *pdev) |
| 1067 | { | 1067 | { |
| @@ -1219,7 +1219,7 @@ static void middma_shutdown(struct pci_dev *pdev) | |||
| 1219 | * @pdev: Controller PCI device structure | 1219 | * @pdev: Controller PCI device structure |
| 1220 | * @id: pci device id structure | 1220 | * @id: pci device id structure |
| 1221 | * | 1221 | * |
| 1222 | * Initilize the PCI device, map BARs, query driver data. | 1222 | * Initialize the PCI device, map BARs, query driver data. |
| 1223 | * Call setup_dma to complete contoller and chan initilzation | 1223 | * Call setup_dma to complete contoller and chan initilzation |
| 1224 | */ | 1224 | */ |
| 1225 | static int __devinit intel_mid_dma_probe(struct pci_dev *pdev, | 1225 | static int __devinit intel_mid_dma_probe(struct pci_dev *pdev, |
diff --git a/drivers/edac/amd8131_edac.h b/drivers/edac/amd8131_edac.h index 60e0d1c72de..6f8b07131ec 100644 --- a/drivers/edac/amd8131_edac.h +++ b/drivers/edac/amd8131_edac.h | |||
| @@ -99,7 +99,7 @@ struct amd8131_dev_info { | |||
| 99 | 99 | ||
| 100 | /* | 100 | /* |
| 101 | * AMD8131 chipset has two pairs of PCIX Bridge and related IOAPIC | 101 | * AMD8131 chipset has two pairs of PCIX Bridge and related IOAPIC |
| 102 | * Controler, and ATCA-6101 has two AMD8131 chipsets, so there are | 102 | * Controller, and ATCA-6101 has two AMD8131 chipsets, so there are |
| 103 | * four PCIX Bridges on ATCA-6101 altogether. | 103 | * four PCIX Bridges on ATCA-6101 altogether. |
| 104 | * | 104 | * |
| 105 | * These PCIX Bridges share the same PCI Device ID and are all of | 105 | * These PCIX Bridges share the same PCI Device ID and are all of |
diff --git a/drivers/edac/cell_edac.c b/drivers/edac/cell_edac.c index c973004c002..db1df59ae2b 100644 --- a/drivers/edac/cell_edac.c +++ b/drivers/edac/cell_edac.c | |||
| @@ -47,7 +47,7 @@ static void cell_edac_count_ce(struct mem_ctl_info *mci, int chan, u64 ar) | |||
| 47 | offset = address & ~PAGE_MASK; | 47 | offset = address & ~PAGE_MASK; |
| 48 | syndrome = (ar & 0x000000001fe00000ul) >> 21; | 48 | syndrome = (ar & 0x000000001fe00000ul) >> 21; |
| 49 | 49 | ||
| 50 | /* TODO: Decoding of the error addresss */ | 50 | /* TODO: Decoding of the error address */ |
| 51 | edac_mc_handle_ce(mci, csrow->first_page + pfn, offset, | 51 | edac_mc_handle_ce(mci, csrow->first_page + pfn, offset, |
| 52 | syndrome, 0, chan, ""); | 52 | syndrome, 0, chan, ""); |
| 53 | } | 53 | } |
| @@ -68,7 +68,7 @@ static void cell_edac_count_ue(struct mem_ctl_info *mci, int chan, u64 ar) | |||
| 68 | pfn = address >> PAGE_SHIFT; | 68 | pfn = address >> PAGE_SHIFT; |
| 69 | offset = address & ~PAGE_MASK; | 69 | offset = address & ~PAGE_MASK; |
| 70 | 70 | ||
| 71 | /* TODO: Decoding of the error addresss */ | 71 | /* TODO: Decoding of the error address */ |
| 72 | edac_mc_handle_ue(mci, csrow->first_page + pfn, offset, 0, ""); | 72 | edac_mc_handle_ue(mci, csrow->first_page + pfn, offset, 0, ""); |
| 73 | } | 73 | } |
| 74 | 74 | ||
diff --git a/drivers/edac/edac_core.h b/drivers/edac/edac_core.h index d7ca43a828b..035eaaf2d90 100644 --- a/drivers/edac/edac_core.h +++ b/drivers/edac/edac_core.h | |||
| @@ -258,7 +258,7 @@ enum scrub_type { | |||
| 258 | * for single channel are 64 bits, for dual channel 128 | 258 | * for single channel are 64 bits, for dual channel 128 |
| 259 | * bits. | 259 | * bits. |
| 260 | * | 260 | * |
| 261 | * Single-Ranked stick: A Single-ranked stick has 1 chip-select row of memmory. | 261 | * Single-Ranked stick: A Single-ranked stick has 1 chip-select row of memory. |
| 262 | * Motherboards commonly drive two chip-select pins to | 262 | * Motherboards commonly drive two chip-select pins to |
| 263 | * a memory stick. A single-ranked stick, will occupy | 263 | * a memory stick. A single-ranked stick, will occupy |
| 264 | * only one of those rows. The other will be unused. | 264 | * only one of those rows. The other will be unused. |
diff --git a/drivers/edac/ppc4xx_edac.c b/drivers/edac/ppc4xx_edac.c index 070cea41b66..b9f0c20df1a 100644 --- a/drivers/edac/ppc4xx_edac.c +++ b/drivers/edac/ppc4xx_edac.c | |||
| @@ -873,7 +873,7 @@ ppc4xx_edac_get_mtype(u32 mcopt1) | |||
| 873 | } | 873 | } |
| 874 | 874 | ||
| 875 | /** | 875 | /** |
| 876 | * ppc4xx_edac_init_csrows - intialize driver instance rows | 876 | * ppc4xx_edac_init_csrows - initialize driver instance rows |
| 877 | * @mci: A pointer to the EDAC memory controller instance | 877 | * @mci: A pointer to the EDAC memory controller instance |
| 878 | * associated with the ibm,sdram-4xx-ddr2 controller for which | 878 | * associated with the ibm,sdram-4xx-ddr2 controller for which |
| 879 | * the csrows (i.e. banks/ranks) are being initialized. | 879 | * the csrows (i.e. banks/ranks) are being initialized. |
| @@ -881,7 +881,7 @@ ppc4xx_edac_get_mtype(u32 mcopt1) | |||
| 881 | * currently set for the controller, from which bank width | 881 | * currently set for the controller, from which bank width |
| 882 | * and memory typ information is derived. | 882 | * and memory typ information is derived. |
| 883 | * | 883 | * |
| 884 | * This routine intializes the virtual "chip select rows" associated | 884 | * This routine initializes the virtual "chip select rows" associated |
| 885 | * with the EDAC memory controller instance. An ibm,sdram-4xx-ddr2 | 885 | * with the EDAC memory controller instance. An ibm,sdram-4xx-ddr2 |
| 886 | * controller bank/rank is mapped to a row. | 886 | * controller bank/rank is mapped to a row. |
| 887 | * | 887 | * |
| @@ -992,7 +992,7 @@ ppc4xx_edac_init_csrows(struct mem_ctl_info *mci, u32 mcopt1) | |||
| 992 | } | 992 | } |
| 993 | 993 | ||
| 994 | /** | 994 | /** |
| 995 | * ppc4xx_edac_mc_init - intialize driver instance | 995 | * ppc4xx_edac_mc_init - initialize driver instance |
| 996 | * @mci: A pointer to the EDAC memory controller instance being | 996 | * @mci: A pointer to the EDAC memory controller instance being |
| 997 | * initialized. | 997 | * initialized. |
| 998 | * @op: A pointer to the OpenFirmware device tree node associated | 998 | * @op: A pointer to the OpenFirmware device tree node associated |
diff --git a/drivers/gpu/drm/radeon/atombios.h b/drivers/gpu/drm/radeon/atombios.h index fe359a239df..4707cbdb35c 100644 --- a/drivers/gpu/drm/radeon/atombios.h +++ b/drivers/gpu/drm/radeon/atombios.h | |||
| @@ -1314,7 +1314,7 @@ typedef struct _GET_ENGINE_CLOCK_PARAMETERS | |||
| 1314 | typedef struct _READ_EDID_FROM_HW_I2C_DATA_PARAMETERS | 1314 | typedef struct _READ_EDID_FROM_HW_I2C_DATA_PARAMETERS |
| 1315 | { | 1315 | { |
| 1316 | USHORT usPrescale; //Ratio between Engine clock and I2C clock | 1316 | USHORT usPrescale; //Ratio between Engine clock and I2C clock |
| 1317 | USHORT usVRAMAddress; //Adress in Frame Buffer where to pace raw EDID | 1317 | USHORT usVRAMAddress; //Address in Frame Buffer where to pace raw EDID |
| 1318 | USHORT usStatus; //When use output: lower byte EDID checksum, high byte hardware status | 1318 | USHORT usStatus; //When use output: lower byte EDID checksum, high byte hardware status |
| 1319 | //WHen use input: lower byte as 'byte to read':currently limited to 128byte or 1byte | 1319 | //WHen use input: lower byte as 'byte to read':currently limited to 128byte or 1byte |
| 1320 | UCHAR ucSlaveAddr; //Read from which slave | 1320 | UCHAR ucSlaveAddr; //Read from which slave |
diff --git a/drivers/i2c/busses/i2c-nomadik.c b/drivers/i2c/busses/i2c-nomadik.c index c9fffd0389f..2bd3469b307 100644 --- a/drivers/i2c/busses/i2c-nomadik.c +++ b/drivers/i2c/busses/i2c-nomadik.c | |||
| @@ -434,7 +434,7 @@ static int read_i2c(struct nmk_i2c_dev *dev) | |||
| 434 | } | 434 | } |
| 435 | 435 | ||
| 436 | if (timeout == 0) { | 436 | if (timeout == 0) { |
| 437 | /* controler has timedout, re-init the h/w */ | 437 | /* controller has timedout, re-init the h/w */ |
| 438 | dev_err(&dev->pdev->dev, "controller timed out, re-init h/w\n"); | 438 | dev_err(&dev->pdev->dev, "controller timed out, re-init h/w\n"); |
| 439 | (void) init_hw(dev); | 439 | (void) init_hw(dev); |
| 440 | status = -ETIMEDOUT; | 440 | status = -ETIMEDOUT; |
| @@ -498,7 +498,7 @@ static int write_i2c(struct nmk_i2c_dev *dev) | |||
| 498 | } | 498 | } |
| 499 | 499 | ||
| 500 | if (timeout == 0) { | 500 | if (timeout == 0) { |
| 501 | /* controler has timedout, re-init the h/w */ | 501 | /* controller has timedout, re-init the h/w */ |
| 502 | dev_err(&dev->pdev->dev, "controller timed out, re-init h/w\n"); | 502 | dev_err(&dev->pdev->dev, "controller timed out, re-init h/w\n"); |
| 503 | (void) init_hw(dev); | 503 | (void) init_hw(dev); |
| 504 | status = -ETIMEDOUT; | 504 | status = -ETIMEDOUT; |
diff --git a/drivers/infiniband/hw/cxgb3/cxio_wr.h b/drivers/infiniband/hw/cxgb3/cxio_wr.h index 4bb997aa39d..83d2e19d31a 100644 --- a/drivers/infiniband/hw/cxgb3/cxio_wr.h +++ b/drivers/infiniband/hw/cxgb3/cxio_wr.h | |||
| @@ -689,7 +689,7 @@ struct t3_swrq { | |||
| 689 | * A T3 WQ implements both the SQ and RQ. | 689 | * A T3 WQ implements both the SQ and RQ. |
| 690 | */ | 690 | */ |
| 691 | struct t3_wq { | 691 | struct t3_wq { |
| 692 | union t3_wr *queue; /* DMA accessable memory */ | 692 | union t3_wr *queue; /* DMA accessible memory */ |
| 693 | dma_addr_t dma_addr; /* DMA address for HW */ | 693 | dma_addr_t dma_addr; /* DMA address for HW */ |
| 694 | DEFINE_DMA_UNMAP_ADDR(mapping); /* unmap kruft */ | 694 | DEFINE_DMA_UNMAP_ADDR(mapping); /* unmap kruft */ |
| 695 | u32 error; /* 1 once we go to ERROR */ | 695 | u32 error; /* 1 once we go to ERROR */ |
diff --git a/drivers/infiniband/hw/qib/qib_iba7322.c b/drivers/infiniband/hw/qib/qib_iba7322.c index 584d443b533..ead2627c06a 100644 --- a/drivers/infiniband/hw/qib/qib_iba7322.c +++ b/drivers/infiniband/hw/qib/qib_iba7322.c | |||
| @@ -314,7 +314,7 @@ MODULE_PARM_DESC(txselect, \ | |||
| 314 | #define krp_serdesctrl KREG_IBPORT_IDX(IBSerdesCtrl) | 314 | #define krp_serdesctrl KREG_IBPORT_IDX(IBSerdesCtrl) |
| 315 | 315 | ||
| 316 | /* | 316 | /* |
| 317 | * Per-context kernel registers. Acess only with qib_read_kreg_ctxt() | 317 | * Per-context kernel registers. Access only with qib_read_kreg_ctxt() |
| 318 | * or qib_write_kreg_ctxt() | 318 | * or qib_write_kreg_ctxt() |
| 319 | */ | 319 | */ |
| 320 | #define krc_rcvhdraddr KREG_IDX(RcvHdrAddr0) | 320 | #define krc_rcvhdraddr KREG_IDX(RcvHdrAddr0) |
diff --git a/drivers/input/touchscreen/Kconfig b/drivers/input/touchscreen/Kconfig index 06ea8da95c6..6675bd7dde1 100644 --- a/drivers/input/touchscreen/Kconfig +++ b/drivers/input/touchscreen/Kconfig | |||
| @@ -610,7 +610,7 @@ config TOUCHSCREEN_USB_ZYTRONIC | |||
| 610 | 610 | ||
| 611 | config TOUCHSCREEN_USB_ETT_TC45USB | 611 | config TOUCHSCREEN_USB_ETT_TC45USB |
| 612 | default y | 612 | default y |
| 613 | bool "ET&T USB series TC4UM/TC5UH touchscreen controler support" if EMBEDDED | 613 | bool "ET&T USB series TC4UM/TC5UH touchscreen controller support" if EMBEDDED |
| 614 | depends on TOUCHSCREEN_USB_COMPOSITE | 614 | depends on TOUCHSCREEN_USB_COMPOSITE |
| 615 | 615 | ||
| 616 | config TOUCHSCREEN_USB_NEXIO | 616 | config TOUCHSCREEN_USB_NEXIO |
diff --git a/drivers/isdn/gigaset/bas-gigaset.c b/drivers/isdn/gigaset/bas-gigaset.c index 178942a2ee6..8a3c5cfc4fe 100644 --- a/drivers/isdn/gigaset/bas-gigaset.c +++ b/drivers/isdn/gigaset/bas-gigaset.c | |||
| @@ -2318,7 +2318,7 @@ static int gigaset_probe(struct usb_interface *interface, | |||
| 2318 | __func__, le16_to_cpu(udev->descriptor.idVendor), | 2318 | __func__, le16_to_cpu(udev->descriptor.idVendor), |
| 2319 | le16_to_cpu(udev->descriptor.idProduct)); | 2319 | le16_to_cpu(udev->descriptor.idProduct)); |
| 2320 | 2320 | ||
| 2321 | /* allocate memory for our device state and intialize it */ | 2321 | /* allocate memory for our device state and initialize it */ |
| 2322 | cs = gigaset_initcs(driver, BAS_CHANNELS, 0, 0, cidmode, | 2322 | cs = gigaset_initcs(driver, BAS_CHANNELS, 0, 0, cidmode, |
| 2323 | GIGASET_MODULENAME); | 2323 | GIGASET_MODULENAME); |
| 2324 | if (!cs) | 2324 | if (!cs) |
| @@ -2576,7 +2576,7 @@ static int __init bas_gigaset_init(void) | |||
| 2576 | { | 2576 | { |
| 2577 | int result; | 2577 | int result; |
| 2578 | 2578 | ||
| 2579 | /* allocate memory for our driver state and intialize it */ | 2579 | /* allocate memory for our driver state and initialize it */ |
| 2580 | driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, | 2580 | driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, |
| 2581 | GIGASET_MODULENAME, GIGASET_DEVNAME, | 2581 | GIGASET_MODULENAME, GIGASET_DEVNAME, |
| 2582 | &gigops, THIS_MODULE); | 2582 | &gigops, THIS_MODULE); |
diff --git a/drivers/isdn/gigaset/ser-gigaset.c b/drivers/isdn/gigaset/ser-gigaset.c index d151dcbf770..0ef09d0eb96 100644 --- a/drivers/isdn/gigaset/ser-gigaset.c +++ b/drivers/isdn/gigaset/ser-gigaset.c | |||
| @@ -513,7 +513,7 @@ gigaset_tty_open(struct tty_struct *tty) | |||
| 513 | return -ENODEV; | 513 | return -ENODEV; |
| 514 | } | 514 | } |
| 515 | 515 | ||
| 516 | /* allocate memory for our device state and intialize it */ | 516 | /* allocate memory for our device state and initialize it */ |
| 517 | cs = gigaset_initcs(driver, 1, 1, 0, cidmode, GIGASET_MODULENAME); | 517 | cs = gigaset_initcs(driver, 1, 1, 0, cidmode, GIGASET_MODULENAME); |
| 518 | if (!cs) | 518 | if (!cs) |
| 519 | goto error; | 519 | goto error; |
| @@ -771,7 +771,7 @@ static int __init ser_gigaset_init(void) | |||
| 771 | return rc; | 771 | return rc; |
| 772 | } | 772 | } |
| 773 | 773 | ||
| 774 | /* allocate memory for our driver state and intialize it */ | 774 | /* allocate memory for our driver state and initialize it */ |
| 775 | driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, | 775 | driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, |
| 776 | GIGASET_MODULENAME, GIGASET_DEVNAME, | 776 | GIGASET_MODULENAME, GIGASET_DEVNAME, |
| 777 | &ops, THIS_MODULE); | 777 | &ops, THIS_MODULE); |
diff --git a/drivers/isdn/gigaset/usb-gigaset.c b/drivers/isdn/gigaset/usb-gigaset.c index 4a66338f4e7..5e3300d8a2a 100644 --- a/drivers/isdn/gigaset/usb-gigaset.c +++ b/drivers/isdn/gigaset/usb-gigaset.c | |||
| @@ -695,7 +695,7 @@ static int gigaset_probe(struct usb_interface *interface, | |||
| 695 | 695 | ||
| 696 | dev_info(&udev->dev, "%s: Device matched ... !\n", __func__); | 696 | dev_info(&udev->dev, "%s: Device matched ... !\n", __func__); |
| 697 | 697 | ||
| 698 | /* allocate memory for our device state and intialize it */ | 698 | /* allocate memory for our device state and initialize it */ |
| 699 | cs = gigaset_initcs(driver, 1, 1, 0, cidmode, GIGASET_MODULENAME); | 699 | cs = gigaset_initcs(driver, 1, 1, 0, cidmode, GIGASET_MODULENAME); |
| 700 | if (!cs) | 700 | if (!cs) |
| 701 | return -ENODEV; | 701 | return -ENODEV; |
| @@ -894,7 +894,7 @@ static int __init usb_gigaset_init(void) | |||
| 894 | { | 894 | { |
| 895 | int result; | 895 | int result; |
| 896 | 896 | ||
| 897 | /* allocate memory for our driver state and intialize it */ | 897 | /* allocate memory for our driver state and initialize it */ |
| 898 | driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, | 898 | driver = gigaset_initdriver(GIGASET_MINOR, GIGASET_MINORS, |
| 899 | GIGASET_MODULENAME, GIGASET_DEVNAME, | 899 | GIGASET_MODULENAME, GIGASET_DEVNAME, |
| 900 | &ops, THIS_MODULE); | 900 | &ops, THIS_MODULE); |
diff --git a/drivers/isdn/hardware/mISDN/ipac.h b/drivers/isdn/hardware/mISDN/ipac.h index 74a6ccf9065..8121e046b73 100644 --- a/drivers/isdn/hardware/mISDN/ipac.h +++ b/drivers/isdn/hardware/mISDN/ipac.h | |||
| @@ -29,7 +29,7 @@ struct isac_hw { | |||
| 29 | u32 type; | 29 | u32 type; |
| 30 | u32 off; /* offset to isac regs */ | 30 | u32 off; /* offset to isac regs */ |
| 31 | char *name; | 31 | char *name; |
| 32 | spinlock_t *hwlock; /* lock HW acccess */ | 32 | spinlock_t *hwlock; /* lock HW access */ |
| 33 | read_reg_func *read_reg; | 33 | read_reg_func *read_reg; |
| 34 | write_reg_func *write_reg; | 34 | write_reg_func *write_reg; |
| 35 | fifo_func *read_fifo; | 35 | fifo_func *read_fifo; |
| @@ -70,7 +70,7 @@ struct ipac_hw { | |||
| 70 | struct hscx_hw hscx[2]; | 70 | struct hscx_hw hscx[2]; |
| 71 | char *name; | 71 | char *name; |
| 72 | void *hw; | 72 | void *hw; |
| 73 | spinlock_t *hwlock; /* lock HW acccess */ | 73 | spinlock_t *hwlock; /* lock HW access */ |
| 74 | struct module *owner; | 74 | struct module *owner; |
| 75 | u32 type; | 75 | u32 type; |
| 76 | read_reg_func *read_reg; | 76 | read_reg_func *read_reg; |
diff --git a/drivers/isdn/hardware/mISDN/isar.h b/drivers/isdn/hardware/mISDN/isar.h index 4a134acd44d..9962bdf699c 100644 --- a/drivers/isdn/hardware/mISDN/isar.h +++ b/drivers/isdn/hardware/mISDN/isar.h | |||
| @@ -44,7 +44,7 @@ struct isar_ch { | |||
| 44 | struct isar_hw { | 44 | struct isar_hw { |
| 45 | struct isar_ch ch[2]; | 45 | struct isar_ch ch[2]; |
| 46 | void *hw; | 46 | void *hw; |
| 47 | spinlock_t *hwlock; /* lock HW acccess */ | 47 | spinlock_t *hwlock; /* lock HW access */ |
| 48 | char *name; | 48 | char *name; |
| 49 | struct module *owner; | 49 | struct module *owner; |
| 50 | read_reg_func *read_reg; | 50 | read_reg_func *read_reg; |
diff --git a/drivers/isdn/hisax/isar.c b/drivers/isdn/hisax/isar.c index 40b914bded8..2e72227bd07 100644 --- a/drivers/isdn/hisax/isar.c +++ b/drivers/isdn/hisax/isar.c | |||
| @@ -1427,8 +1427,8 @@ modeisar(struct BCState *bcs, int mode, int bc) | |||
| 1427 | &bcs->hw.isar.reg->Flags)) | 1427 | &bcs->hw.isar.reg->Flags)) |
| 1428 | bcs->hw.isar.dpath = 1; | 1428 | bcs->hw.isar.dpath = 1; |
| 1429 | else { | 1429 | else { |
| 1430 | printk(KERN_WARNING"isar modeisar analog funktions only with DP1\n"); | 1430 | printk(KERN_WARNING"isar modeisar analog functions only with DP1\n"); |
| 1431 | debugl1(cs, "isar modeisar analog funktions only with DP1"); | 1431 | debugl1(cs, "isar modeisar analog functions only with DP1"); |
| 1432 | return(1); | 1432 | return(1); |
| 1433 | } | 1433 | } |
| 1434 | break; | 1434 | break; |
diff --git a/drivers/media/video/cx25840/cx25840-ir.c b/drivers/media/video/cx25840/cx25840-ir.c index 97a4e9b25fe..a9d83b5d0e4 100644 --- a/drivers/media/video/cx25840/cx25840-ir.c +++ b/drivers/media/video/cx25840/cx25840-ir.c | |||
| @@ -261,7 +261,7 @@ static u16 ns_to_pulse_width_count(u32 ns, u16 divider) | |||
| 261 | u32 rem; | 261 | u32 rem; |
| 262 | 262 | ||
| 263 | /* | 263 | /* |
| 264 | * The 2 lsb's of the pulse width timer count are not accessable, hence | 264 | * The 2 lsb's of the pulse width timer count are not accessible, hence |
| 265 | * the (1 << 2) | 265 | * the (1 << 2) |
| 266 | */ | 266 | */ |
| 267 | n = ((u64) ns) * CX25840_IR_REFCLK_FREQ / 1000000; /* millicycles */ | 267 | n = ((u64) ns) * CX25840_IR_REFCLK_FREQ / 1000000; /* millicycles */ |
diff --git a/drivers/media/video/davinci/vpif.h b/drivers/media/video/davinci/vpif.h index 188841b476e..ebd5c4338eb 100644 --- a/drivers/media/video/davinci/vpif.h +++ b/drivers/media/video/davinci/vpif.h | |||
| @@ -33,7 +33,7 @@ extern spinlock_t vpif_lock; | |||
| 33 | #define regr(reg) readl((reg) + vpif_base) | 33 | #define regr(reg) readl((reg) + vpif_base) |
| 34 | #define regw(value, reg) writel(value, (reg + vpif_base)) | 34 | #define regw(value, reg) writel(value, (reg + vpif_base)) |
| 35 | 35 | ||
| 36 | /* Register Addresss Offsets */ | 36 | /* Register Address Offsets */ |
| 37 | #define VPIF_PID (0x0000) | 37 | #define VPIF_PID (0x0000) |
| 38 | #define VPIF_CH0_CTRL (0x0004) | 38 | #define VPIF_CH0_CTRL (0x0004) |
| 39 | #define VPIF_CH1_CTRL (0x0008) | 39 | #define VPIF_CH1_CTRL (0x0008) |
diff --git a/drivers/media/video/davinci/vpss.c b/drivers/media/video/davinci/vpss.c index 7918680917d..3e5cf27ec2b 100644 --- a/drivers/media/video/davinci/vpss.c +++ b/drivers/media/video/davinci/vpss.c | |||
| @@ -85,7 +85,7 @@ enum vpss_platform_type { | |||
| 85 | /* | 85 | /* |
| 86 | * vpss operations. Depends on platform. Not all functions are available | 86 | * vpss operations. Depends on platform. Not all functions are available |
| 87 | * on all platforms. The api, first check if a functio is available before | 87 | * on all platforms. The api, first check if a functio is available before |
| 88 | * invoking it. In the probe, the function ptrs are intialized based on | 88 | * invoking it. In the probe, the function ptrs are initialized based on |
| 89 | * vpss name. vpss name can be "dm355_vpss", "dm644x_vpss" etc. | 89 | * vpss name. vpss name can be "dm355_vpss", "dm644x_vpss" etc. |
| 90 | */ | 90 | */ |
| 91 | struct vpss_hw_ops { | 91 | struct vpss_hw_ops { |
diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c index 15f8793e325..21d7c0d8f51 100644 --- a/drivers/media/video/omap/omap_vout.c +++ b/drivers/media/video/omap/omap_vout.c | |||
| @@ -1286,7 +1286,7 @@ static int omap_vout_release(struct file *file) | |||
| 1286 | videobuf_mmap_free(q); | 1286 | videobuf_mmap_free(q); |
| 1287 | 1287 | ||
| 1288 | /* Even if apply changes fails we should continue | 1288 | /* Even if apply changes fails we should continue |
| 1289 | freeing allocated memeory */ | 1289 | freeing allocated memory */ |
| 1290 | if (vout->streaming) { | 1290 | if (vout->streaming) { |
| 1291 | u32 mask = 0; | 1291 | u32 mask = 0; |
| 1292 | 1292 | ||
diff --git a/drivers/media/video/saa7164/saa7164-core.c b/drivers/media/video/saa7164/saa7164-core.c index e1bac505146..cdd8e348a54 100644 --- a/drivers/media/video/saa7164/saa7164-core.c +++ b/drivers/media/video/saa7164/saa7164-core.c | |||
| @@ -653,8 +653,8 @@ static irqreturn_t saa7164_irq(int irq, void *dev_id) | |||
| 653 | goto out; | 653 | goto out; |
| 654 | } | 654 | } |
| 655 | 655 | ||
| 656 | /* Check that the hardware is accessable. If the status bytes are | 656 | /* Check that the hardware is accessible. If the status bytes are |
| 657 | * 0xFF then the device is not accessable, the the IRQ belongs | 657 | * 0xFF then the device is not accessible, the the IRQ belongs |
| 658 | * to another driver. | 658 | * to another driver. |
| 659 | * 4 x u32 interrupt registers. | 659 | * 4 x u32 interrupt registers. |
| 660 | */ | 660 | */ |
diff --git a/drivers/media/video/sn9c102/sn9c102_sensor.h b/drivers/media/video/sn9c102/sn9c102_sensor.h index 494957b10ba..7f38549715b 100644 --- a/drivers/media/video/sn9c102/sn9c102_sensor.h +++ b/drivers/media/video/sn9c102/sn9c102_sensor.h | |||
| @@ -147,7 +147,7 @@ enum sn9c102_i2c_interface { | |||
| 147 | 147 | ||
| 148 | struct sn9c102_sensor { | 148 | struct sn9c102_sensor { |
| 149 | char name[32], /* sensor name */ | 149 | char name[32], /* sensor name */ |
| 150 | maintainer[64]; /* name of the mantainer <email> */ | 150 | maintainer[64]; /* name of the maintainer <email> */ |
| 151 | 151 | ||
| 152 | enum sn9c102_bridge supported_bridge; /* supported SN9C1xx bridges */ | 152 | enum sn9c102_bridge supported_bridge; /* supported SN9C1xx bridges */ |
| 153 | 153 | ||
diff --git a/drivers/media/video/zoran/zoran.h b/drivers/media/video/zoran/zoran.h index 37fe16181e3..1f04438695d 100644 --- a/drivers/media/video/zoran/zoran.h +++ b/drivers/media/video/zoran/zoran.h | |||
| @@ -95,7 +95,7 @@ struct zoran_params { | |||
| 95 | 95 | ||
| 96 | int quality; /* Measure for quality of compressed images. | 96 | int quality; /* Measure for quality of compressed images. |
| 97 | * Scales linearly with the size of the compressed images. | 97 | * Scales linearly with the size of the compressed images. |
| 98 | * Must be beetween 0 and 100, 100 is a compression | 98 | * Must be between 0 and 100, 100 is a compression |
| 99 | * ratio of 1:4 */ | 99 | * ratio of 1:4 */ |
| 100 | 100 | ||
| 101 | int odd_even; /* Which field should come first ??? */ | 101 | int odd_even; /* Which field should come first ??? */ |
diff --git a/drivers/message/fusion/lsi/mpi_log_sas.h b/drivers/message/fusion/lsi/mpi_log_sas.h index 691620dbedd..8b04810df46 100644 --- a/drivers/message/fusion/lsi/mpi_log_sas.h +++ b/drivers/message/fusion/lsi/mpi_log_sas.h | |||
| @@ -268,7 +268,7 @@ | |||
| 268 | 268 | ||
| 269 | /* Compatibility Error : IR Disabled */ | 269 | /* Compatibility Error : IR Disabled */ |
| 270 | #define IR_LOGINFO_COMPAT_ERROR_RAID_DISABLED (0x00010030) | 270 | #define IR_LOGINFO_COMPAT_ERROR_RAID_DISABLED (0x00010030) |
| 271 | /* Compatibility Error : Inquiry Comand failed */ | 271 | /* Compatibility Error : Inquiry Command failed */ |
| 272 | #define IR_LOGINFO_COMPAT_ERROR_INQUIRY_FAILED (0x00010031) | 272 | #define IR_LOGINFO_COMPAT_ERROR_INQUIRY_FAILED (0x00010031) |
| 273 | /* Compatibility Error : Device not direct access device */ | 273 | /* Compatibility Error : Device not direct access device */ |
| 274 | #define IR_LOGINFO_COMPAT_ERROR_NOT_DIRECT_ACCESS (0x00010032) | 274 | #define IR_LOGINFO_COMPAT_ERROR_NOT_DIRECT_ACCESS (0x00010032) |
diff --git a/drivers/message/fusion/mptbase.c b/drivers/message/fusion/mptbase.c index 3e57b61ca44..3358c0af346 100644 --- a/drivers/message/fusion/mptbase.c +++ b/drivers/message/fusion/mptbase.c | |||
| @@ -7977,7 +7977,7 @@ mpt_spi_log_info(MPT_ADAPTER *ioc, u32 log_info) | |||
| 7977 | NULL, /* 2Eh */ | 7977 | NULL, /* 2Eh */ |
| 7978 | NULL, /* 2Fh */ | 7978 | NULL, /* 2Fh */ |
| 7979 | "Compatibility Error: IR Disabled", /* 30h */ | 7979 | "Compatibility Error: IR Disabled", /* 30h */ |
| 7980 | "Compatibility Error: Inquiry Comand Failed", /* 31h */ | 7980 | "Compatibility Error: Inquiry Command Failed", /* 31h */ |
| 7981 | "Compatibility Error: Device not Direct Access " | 7981 | "Compatibility Error: Device not Direct Access " |
| 7982 | "Device ", /* 32h */ | 7982 | "Device ", /* 32h */ |
| 7983 | "Compatibility Error: Removable Device Found", /* 33h */ | 7983 | "Compatibility Error: Removable Device Found", /* 33h */ |
diff --git a/drivers/message/fusion/mptsas.c b/drivers/message/fusion/mptsas.c index 83a5115f025..5651f77a8cc 100644 --- a/drivers/message/fusion/mptsas.c +++ b/drivers/message/fusion/mptsas.c | |||
| @@ -1146,7 +1146,7 @@ mptsas_target_reset_queue(MPT_ADAPTER *ioc, | |||
| 1146 | * | 1146 | * |
| 1147 | * This function will delete scheduled target reset from the list and | 1147 | * This function will delete scheduled target reset from the list and |
| 1148 | * try to send next target reset. This will be called from completion | 1148 | * try to send next target reset. This will be called from completion |
| 1149 | * context of any Task managment command. | 1149 | * context of any Task management command. |
| 1150 | */ | 1150 | */ |
| 1151 | 1151 | ||
| 1152 | void | 1152 | void |
diff --git a/drivers/message/i2o/i2o_block.c b/drivers/message/i2o/i2o_block.c index f87a9d405a5..ae7cad18589 100644 --- a/drivers/message/i2o/i2o_block.c +++ b/drivers/message/i2o/i2o_block.c | |||
| @@ -309,7 +309,7 @@ static inline void i2o_block_request_free(struct i2o_block_request *ireq) | |||
| 309 | * @ireq: I2O block request | 309 | * @ireq: I2O block request |
| 310 | * @mptr: message body pointer | 310 | * @mptr: message body pointer |
| 311 | * | 311 | * |
| 312 | * Builds the SG list and map it to be accessable by the controller. | 312 | * Builds the SG list and map it to be accessible by the controller. |
| 313 | * | 313 | * |
| 314 | * Returns 0 on failure or 1 on success. | 314 | * Returns 0 on failure or 1 on success. |
| 315 | */ | 315 | */ |
diff --git a/drivers/misc/arm-charlcd.c b/drivers/misc/arm-charlcd.c index 9e3879ef58f..fe8616a8d28 100644 --- a/drivers/misc/arm-charlcd.c +++ b/drivers/misc/arm-charlcd.c | |||
| @@ -313,7 +313,7 @@ static int __init charlcd_probe(struct platform_device *pdev) | |||
| 313 | INIT_DELAYED_WORK(&lcd->init_work, charlcd_init_work); | 313 | INIT_DELAYED_WORK(&lcd->init_work, charlcd_init_work); |
| 314 | schedule_delayed_work(&lcd->init_work, 0); | 314 | schedule_delayed_work(&lcd->init_work, 0); |
| 315 | 315 | ||
| 316 | dev_info(&pdev->dev, "initalized ARM character LCD at %08x\n", | 316 | dev_info(&pdev->dev, "initialized ARM character LCD at %08x\n", |
| 317 | lcd->phybase); | 317 | lcd->phybase); |
| 318 | 318 | ||
| 319 | return 0; | 319 | return 0; |
diff --git a/drivers/mmc/card/block.c b/drivers/mmc/card/block.c index 217f82037fc..bfc8a8ae55d 100644 --- a/drivers/mmc/card/block.c +++ b/drivers/mmc/card/block.c | |||
| @@ -257,7 +257,7 @@ static u32 get_card_status(struct mmc_card *card, struct request *req) | |||
| 257 | cmd.flags = MMC_RSP_SPI_R2 | MMC_RSP_R1 | MMC_CMD_AC; | 257 | cmd.flags = MMC_RSP_SPI_R2 | MMC_RSP_R1 | MMC_CMD_AC; |
| 258 | err = mmc_wait_for_cmd(card->host, &cmd, 0); | 258 | err = mmc_wait_for_cmd(card->host, &cmd, 0); |
| 259 | if (err) | 259 | if (err) |
| 260 | printk(KERN_ERR "%s: error %d sending status comand", | 260 | printk(KERN_ERR "%s: error %d sending status command", |
| 261 | req->rq_disk->disk_name, err); | 261 | req->rq_disk->disk_name, err); |
| 262 | return cmd.resp[0]; | 262 | return cmd.resp[0]; |
| 263 | } | 263 | } |
diff --git a/drivers/mmc/host/Kconfig b/drivers/mmc/host/Kconfig index d618e867399..c99a1fcd97f 100644 --- a/drivers/mmc/host/Kconfig +++ b/drivers/mmc/host/Kconfig | |||
| @@ -462,7 +462,7 @@ config MMC_SH_MMCIF | |||
| 462 | tristate "SuperH Internal MMCIF support" | 462 | tristate "SuperH Internal MMCIF support" |
| 463 | depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) | 463 | depends on MMC_BLOCK && (SUPERH || ARCH_SHMOBILE) |
| 464 | help | 464 | help |
| 465 | This selects the MMC Host Interface controler (MMCIF). | 465 | This selects the MMC Host Interface controller (MMCIF). |
| 466 | 466 | ||
| 467 | This driver supports MMCIF in sh7724/sh7757/sh7372. | 467 | This driver supports MMCIF in sh7724/sh7757/sh7372. |
| 468 | 468 | ||
diff --git a/drivers/mmc/host/au1xmmc.c b/drivers/mmc/host/au1xmmc.c index 41e5a60493a..ef72e874ca3 100644 --- a/drivers/mmc/host/au1xmmc.c +++ b/drivers/mmc/host/au1xmmc.c | |||
| @@ -192,7 +192,7 @@ static inline void SEND_STOP(struct au1xmmc_host *host) | |||
| 192 | au_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host)); | 192 | au_writel(config2 | SD_CONFIG2_DF, HOST_CONFIG2(host)); |
| 193 | au_sync(); | 193 | au_sync(); |
| 194 | 194 | ||
| 195 | /* Send the stop commmand */ | 195 | /* Send the stop command */ |
| 196 | au_writel(STOP_CMD, HOST_CMD(host)); | 196 | au_writel(STOP_CMD, HOST_CMD(host)); |
| 197 | } | 197 | } |
| 198 | 198 | ||
diff --git a/drivers/mmc/host/sdricoh_cs.c b/drivers/mmc/host/sdricoh_cs.c index f472c2714eb..bbc298fd2a1 100644 --- a/drivers/mmc/host/sdricoh_cs.c +++ b/drivers/mmc/host/sdricoh_cs.c | |||
| @@ -446,7 +446,7 @@ static int sdricoh_init_mmc(struct pci_dev *pci_dev, | |||
| 446 | mmc->max_seg_size = 1024 * 512; | 446 | mmc->max_seg_size = 1024 * 512; |
| 447 | mmc->max_blk_size = 512; | 447 | mmc->max_blk_size = 512; |
| 448 | 448 | ||
| 449 | /* reset the controler */ | 449 | /* reset the controller */ |
| 450 | if (sdricoh_reset(host)) { | 450 | if (sdricoh_reset(host)) { |
| 451 | dev_dbg(dev, "could not reset\n"); | 451 | dev_dbg(dev, "could not reset\n"); |
| 452 | result = -EIO; | 452 | result = -EIO; |
| @@ -478,7 +478,7 @@ static int sdricoh_pcmcia_probe(struct pcmcia_device *pcmcia_dev) | |||
| 478 | dev_info(&pcmcia_dev->dev, "Searching MMC controller for pcmcia device" | 478 | dev_info(&pcmcia_dev->dev, "Searching MMC controller for pcmcia device" |
| 479 | " %s %s ...\n", pcmcia_dev->prod_id[0], pcmcia_dev->prod_id[1]); | 479 | " %s %s ...\n", pcmcia_dev->prod_id[0], pcmcia_dev->prod_id[1]); |
| 480 | 480 | ||
| 481 | /* search pci cardbus bridge that contains the mmc controler */ | 481 | /* search pci cardbus bridge that contains the mmc controller */ |
| 482 | /* the io region is already claimed by yenta_socket... */ | 482 | /* the io region is already claimed by yenta_socket... */ |
| 483 | while ((pci_dev = | 483 | while ((pci_dev = |
| 484 | pci_get_device(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_RL5C476, | 484 | pci_get_device(PCI_VENDOR_ID_RICOH, PCI_DEVICE_ID_RICOH_RL5C476, |
diff --git a/drivers/mtd/nand/nand_base.c b/drivers/mtd/nand/nand_base.c index 1f75a1b1f7c..31bf376b82a 100644 --- a/drivers/mtd/nand/nand_base.c +++ b/drivers/mtd/nand/nand_base.c | |||
| @@ -821,7 +821,7 @@ retry: | |||
| 821 | * | 821 | * |
| 822 | * Wait for command done. This is a helper function for nand_wait used when | 822 | * Wait for command done. This is a helper function for nand_wait used when |
| 823 | * we are in interrupt context. May happen when in panic and trying to write | 823 | * we are in interrupt context. May happen when in panic and trying to write |
| 824 | * an oops trough mtdoops. | 824 | * an oops through mtdoops. |
| 825 | */ | 825 | */ |
| 826 | static void panic_nand_wait(struct mtd_info *mtd, struct nand_chip *chip, | 826 | static void panic_nand_wait(struct mtd_info *mtd, struct nand_chip *chip, |
| 827 | unsigned long timeo) | 827 | unsigned long timeo) |
diff --git a/drivers/net/bnx2x/bnx2x_main.c b/drivers/net/bnx2x/bnx2x_main.c index e9ad16f00b5..4a6f0eac8b1 100644 --- a/drivers/net/bnx2x/bnx2x_main.c +++ b/drivers/net/bnx2x/bnx2x_main.c | |||
| @@ -4947,7 +4947,7 @@ static int bnx2x_init_hw_common(struct bnx2x *bp, u32 load_code) | |||
| 4947 | memset(&ilt_cli, 0, sizeof(struct ilt_client_info)); | 4947 | memset(&ilt_cli, 0, sizeof(struct ilt_client_info)); |
| 4948 | memset(&ilt, 0, sizeof(struct bnx2x_ilt)); | 4948 | memset(&ilt, 0, sizeof(struct bnx2x_ilt)); |
| 4949 | 4949 | ||
| 4950 | /* initalize dummy TM client */ | 4950 | /* initialize dummy TM client */ |
| 4951 | ilt_cli.start = 0; | 4951 | ilt_cli.start = 0; |
| 4952 | ilt_cli.end = ILT_NUM_PAGE_ENTRIES - 1; | 4952 | ilt_cli.end = ILT_NUM_PAGE_ENTRIES - 1; |
| 4953 | ilt_cli.client_num = ILT_CLIENT_TM; | 4953 | ilt_cli.client_num = ILT_CLIENT_TM; |
diff --git a/drivers/net/bnx2x/bnx2x_reg.h b/drivers/net/bnx2x/bnx2x_reg.h index 1cefe489a95..245220af9fe 100644 --- a/drivers/net/bnx2x/bnx2x_reg.h +++ b/drivers/net/bnx2x/bnx2x_reg.h | |||
| @@ -1604,7 +1604,7 @@ | |||
| 1604 | (~misc_registers_sw_timer_cfg_4.sw_timer_cfg_4[1] ) is set */ | 1604 | (~misc_registers_sw_timer_cfg_4.sw_timer_cfg_4[1] ) is set */ |
| 1605 | #define MISC_REG_SW_TIMER_RELOAD_VAL_4 0xa2fc | 1605 | #define MISC_REG_SW_TIMER_RELOAD_VAL_4 0xa2fc |
| 1606 | /* [RW 32] the value of the counter for sw timers1-8. there are 8 addresses | 1606 | /* [RW 32] the value of the counter for sw timers1-8. there are 8 addresses |
| 1607 | in this register. addres 0 - timer 1; address 1 - timer 2, ... address 7 - | 1607 | in this register. address 0 - timer 1; address 1 - timer 2, ... address 7 - |
| 1608 | timer 8 */ | 1608 | timer 8 */ |
| 1609 | #define MISC_REG_SW_TIMER_VAL 0xa5c0 | 1609 | #define MISC_REG_SW_TIMER_VAL 0xa5c0 |
| 1610 | /* [RW 1] Set by the MCP to remember if one or more of the drivers is/are | 1610 | /* [RW 1] Set by the MCP to remember if one or more of the drivers is/are |
diff --git a/drivers/net/bonding/bond_3ad.c b/drivers/net/bonding/bond_3ad.c index 881914bc4e9..106718c1be5 100644 --- a/drivers/net/bonding/bond_3ad.c +++ b/drivers/net/bonding/bond_3ad.c | |||
| @@ -840,7 +840,7 @@ static int ad_lacpdu_send(struct port *port) | |||
| 840 | lacpdu_header = (struct lacpdu_header *)skb_put(skb, length); | 840 | lacpdu_header = (struct lacpdu_header *)skb_put(skb, length); |
| 841 | 841 | ||
| 842 | memcpy(lacpdu_header->hdr.h_dest, lacpdu_mcast_addr, ETH_ALEN); | 842 | memcpy(lacpdu_header->hdr.h_dest, lacpdu_mcast_addr, ETH_ALEN); |
| 843 | /* Note: source addres is set to be the member's PERMANENT address, | 843 | /* Note: source address is set to be the member's PERMANENT address, |
| 844 | because we use it to identify loopback lacpdus in receive. */ | 844 | because we use it to identify loopback lacpdus in receive. */ |
| 845 | memcpy(lacpdu_header->hdr.h_source, slave->perm_hwaddr, ETH_ALEN); | 845 | memcpy(lacpdu_header->hdr.h_source, slave->perm_hwaddr, ETH_ALEN); |
| 846 | lacpdu_header->hdr.h_proto = PKT_TYPE_LACPDU; | 846 | lacpdu_header->hdr.h_proto = PKT_TYPE_LACPDU; |
| @@ -881,7 +881,7 @@ static int ad_marker_send(struct port *port, struct bond_marker *marker) | |||
| 881 | marker_header = (struct bond_marker_header *)skb_put(skb, length); | 881 | marker_header = (struct bond_marker_header *)skb_put(skb, length); |
| 882 | 882 | ||
| 883 | memcpy(marker_header->hdr.h_dest, lacpdu_mcast_addr, ETH_ALEN); | 883 | memcpy(marker_header->hdr.h_dest, lacpdu_mcast_addr, ETH_ALEN); |
| 884 | /* Note: source addres is set to be the member's PERMANENT address, | 884 | /* Note: source address is set to be the member's PERMANENT address, |
| 885 | because we use it to identify loopback MARKERs in receive. */ | 885 | because we use it to identify loopback MARKERs in receive. */ |
| 886 | memcpy(marker_header->hdr.h_source, slave->perm_hwaddr, ETH_ALEN); | 886 | memcpy(marker_header->hdr.h_source, slave->perm_hwaddr, ETH_ALEN); |
| 887 | marker_header->hdr.h_proto = PKT_TYPE_LACPDU; | 887 | marker_header->hdr.h_proto = PKT_TYPE_LACPDU; |
| @@ -1916,7 +1916,7 @@ int bond_3ad_bind_slave(struct slave *slave) | |||
| 1916 | return -1; | 1916 | return -1; |
| 1917 | } | 1917 | } |
| 1918 | 1918 | ||
| 1919 | //check that the slave has not been intialized yet. | 1919 | //check that the slave has not been initialized yet. |
| 1920 | if (SLAVE_AD_INFO(slave).port.slave != slave) { | 1920 | if (SLAVE_AD_INFO(slave).port.slave != slave) { |
| 1921 | 1921 | ||
| 1922 | // port initialization | 1922 | // port initialization |
diff --git a/drivers/net/chelsio/subr.c b/drivers/net/chelsio/subr.c index 63ebf76d239..8a43c7e1970 100644 --- a/drivers/net/chelsio/subr.c +++ b/drivers/net/chelsio/subr.c | |||
| @@ -556,7 +556,7 @@ struct chelsio_vpd_t { | |||
| 556 | #define EEPROM_MAX_POLL 4 | 556 | #define EEPROM_MAX_POLL 4 |
| 557 | 557 | ||
| 558 | /* | 558 | /* |
| 559 | * Read SEEPROM. A zero is written to the flag register when the addres is | 559 | * Read SEEPROM. A zero is written to the flag register when the address is |
| 560 | * written to the Control register. The hardware device will set the flag to a | 560 | * written to the Control register. The hardware device will set the flag to a |
| 561 | * one when 4B have been transferred to the Data register. | 561 | * one when 4B have been transferred to the Data register. |
| 562 | */ | 562 | */ |
diff --git a/drivers/net/cxgb3/mc5.c b/drivers/net/cxgb3/mc5.c index a8766fb2f9a..e13b7fe9d08 100644 --- a/drivers/net/cxgb3/mc5.c +++ b/drivers/net/cxgb3/mc5.c | |||
| @@ -318,7 +318,7 @@ static void mc5_dbgi_mode_disable(const struct mc5 *mc5) | |||
| 318 | 318 | ||
| 319 | /* | 319 | /* |
| 320 | * Initialization that requires the OS and protocol layers to already | 320 | * Initialization that requires the OS and protocol layers to already |
| 321 | * be intialized goes here. | 321 | * be initialized goes here. |
| 322 | */ | 322 | */ |
| 323 | int t3_mc5_init(struct mc5 *mc5, unsigned int nservers, unsigned int nfilters, | 323 | int t3_mc5_init(struct mc5 *mc5, unsigned int nservers, unsigned int nfilters, |
| 324 | unsigned int nroutes) | 324 | unsigned int nroutes) |
diff --git a/drivers/net/cxgb3/t3_hw.c b/drivers/net/cxgb3/t3_hw.c index 3a6adf0b3e9..0b197043bc3 100644 --- a/drivers/net/cxgb3/t3_hw.c +++ b/drivers/net/cxgb3/t3_hw.c | |||
| @@ -607,7 +607,7 @@ struct t3_vpd { | |||
| 607 | * | 607 | * |
| 608 | * Read a 32-bit word from a location in VPD EEPROM using the card's PCI | 608 | * Read a 32-bit word from a location in VPD EEPROM using the card's PCI |
| 609 | * VPD ROM capability. A zero is written to the flag bit when the | 609 | * VPD ROM capability. A zero is written to the flag bit when the |
| 610 | * addres is written to the control register. The hardware device will | 610 | * address is written to the control register. The hardware device will |
| 611 | * set the flag to 1 when 4 bytes have been read into the data register. | 611 | * set the flag to 1 when 4 bytes have been read into the data register. |
| 612 | */ | 612 | */ |
| 613 | int t3_seeprom_read(struct adapter *adapter, u32 addr, __le32 *data) | 613 | int t3_seeprom_read(struct adapter *adapter, u32 addr, __le32 *data) |
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index ecd9f6c6bcd..5e820f4e68b 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
| @@ -41,7 +41,7 @@ struct e1000_hw; | |||
| 41 | struct e1000_hw_stats; | 41 | struct e1000_hw_stats; |
| 42 | 42 | ||
| 43 | /* Enumerated types specific to the e1000 hardware */ | 43 | /* Enumerated types specific to the e1000 hardware */ |
| 44 | /* Media Access Controlers */ | 44 | /* Media Access Controllers */ |
| 45 | typedef enum { | 45 | typedef enum { |
| 46 | e1000_undefined = 0, | 46 | e1000_undefined = 0, |
| 47 | e1000_82542_rev2_0, | 47 | e1000_82542_rev2_0, |
diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index 4686c3983fc..1b8a43a29c0 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c | |||
| @@ -2194,7 +2194,7 @@ static void e1000_set_rx_mode(struct net_device *netdev) | |||
| 2194 | * addresses take precedence to avoid disabling unicast filtering | 2194 | * addresses take precedence to avoid disabling unicast filtering |
| 2195 | * when possible. | 2195 | * when possible. |
| 2196 | * | 2196 | * |
| 2197 | * RAR 0 is used for the station MAC adddress | 2197 | * RAR 0 is used for the station MAC address |
| 2198 | * if there are not 14 addresses, go ahead and clear the filters | 2198 | * if there are not 14 addresses, go ahead and clear the filters |
| 2199 | */ | 2199 | */ |
| 2200 | i = 1; | 2200 | i = 1; |
diff --git a/drivers/net/e1000e/82571.c b/drivers/net/e1000e/82571.c index 7236f1a53ba..a655beb6932 100644 --- a/drivers/net/e1000e/82571.c +++ b/drivers/net/e1000e/82571.c | |||
| @@ -300,7 +300,7 @@ static s32 e1000_init_mac_params_82571(struct e1000_adapter *adapter) | |||
| 300 | 300 | ||
| 301 | /* | 301 | /* |
| 302 | * Ensure that the inter-port SWSM.SMBI lock bit is clear before | 302 | * Ensure that the inter-port SWSM.SMBI lock bit is clear before |
| 303 | * first NVM or PHY acess. This should be done for single-port | 303 | * first NVM or PHY access. This should be done for single-port |
| 304 | * devices, and for one port only on dual-port devices so that | 304 | * devices, and for one port only on dual-port devices so that |
| 305 | * for those devices we can still use the SMBI lock to synchronize | 305 | * for those devices we can still use the SMBI lock to synchronize |
| 306 | * inter-port accesses to the PHY & NVM. | 306 | * inter-port accesses to the PHY & NVM. |
diff --git a/drivers/net/e1000e/ich8lan.c b/drivers/net/e1000e/ich8lan.c index e3374d9a247..38c84ba3e3c 100644 --- a/drivers/net/e1000e/ich8lan.c +++ b/drivers/net/e1000e/ich8lan.c | |||
| @@ -321,7 +321,7 @@ static s32 e1000_init_phy_params_pchlan(struct e1000_hw *hw) | |||
| 321 | } | 321 | } |
| 322 | 322 | ||
| 323 | /* | 323 | /* |
| 324 | * Reset the PHY before any acccess to it. Doing so, ensures that | 324 | * Reset the PHY before any access to it. Doing so, ensures that |
| 325 | * the PHY is in a known good state before we read/write PHY registers. | 325 | * the PHY is in a known good state before we read/write PHY registers. |
| 326 | * The generic reset is sufficient here, because we haven't determined | 326 | * The generic reset is sufficient here, because we haven't determined |
| 327 | * the PHY type yet. | 327 | * the PHY type yet. |
diff --git a/drivers/net/e1000e/phy.c b/drivers/net/e1000e/phy.c index 3d3dc0c8235..b9bff5ba009 100644 --- a/drivers/net/e1000e/phy.c +++ b/drivers/net/e1000e/phy.c | |||
| @@ -2976,7 +2976,7 @@ s32 e1000_write_phy_reg_hv_locked(struct e1000_hw *hw, u32 offset, u16 data) | |||
| 2976 | } | 2976 | } |
| 2977 | 2977 | ||
| 2978 | /** | 2978 | /** |
| 2979 | * e1000_get_phy_addr_for_hv_page - Get PHY adrress based on page | 2979 | * e1000_get_phy_addr_for_hv_page - Get PHY address based on page |
| 2980 | * @page: page to be accessed | 2980 | * @page: page to be accessed |
| 2981 | **/ | 2981 | **/ |
| 2982 | static u32 e1000_get_phy_addr_for_hv_page(u32 page) | 2982 | static u32 e1000_get_phy_addr_for_hv_page(u32 page) |
diff --git a/drivers/net/eepro.c b/drivers/net/eepro.c index 7c826319ee5..dbaec546c42 100644 --- a/drivers/net/eepro.c +++ b/drivers/net/eepro.c | |||
| @@ -1760,7 +1760,7 @@ module_param_array(io, int, NULL, 0); | |||
| 1760 | module_param_array(irq, int, NULL, 0); | 1760 | module_param_array(irq, int, NULL, 0); |
| 1761 | module_param_array(mem, int, NULL, 0); | 1761 | module_param_array(mem, int, NULL, 0); |
| 1762 | module_param(autodetect, int, 0); | 1762 | module_param(autodetect, int, 0); |
| 1763 | MODULE_PARM_DESC(io, "EtherExpress Pro/10 I/O base addres(es)"); | 1763 | MODULE_PARM_DESC(io, "EtherExpress Pro/10 I/O base address(es)"); |
| 1764 | MODULE_PARM_DESC(irq, "EtherExpress Pro/10 IRQ number(s)"); | 1764 | MODULE_PARM_DESC(irq, "EtherExpress Pro/10 IRQ number(s)"); |
| 1765 | MODULE_PARM_DESC(mem, "EtherExpress Pro/10 Rx buffer size(es) in kB (3-29)"); | 1765 | MODULE_PARM_DESC(mem, "EtherExpress Pro/10 Rx buffer size(es) in kB (3-29)"); |
| 1766 | MODULE_PARM_DESC(autodetect, "EtherExpress Pro/10 force board(s) detection (0-1)"); | 1766 | MODULE_PARM_DESC(autodetect, "EtherExpress Pro/10 force board(s) detection (0-1)"); |
diff --git a/drivers/net/irda/donauboe.h b/drivers/net/irda/donauboe.h index 4dc39e5f015..77fcf445916 100644 --- a/drivers/net/irda/donauboe.h +++ b/drivers/net/irda/donauboe.h | |||
| @@ -30,7 +30,7 @@ | |||
| 30 | * or the type-DO IR port. | 30 | * or the type-DO IR port. |
| 31 | * | 31 | * |
| 32 | * IrDA chip set list from Toshiba Computer Engineering Corp. | 32 | * IrDA chip set list from Toshiba Computer Engineering Corp. |
| 33 | * model method maker controler Version | 33 | * model method maker controller Version |
| 34 | * Portege 320CT FIR,SIR Toshiba Oboe(Triangle) | 34 | * Portege 320CT FIR,SIR Toshiba Oboe(Triangle) |
| 35 | * Portege 3010CT FIR,SIR Toshiba Oboe(Sydney) | 35 | * Portege 3010CT FIR,SIR Toshiba Oboe(Sydney) |
| 36 | * Portege 3015CT FIR,SIR Toshiba Oboe(Sydney) | 36 | * Portege 3015CT FIR,SIR Toshiba Oboe(Sydney) |
diff --git a/drivers/net/ixgbe/ixgbe_82599.c b/drivers/net/ixgbe/ixgbe_82599.c index 0bd8fbb5bfd..05e6b8cafb3 100644 --- a/drivers/net/ixgbe/ixgbe_82599.c +++ b/drivers/net/ixgbe/ixgbe_82599.c | |||
| @@ -1078,7 +1078,7 @@ s32 ixgbe_init_fdir_signature_82599(struct ixgbe_hw *hw, u32 pballoc) | |||
| 1078 | 1078 | ||
| 1079 | /* | 1079 | /* |
| 1080 | * The defaults in the HW for RX PB 1-7 are not zero and so should be | 1080 | * The defaults in the HW for RX PB 1-7 are not zero and so should be |
| 1081 | * intialized to zero for non DCB mode otherwise actual total RX PB | 1081 | * initialized to zero for non DCB mode otherwise actual total RX PB |
| 1082 | * would be bigger than programmed and filter space would run into | 1082 | * would be bigger than programmed and filter space would run into |
| 1083 | * the PB 0 region. | 1083 | * the PB 0 region. |
| 1084 | */ | 1084 | */ |
| @@ -1169,7 +1169,7 @@ s32 ixgbe_init_fdir_perfect_82599(struct ixgbe_hw *hw, u32 pballoc) | |||
| 1169 | 1169 | ||
| 1170 | /* | 1170 | /* |
| 1171 | * The defaults in the HW for RX PB 1-7 are not zero and so should be | 1171 | * The defaults in the HW for RX PB 1-7 are not zero and so should be |
| 1172 | * intialized to zero for non DCB mode otherwise actual total RX PB | 1172 | * initialized to zero for non DCB mode otherwise actual total RX PB |
| 1173 | * would be bigger than programmed and filter space would run into | 1173 | * would be bigger than programmed and filter space would run into |
| 1174 | * the PB 0 region. | 1174 | * the PB 0 region. |
| 1175 | */ | 1175 | */ |
diff --git a/drivers/net/ll_temac_main.c b/drivers/net/ll_temac_main.c index 9f8e7027b0b..661ed1ff4c2 100644 --- a/drivers/net/ll_temac_main.c +++ b/drivers/net/ll_temac_main.c | |||
| @@ -238,7 +238,7 @@ static int temac_dma_bd_init(struct net_device *ndev) | |||
| 238 | goto out; | 238 | goto out; |
| 239 | } | 239 | } |
| 240 | /* allocate the tx and rx ring buffer descriptors. */ | 240 | /* allocate the tx and rx ring buffer descriptors. */ |
| 241 | /* returns a virtual addres and a physical address. */ | 241 | /* returns a virtual address and a physical address. */ |
| 242 | lp->tx_bd_v = dma_alloc_coherent(ndev->dev.parent, | 242 | lp->tx_bd_v = dma_alloc_coherent(ndev->dev.parent, |
| 243 | sizeof(*lp->tx_bd_v) * TX_BD_NUM, | 243 | sizeof(*lp->tx_bd_v) * TX_BD_NUM, |
| 244 | &lp->tx_bd_p, GFP_KERNEL); | 244 | &lp->tx_bd_p, GFP_KERNEL); |
diff --git a/drivers/net/sis900.c b/drivers/net/sis900.c index 58183686709..5976d1d51df 100644 --- a/drivers/net/sis900.c +++ b/drivers/net/sis900.c | |||
| @@ -36,7 +36,7 @@ | |||
| 36 | Rev 1.07.06 Nov. 7 2000 Jeff Garzik <jgarzik@pobox.com> some bug fix and cleaning | 36 | Rev 1.07.06 Nov. 7 2000 Jeff Garzik <jgarzik@pobox.com> some bug fix and cleaning |
| 37 | Rev 1.07.05 Nov. 6 2000 metapirat<metapirat@gmx.de> contribute media type select by ifconfig | 37 | Rev 1.07.05 Nov. 6 2000 metapirat<metapirat@gmx.de> contribute media type select by ifconfig |
| 38 | Rev 1.07.04 Sep. 6 2000 Lei-Chun Chang added ICS1893 PHY support | 38 | Rev 1.07.04 Sep. 6 2000 Lei-Chun Chang added ICS1893 PHY support |
| 39 | Rev 1.07.03 Aug. 24 2000 Lei-Chun Chang (lcchang@sis.com.tw) modified 630E eqaulizer workaround rule | 39 | Rev 1.07.03 Aug. 24 2000 Lei-Chun Chang (lcchang@sis.com.tw) modified 630E equalizer workaround rule |
| 40 | Rev 1.07.01 Aug. 08 2000 Ollie Lho minor update for SiS 630E and SiS 630E A1 | 40 | Rev 1.07.01 Aug. 08 2000 Ollie Lho minor update for SiS 630E and SiS 630E A1 |
| 41 | Rev 1.07 Mar. 07 2000 Ollie Lho bug fix in Rx buffer ring | 41 | Rev 1.07 Mar. 07 2000 Ollie Lho bug fix in Rx buffer ring |
| 42 | Rev 1.06.04 Feb. 11 2000 Jeff Garzik <jgarzik@pobox.com> softnet and init for kernel 2.4 | 42 | Rev 1.06.04 Feb. 11 2000 Jeff Garzik <jgarzik@pobox.com> softnet and init for kernel 2.4 |
diff --git a/drivers/net/tehuti.c b/drivers/net/tehuti.c index 8b3dc1eb401..474652a2f70 100644 --- a/drivers/net/tehuti.c +++ b/drivers/net/tehuti.c | |||
| @@ -12,7 +12,7 @@ | |||
| 12 | /* | 12 | /* |
| 13 | * RX HW/SW interaction overview | 13 | * RX HW/SW interaction overview |
| 14 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 14 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 15 | * There are 2 types of RX communication channels betwean driver and NIC. | 15 | * There are 2 types of RX communication channels between driver and NIC. |
| 16 | * 1) RX Free Fifo - RXF - holds descriptors of empty buffers to accept incoming | 16 | * 1) RX Free Fifo - RXF - holds descriptors of empty buffers to accept incoming |
| 17 | * traffic. This Fifo is filled by SW and is readen by HW. Each descriptor holds | 17 | * traffic. This Fifo is filled by SW and is readen by HW. Each descriptor holds |
| 18 | * info about buffer's location, size and ID. An ID field is used to identify a | 18 | * info about buffer's location, size and ID. An ID field is used to identify a |
| @@ -821,7 +821,7 @@ static void bdx_setmulti(struct net_device *ndev) | |||
| 821 | } | 821 | } |
| 822 | 822 | ||
| 823 | /* use PMF to accept first MAC_MCST_NUM (15) addresses */ | 823 | /* use PMF to accept first MAC_MCST_NUM (15) addresses */ |
| 824 | /* TBD: sort addreses and write them in ascending order | 824 | /* TBD: sort addresses and write them in ascending order |
| 825 | * into RX_MAC_MCST regs. we skip this phase now and accept ALL | 825 | * into RX_MAC_MCST regs. we skip this phase now and accept ALL |
| 826 | * multicast frames throu IMF */ | 826 | * multicast frames throu IMF */ |
| 827 | /* accept the rest of addresses throu IMF */ | 827 | /* accept the rest of addresses throu IMF */ |
| @@ -1346,7 +1346,7 @@ static void print_rxfd(struct rxf_desc *rxfd) | |||
| 1346 | /* | 1346 | /* |
| 1347 | * TX HW/SW interaction overview | 1347 | * TX HW/SW interaction overview |
| 1348 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 1348 | * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 1349 | * There are 2 types of TX communication channels betwean driver and NIC. | 1349 | * There are 2 types of TX communication channels between driver and NIC. |
| 1350 | * 1) TX Free Fifo - TXF - holds ack descriptors for sent packets | 1350 | * 1) TX Free Fifo - TXF - holds ack descriptors for sent packets |
| 1351 | * 2) TX Data Fifo - TXD - holds descriptors of full buffers. | 1351 | * 2) TX Data Fifo - TXD - holds descriptors of full buffers. |
| 1352 | * | 1352 | * |
diff --git a/drivers/net/tun.c b/drivers/net/tun.c index 55f3a3e667a..e625f9530cf 100644 --- a/drivers/net/tun.c +++ b/drivers/net/tun.c | |||
| @@ -1309,7 +1309,7 @@ static long __tun_chr_ioctl(struct file *file, unsigned int cmd, | |||
| 1309 | break; | 1309 | break; |
| 1310 | 1310 | ||
| 1311 | case SIOCGIFHWADDR: | 1311 | case SIOCGIFHWADDR: |
| 1312 | /* Get hw addres */ | 1312 | /* Get hw address */ |
| 1313 | memcpy(ifr.ifr_hwaddr.sa_data, tun->dev->dev_addr, ETH_ALEN); | 1313 | memcpy(ifr.ifr_hwaddr.sa_data, tun->dev->dev_addr, ETH_ALEN); |
| 1314 | ifr.ifr_hwaddr.sa_family = tun->dev->type; | 1314 | ifr.ifr_hwaddr.sa_family = tun->dev->type; |
| 1315 | if (copy_to_user(argp, &ifr, ifreq_len)) | 1315 | if (copy_to_user(argp, &ifr, ifreq_len)) |
diff --git a/drivers/net/vxge/vxge-traffic.h b/drivers/net/vxge/vxge-traffic.h index 9890d4d596d..654295816a3 100644 --- a/drivers/net/vxge/vxge-traffic.h +++ b/drivers/net/vxge/vxge-traffic.h | |||
| @@ -1695,7 +1695,7 @@ struct vxge_hw_device_stats_sw_err { | |||
| 1695 | * struct vxge_hw_device_stats - Contains HW per-device statistics, | 1695 | * struct vxge_hw_device_stats - Contains HW per-device statistics, |
| 1696 | * including hw. | 1696 | * including hw. |
| 1697 | * @devh: HW device handle. | 1697 | * @devh: HW device handle. |
| 1698 | * @dma_addr: DMA addres of the %hw_info. Given to device to fill-in the stats. | 1698 | * @dma_addr: DMA address of the %hw_info. Given to device to fill-in the stats. |
| 1699 | * @hw_info_dmah: DMA handle used to map hw statistics onto the device memory | 1699 | * @hw_info_dmah: DMA handle used to map hw statistics onto the device memory |
| 1700 | * space. | 1700 | * space. |
| 1701 | * @hw_info_dma_acch: One more DMA handle used subsequently to free the | 1701 | * @hw_info_dma_acch: One more DMA handle used subsequently to free the |
diff --git a/drivers/net/wan/dscc4.c b/drivers/net/wan/dscc4.c index d45b08d1dbc..94ff9b02e28 100644 --- a/drivers/net/wan/dscc4.c +++ b/drivers/net/wan/dscc4.c | |||
| @@ -125,7 +125,7 @@ static u32 dscc4_pci_config_store[16]; | |||
| 125 | /* Module parameters */ | 125 | /* Module parameters */ |
| 126 | 126 | ||
| 127 | MODULE_AUTHOR("Maintainer: Francois Romieu <romieu@cogenit.fr>"); | 127 | MODULE_AUTHOR("Maintainer: Francois Romieu <romieu@cogenit.fr>"); |
| 128 | MODULE_DESCRIPTION("Siemens PEB20534 PCI Controler"); | 128 | MODULE_DESCRIPTION("Siemens PEB20534 PCI Controller"); |
| 129 | MODULE_LICENSE("GPL"); | 129 | MODULE_LICENSE("GPL"); |
| 130 | module_param(debug, int, 0); | 130 | module_param(debug, int, 0); |
| 131 | MODULE_PARM_DESC(debug,"Enable/disable extra messages"); | 131 | MODULE_PARM_DESC(debug,"Enable/disable extra messages"); |
diff --git a/drivers/net/wimax/i2400m/driver.c b/drivers/net/wimax/i2400m/driver.c index cdedab46ba2..bcb483fdc4d 100644 --- a/drivers/net/wimax/i2400m/driver.c +++ b/drivers/net/wimax/i2400m/driver.c | |||
| @@ -280,7 +280,7 @@ int i2400m_check_mac_addr(struct i2400m *i2400m) | |||
| 280 | result); | 280 | result); |
| 281 | goto error; | 281 | goto error; |
| 282 | } | 282 | } |
| 283 | /* Extract MAC addresss */ | 283 | /* Extract MAC address */ |
| 284 | ddi = (void *) skb->data; | 284 | ddi = (void *) skb->data; |
| 285 | BUILD_BUG_ON(ETH_ALEN != sizeof(ddi->mac_address)); | 285 | BUILD_BUG_ON(ETH_ALEN != sizeof(ddi->mac_address)); |
| 286 | d_printf(2, dev, "GET DEVICE INFO: mac addr %pM\n", | 286 | d_printf(2, dev, "GET DEVICE INFO: mac addr %pM\n", |
diff --git a/drivers/net/wimax/i2400m/i2400m.h b/drivers/net/wimax/i2400m/i2400m.h index 59ac7705e76..8cde3a52d22 100644 --- a/drivers/net/wimax/i2400m/i2400m.h +++ b/drivers/net/wimax/i2400m/i2400m.h | |||
| @@ -698,7 +698,7 @@ enum i2400m_bm_cmd_flags { | |||
| 698 | * @I2400M_BRI_MAC_REINIT: We need to reinitialize the boot | 698 | * @I2400M_BRI_MAC_REINIT: We need to reinitialize the boot |
| 699 | * rom after reading the MAC address. This is quite a dirty hack, | 699 | * rom after reading the MAC address. This is quite a dirty hack, |
| 700 | * if you ask me -- the device requires the bootrom to be | 700 | * if you ask me -- the device requires the bootrom to be |
| 701 | * intialized after reading the MAC address. | 701 | * initialized after reading the MAC address. |
| 702 | */ | 702 | */ |
| 703 | enum i2400m_bri { | 703 | enum i2400m_bri { |
| 704 | I2400M_BRI_SOFT = 1 << 1, | 704 | I2400M_BRI_SOFT = 1 << 1, |
diff --git a/drivers/net/wireless/ath/ath5k/reg.h b/drivers/net/wireless/ath/ath5k/reg.h index ca79ecd832f..2a246d13b52 100644 --- a/drivers/net/wireless/ath/ath5k/reg.h +++ b/drivers/net/wireless/ath/ath5k/reg.h | |||
| @@ -1063,7 +1063,7 @@ | |||
| 1063 | /* | 1063 | /* |
| 1064 | * EEPROM command register | 1064 | * EEPROM command register |
| 1065 | */ | 1065 | */ |
| 1066 | #define AR5K_EEPROM_CMD 0x6008 /* Register Addres */ | 1066 | #define AR5K_EEPROM_CMD 0x6008 /* Register Address */ |
| 1067 | #define AR5K_EEPROM_CMD_READ 0x00000001 /* EEPROM read */ | 1067 | #define AR5K_EEPROM_CMD_READ 0x00000001 /* EEPROM read */ |
| 1068 | #define AR5K_EEPROM_CMD_WRITE 0x00000002 /* EEPROM write */ | 1068 | #define AR5K_EEPROM_CMD_WRITE 0x00000002 /* EEPROM write */ |
| 1069 | #define AR5K_EEPROM_CMD_RESET 0x00000004 /* EEPROM reset */ | 1069 | #define AR5K_EEPROM_CMD_RESET 0x00000004 /* EEPROM reset */ |
| @@ -1083,7 +1083,7 @@ | |||
| 1083 | /* | 1083 | /* |
| 1084 | * EEPROM config register | 1084 | * EEPROM config register |
| 1085 | */ | 1085 | */ |
| 1086 | #define AR5K_EEPROM_CFG 0x6010 /* Register Addres */ | 1086 | #define AR5K_EEPROM_CFG 0x6010 /* Register Address */ |
| 1087 | #define AR5K_EEPROM_CFG_SIZE 0x00000003 /* Size determination override */ | 1087 | #define AR5K_EEPROM_CFG_SIZE 0x00000003 /* Size determination override */ |
| 1088 | #define AR5K_EEPROM_CFG_SIZE_AUTO 0 | 1088 | #define AR5K_EEPROM_CFG_SIZE_AUTO 0 |
| 1089 | #define AR5K_EEPROM_CFG_SIZE_4KBIT 1 | 1089 | #define AR5K_EEPROM_CFG_SIZE_4KBIT 1 |
| @@ -1125,7 +1125,7 @@ | |||
| 1125 | * Second station id register (Upper 16 bits of MAC address + PCU settings) | 1125 | * Second station id register (Upper 16 bits of MAC address + PCU settings) |
| 1126 | */ | 1126 | */ |
| 1127 | #define AR5K_STA_ID1 0x8004 /* Register Address */ | 1127 | #define AR5K_STA_ID1 0x8004 /* Register Address */ |
| 1128 | #define AR5K_STA_ID1_ADDR_U16 0x0000ffff /* Upper 16 bits of MAC addres */ | 1128 | #define AR5K_STA_ID1_ADDR_U16 0x0000ffff /* Upper 16 bits of MAC address */ |
| 1129 | #define AR5K_STA_ID1_AP 0x00010000 /* Set AP mode */ | 1129 | #define AR5K_STA_ID1_AP 0x00010000 /* Set AP mode */ |
| 1130 | #define AR5K_STA_ID1_ADHOC 0x00020000 /* Set Ad-Hoc mode */ | 1130 | #define AR5K_STA_ID1_ADHOC 0x00020000 /* Set Ad-Hoc mode */ |
| 1131 | #define AR5K_STA_ID1_PWR_SV 0x00040000 /* Power save reporting */ | 1131 | #define AR5K_STA_ID1_PWR_SV 0x00040000 /* Power save reporting */ |
diff --git a/drivers/net/wireless/b43/phy_g.c b/drivers/net/wireless/b43/phy_g.c index 0dc33b65e86..be482816701 100644 --- a/drivers/net/wireless/b43/phy_g.c +++ b/drivers/net/wireless/b43/phy_g.c | |||
| @@ -1919,7 +1919,7 @@ static void b43_hardware_pctl_init_gphy(struct b43_wldev *dev) | |||
| 1919 | b43_hf_write(dev, b43_hf_read(dev) | B43_HF_HWPCTL); | 1919 | b43_hf_write(dev, b43_hf_read(dev) | B43_HF_HWPCTL); |
| 1920 | } | 1920 | } |
| 1921 | 1921 | ||
| 1922 | /* Intialize B/G PHY power control */ | 1922 | /* Initialize B/G PHY power control */ |
| 1923 | static void b43_phy_init_pctl(struct b43_wldev *dev) | 1923 | static void b43_phy_init_pctl(struct b43_wldev *dev) |
| 1924 | { | 1924 | { |
| 1925 | struct ssb_bus *bus = dev->dev->bus; | 1925 | struct ssb_bus *bus = dev->dev->bus; |
diff --git a/drivers/net/wireless/b43legacy/phy.c b/drivers/net/wireless/b43legacy/phy.c index 35033dd342c..28e477d0158 100644 --- a/drivers/net/wireless/b43legacy/phy.c +++ b/drivers/net/wireless/b43legacy/phy.c | |||
| @@ -153,7 +153,7 @@ void b43legacy_phy_calibrate(struct b43legacy_wldev *dev) | |||
| 153 | phy->calibrated = 1; | 153 | phy->calibrated = 1; |
| 154 | } | 154 | } |
| 155 | 155 | ||
| 156 | /* intialize B PHY power control | 156 | /* initialize B PHY power control |
| 157 | * as described in http://bcm-specs.sipsolutions.net/InitPowerControl | 157 | * as described in http://bcm-specs.sipsolutions.net/InitPowerControl |
| 158 | */ | 158 | */ |
| 159 | static void b43legacy_phy_init_pctl(struct b43legacy_wldev *dev) | 159 | static void b43legacy_phy_init_pctl(struct b43legacy_wldev *dev) |
diff --git a/drivers/net/wireless/iwlwifi/iwl-sta.c b/drivers/net/wireless/iwlwifi/iwl-sta.c index 7c7f7dcb1b1..972b738c0e4 100644 --- a/drivers/net/wireless/iwlwifi/iwl-sta.c +++ b/drivers/net/wireless/iwlwifi/iwl-sta.c | |||
| @@ -107,7 +107,7 @@ static int iwl_process_add_sta_resp(struct iwl_priv *priv, | |||
| 107 | /* | 107 | /* |
| 108 | * XXX: The MAC address in the command buffer is often changed from | 108 | * XXX: The MAC address in the command buffer is often changed from |
| 109 | * the original sent to the device. That is, the MAC address | 109 | * the original sent to the device. That is, the MAC address |
| 110 | * written to the command buffer often is not the same MAC adress | 110 | * written to the command buffer often is not the same MAC address |
| 111 | * read from the command buffer when the command returns. This | 111 | * read from the command buffer when the command returns. This |
| 112 | * issue has not yet been resolved and this debugging is left to | 112 | * issue has not yet been resolved and this debugging is left to |
| 113 | * observe the problem. | 113 | * observe the problem. |
diff --git a/drivers/net/wireless/prism54/islpci_dev.c b/drivers/net/wireless/prism54/islpci_dev.c index 2c8cc954d1b..ec2c75d77ce 100644 --- a/drivers/net/wireless/prism54/islpci_dev.c +++ b/drivers/net/wireless/prism54/islpci_dev.c | |||
| @@ -630,7 +630,7 @@ islpci_alloc_memory(islpci_private *priv) | |||
| 630 | printk(KERN_DEBUG "islpci_alloc_memory\n"); | 630 | printk(KERN_DEBUG "islpci_alloc_memory\n"); |
| 631 | #endif | 631 | #endif |
| 632 | 632 | ||
| 633 | /* remap the PCI device base address to accessable */ | 633 | /* remap the PCI device base address to accessible */ |
| 634 | if (!(priv->device_base = | 634 | if (!(priv->device_base = |
| 635 | ioremap(pci_resource_start(priv->pdev, 0), | 635 | ioremap(pci_resource_start(priv->pdev, 0), |
| 636 | ISL38XX_PCI_MEM_SIZE))) { | 636 | ISL38XX_PCI_MEM_SIZE))) { |
| @@ -709,7 +709,7 @@ islpci_alloc_memory(islpci_private *priv) | |||
| 709 | PCI_DMA_FROMDEVICE); | 709 | PCI_DMA_FROMDEVICE); |
| 710 | if (!priv->pci_map_rx_address[counter]) { | 710 | if (!priv->pci_map_rx_address[counter]) { |
| 711 | /* error mapping the buffer to device | 711 | /* error mapping the buffer to device |
| 712 | accessable memory address */ | 712 | accessible memory address */ |
| 713 | printk(KERN_ERR "failed to map skb DMA'able\n"); | 713 | printk(KERN_ERR "failed to map skb DMA'able\n"); |
| 714 | goto out_free; | 714 | goto out_free; |
| 715 | } | 715 | } |
| @@ -773,7 +773,7 @@ islpci_free_memory(islpci_private *priv) | |||
| 773 | priv->data_low_rx[counter] = NULL; | 773 | priv->data_low_rx[counter] = NULL; |
| 774 | } | 774 | } |
| 775 | 775 | ||
| 776 | /* Free the acces control list and the WPA list */ | 776 | /* Free the access control list and the WPA list */ |
| 777 | prism54_acl_clean(&priv->acl); | 777 | prism54_acl_clean(&priv->acl); |
| 778 | prism54_wpa_bss_ie_clean(priv); | 778 | prism54_wpa_bss_ie_clean(priv); |
| 779 | mgt_clean(priv); | 779 | mgt_clean(priv); |
diff --git a/drivers/net/wireless/prism54/islpci_eth.c b/drivers/net/wireless/prism54/islpci_eth.c index 2fc52bc2d7d..d44f8e20cce 100644 --- a/drivers/net/wireless/prism54/islpci_eth.c +++ b/drivers/net/wireless/prism54/islpci_eth.c | |||
| @@ -450,7 +450,7 @@ islpci_eth_receive(islpci_private *priv) | |||
| 450 | MAX_FRAGMENT_SIZE_RX + 2, | 450 | MAX_FRAGMENT_SIZE_RX + 2, |
| 451 | PCI_DMA_FROMDEVICE); | 451 | PCI_DMA_FROMDEVICE); |
| 452 | if (unlikely(!priv->pci_map_rx_address[index])) { | 452 | if (unlikely(!priv->pci_map_rx_address[index])) { |
| 453 | /* error mapping the buffer to device accessable memory address */ | 453 | /* error mapping the buffer to device accessible memory address */ |
| 454 | DEBUG(SHOW_ERROR_MESSAGES, | 454 | DEBUG(SHOW_ERROR_MESSAGES, |
| 455 | "Error mapping DMA address\n"); | 455 | "Error mapping DMA address\n"); |
| 456 | 456 | ||
diff --git a/drivers/net/wireless/rt2x00/rt2x00mac.c b/drivers/net/wireless/rt2x00/rt2x00mac.c index c3c206a97d5..a7d3f4c3ee0 100644 --- a/drivers/net/wireless/rt2x00/rt2x00mac.c +++ b/drivers/net/wireless/rt2x00/rt2x00mac.c | |||
| @@ -274,7 +274,7 @@ int rt2x00mac_add_interface(struct ieee80211_hw *hw, | |||
| 274 | intf->beacon = entry; | 274 | intf->beacon = entry; |
| 275 | 275 | ||
| 276 | /* | 276 | /* |
| 277 | * The MAC adddress must be configured after the device | 277 | * The MAC address must be configured after the device |
| 278 | * has been initialized. Otherwise the device can reset | 278 | * has been initialized. Otherwise the device can reset |
| 279 | * the MAC registers. | 279 | * the MAC registers. |
| 280 | * The BSSID address must only be configured in AP mode, | 280 | * The BSSID address must only be configured in AP mode, |
diff --git a/drivers/net/wireless/wl3501_cs.c b/drivers/net/wireless/wl3501_cs.c index ee82df62e64..3e5befe4d03 100644 --- a/drivers/net/wireless/wl3501_cs.c +++ b/drivers/net/wireless/wl3501_cs.c | |||
| @@ -192,7 +192,7 @@ static inline void wl3501_switch_page(struct wl3501_card *this, u8 page) | |||
| 192 | } | 192 | } |
| 193 | 193 | ||
| 194 | /* | 194 | /* |
| 195 | * Get Ethernet MAC addresss. | 195 | * Get Ethernet MAC address. |
| 196 | * | 196 | * |
| 197 | * WARNING: We switch to FPAGE0 and switc back again. | 197 | * WARNING: We switch to FPAGE0 and switc back again. |
| 198 | * Making sure there is no other WL function beening called by ISR. | 198 | * Making sure there is no other WL function beening called by ISR. |
diff --git a/drivers/pcmcia/m32r_cfc.h b/drivers/pcmcia/m32r_cfc.h index 8146e3bee2e..f558e1adf95 100644 --- a/drivers/pcmcia/m32r_cfc.h +++ b/drivers/pcmcia/m32r_cfc.h | |||
| @@ -9,7 +9,7 @@ | |||
| 9 | #endif | 9 | #endif |
| 10 | 10 | ||
| 11 | /* | 11 | /* |
| 12 | * M32R PC Card Controler | 12 | * M32R PC Card Controller |
| 13 | */ | 13 | */ |
| 14 | #define M32R_PCC0_BASE 0x00ef7000 | 14 | #define M32R_PCC0_BASE 0x00ef7000 |
| 15 | #define M32R_PCC1_BASE 0x00ef7020 | 15 | #define M32R_PCC1_BASE 0x00ef7020 |
diff --git a/drivers/pcmcia/m32r_pcc.h b/drivers/pcmcia/m32r_pcc.h index e4fffe417ba..f95c58563bc 100644 --- a/drivers/pcmcia/m32r_pcc.h +++ b/drivers/pcmcia/m32r_pcc.h | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | #define M32R_MAX_PCC 2 | 5 | #define M32R_MAX_PCC 2 |
| 6 | 6 | ||
| 7 | /* | 7 | /* |
| 8 | * M32R PC Card Controler | 8 | * M32R PC Card Controller |
| 9 | */ | 9 | */ |
| 10 | #define M32R_PCC0_BASE 0x00ef7000 | 10 | #define M32R_PCC0_BASE 0x00ef7000 |
| 11 | #define M32R_PCC1_BASE 0x00ef7020 | 11 | #define M32R_PCC1_BASE 0x00ef7020 |
diff --git a/drivers/pcmcia/m8xx_pcmcia.c b/drivers/pcmcia/m8xx_pcmcia.c index 99d4f23cb43..0db482771fb 100644 --- a/drivers/pcmcia/m8xx_pcmcia.c +++ b/drivers/pcmcia/m8xx_pcmcia.c | |||
| @@ -1198,7 +1198,7 @@ static int __init m8xx_probe(struct platform_device *ofdev, | |||
| 1198 | out_be32(M8XX_PGCRX(1), | 1198 | out_be32(M8XX_PGCRX(1), |
| 1199 | M8XX_PGCRX_CXOE | (mk_int_int_mask(hwirq) << 16)); | 1199 | M8XX_PGCRX_CXOE | (mk_int_int_mask(hwirq) << 16)); |
| 1200 | 1200 | ||
| 1201 | /* intialize the fixed memory windows */ | 1201 | /* initialize the fixed memory windows */ |
| 1202 | 1202 | ||
| 1203 | for (i = 0; i < PCMCIA_SOCKETS_NO; i++) { | 1203 | for (i = 0; i < PCMCIA_SOCKETS_NO; i++) { |
| 1204 | for (m = 0; m < PCMCIA_MEM_WIN_NO; m++) { | 1204 | for (m = 0; m < PCMCIA_MEM_WIN_NO; m++) { |
diff --git a/drivers/platform/x86/thinkpad_acpi.c b/drivers/platform/x86/thinkpad_acpi.c index 2d61186ad5a..304333faf44 100644 --- a/drivers/platform/x86/thinkpad_acpi.c +++ b/drivers/platform/x86/thinkpad_acpi.c | |||
| @@ -7193,7 +7193,7 @@ static struct ibm_struct volume_driver_data = { | |||
| 7193 | * TPACPI_FAN_WR_ACPI_FANS (X31/X40/X41) | 7193 | * TPACPI_FAN_WR_ACPI_FANS (X31/X40/X41) |
| 7194 | * | 7194 | * |
| 7195 | * FIRMWARE BUG: on some models, EC 0x2f might not be initialized at | 7195 | * FIRMWARE BUG: on some models, EC 0x2f might not be initialized at |
| 7196 | * boot. Apparently the EC does not intialize it, so unless ACPI DSDT | 7196 | * boot. Apparently the EC does not initialize it, so unless ACPI DSDT |
| 7197 | * does so, its initial value is meaningless (0x07). | 7197 | * does so, its initial value is meaningless (0x07). |
| 7198 | * | 7198 | * |
| 7199 | * For firmware bugs, refer to: | 7199 | * For firmware bugs, refer to: |
diff --git a/drivers/power/s3c_adc_battery.c b/drivers/power/s3c_adc_battery.c index fe16b482e91..4a8ae3935b3 100644 --- a/drivers/power/s3c_adc_battery.c +++ b/drivers/power/s3c_adc_battery.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * iPAQ h1930/h1940/rx1950 battery controler driver | 2 | * iPAQ h1930/h1940/rx1950 battery controller driver |
| 3 | * Copyright (c) Vasily Khoruzhick | 3 | * Copyright (c) Vasily Khoruzhick |
| 4 | * Based on h1940_battery.c by Arnaud Patard | 4 | * Based on h1940_battery.c by Arnaud Patard |
| 5 | * | 5 | * |
| @@ -427,5 +427,5 @@ static void __exit s3c_adc_bat_exit(void) | |||
| 427 | module_exit(s3c_adc_bat_exit); | 427 | module_exit(s3c_adc_bat_exit); |
| 428 | 428 | ||
| 429 | MODULE_AUTHOR("Vasily Khoruzhick <anarsoul@gmail.com>"); | 429 | MODULE_AUTHOR("Vasily Khoruzhick <anarsoul@gmail.com>"); |
| 430 | MODULE_DESCRIPTION("iPAQ H1930/H1940/RX1950 battery controler driver"); | 430 | MODULE_DESCRIPTION("iPAQ H1930/H1940/RX1950 battery controller driver"); |
| 431 | MODULE_LICENSE("GPL"); | 431 | MODULE_LICENSE("GPL"); |
diff --git a/drivers/s390/net/lcs.c b/drivers/s390/net/lcs.c index 0f19d540b65..122382dc468 100644 --- a/drivers/s390/net/lcs.c +++ b/drivers/s390/net/lcs.c | |||
| @@ -840,7 +840,7 @@ lcs_notify_lancmd_waiters(struct lcs_card *card, struct lcs_cmd *cmd) | |||
| 840 | } | 840 | } |
| 841 | 841 | ||
| 842 | /** | 842 | /** |
| 843 | * Emit buffer of a lan comand. | 843 | * Emit buffer of a lan command. |
| 844 | */ | 844 | */ |
| 845 | static void | 845 | static void |
| 846 | lcs_lancmd_timeout(unsigned long data) | 846 | lcs_lancmd_timeout(unsigned long data) |
diff --git a/drivers/s390/scsi/zfcp_cfdc.c b/drivers/s390/scsi/zfcp_cfdc.c index d692e229ecb..4c09d03bcb3 100644 --- a/drivers/s390/scsi/zfcp_cfdc.c +++ b/drivers/s390/scsi/zfcp_cfdc.c | |||
| @@ -317,7 +317,7 @@ static void zfcp_act_eval_err(struct zfcp_adapter *adapter, u32 table) | |||
| 317 | 317 | ||
| 318 | /** | 318 | /** |
| 319 | * zfcp_cfdc_port_denied - Process "access denied" for port | 319 | * zfcp_cfdc_port_denied - Process "access denied" for port |
| 320 | * @port: The port where the acces has been denied | 320 | * @port: The port where the access has been denied |
| 321 | * @qual: The FSF status qualifier for the access denied FSF status | 321 | * @qual: The FSF status qualifier for the access denied FSF status |
| 322 | */ | 322 | */ |
| 323 | void zfcp_cfdc_port_denied(struct zfcp_port *port, | 323 | void zfcp_cfdc_port_denied(struct zfcp_port *port, |
diff --git a/drivers/scsi/a100u2w.c b/drivers/scsi/a100u2w.c index dbbc601948e..7cb575654e4 100644 --- a/drivers/scsi/a100u2w.c +++ b/drivers/scsi/a100u2w.c | |||
| @@ -416,7 +416,7 @@ static u8 orc_load_firmware(struct orc_host * host) | |||
| 416 | /* Go back and check they match */ | 416 | /* Go back and check they match */ |
| 417 | 417 | ||
| 418 | outb(PRGMRST | DOWNLOAD, host->base + ORC_RISCCTL); /* Reset program count 0 */ | 418 | outb(PRGMRST | DOWNLOAD, host->base + ORC_RISCCTL); /* Reset program count 0 */ |
| 419 | bios_addr -= 0x1000; /* Reset the BIOS adddress */ | 419 | bios_addr -= 0x1000; /* Reset the BIOS address */ |
| 420 | for (i = 0, data32_ptr = (u8 *) & data32; /* Check the code */ | 420 | for (i = 0, data32_ptr = (u8 *) & data32; /* Check the code */ |
| 421 | i < 0x1000; /* Firmware code size = 4K */ | 421 | i < 0x1000; /* Firmware code size = 4K */ |
| 422 | i++, bios_addr++) { | 422 | i++, bios_addr++) { |
diff --git a/drivers/scsi/aacraid/commsup.c b/drivers/scsi/aacraid/commsup.c index afc9aeba5ed..060ac4bd5a1 100644 --- a/drivers/scsi/aacraid/commsup.c +++ b/drivers/scsi/aacraid/commsup.c | |||
| @@ -91,7 +91,7 @@ void aac_fib_map_free(struct aac_dev *dev) | |||
| 91 | * aac_fib_setup - setup the fibs | 91 | * aac_fib_setup - setup the fibs |
| 92 | * @dev: Adapter to set up | 92 | * @dev: Adapter to set up |
| 93 | * | 93 | * |
| 94 | * Allocate the PCI space for the fibs, map it and then intialise the | 94 | * Allocate the PCI space for the fibs, map it and then initialise the |
| 95 | * fib area, the unmapped fib data and also the free list | 95 | * fib area, the unmapped fib data and also the free list |
| 96 | */ | 96 | */ |
| 97 | 97 | ||
diff --git a/drivers/scsi/aic7xxx_old/aic7xxx.seq b/drivers/scsi/aic7xxx_old/aic7xxx.seq index 5997e7c3a19..1565be9ebd4 100644 --- a/drivers/scsi/aic7xxx_old/aic7xxx.seq +++ b/drivers/scsi/aic7xxx_old/aic7xxx.seq | |||
| @@ -1178,7 +1178,7 @@ notFound: | |||
| 1178 | /* | 1178 | /* |
| 1179 | * Retrieve an SCB by SCBID first searching the disconnected list falling | 1179 | * Retrieve an SCB by SCBID first searching the disconnected list falling |
| 1180 | * back to DMA'ing the SCB down from the host. This routine assumes that | 1180 | * back to DMA'ing the SCB down from the host. This routine assumes that |
| 1181 | * ARG_1 is the SCBID of interrest and that SINDEX is the position in the | 1181 | * ARG_1 is the SCBID of interest and that SINDEX is the position in the |
| 1182 | * disconnected list to start the search from. If SINDEX is SCB_LIST_NULL, | 1182 | * disconnected list to start the search from. If SINDEX is SCB_LIST_NULL, |
| 1183 | * we go directly to the host for the SCB. | 1183 | * we go directly to the host for the SCB. |
| 1184 | */ | 1184 | */ |
diff --git a/drivers/scsi/aic94xx/aic94xx_reg_def.h b/drivers/scsi/aic94xx/aic94xx_reg_def.h index 28aaf349c11..40273a747d2 100644 --- a/drivers/scsi/aic94xx/aic94xx_reg_def.h +++ b/drivers/scsi/aic94xx/aic94xx_reg_def.h | |||
| @@ -1689,7 +1689,7 @@ | |||
| 1689 | #define PHY_START_CAL 0x01 | 1689 | #define PHY_START_CAL 0x01 |
| 1690 | 1690 | ||
| 1691 | /* | 1691 | /* |
| 1692 | * HST_PCIX2 Registers, Addresss Range: (0x00-0xFC) | 1692 | * HST_PCIX2 Registers, Address Range: (0x00-0xFC) |
| 1693 | */ | 1693 | */ |
| 1694 | #define PCIX_REG_BASE_ADR 0xB8040000 | 1694 | #define PCIX_REG_BASE_ADR 0xB8040000 |
| 1695 | 1695 | ||
| @@ -1802,7 +1802,7 @@ | |||
| 1802 | #define PCIC_TP_CTRL 0xFC | 1802 | #define PCIC_TP_CTRL 0xFC |
| 1803 | 1803 | ||
| 1804 | /* | 1804 | /* |
| 1805 | * EXSI Registers, Addresss Range: (0x00-0xFC) | 1805 | * EXSI Registers, Address Range: (0x00-0xFC) |
| 1806 | */ | 1806 | */ |
| 1807 | #define EXSI_REG_BASE_ADR REG_BASE_ADDR_EXSI | 1807 | #define EXSI_REG_BASE_ADR REG_BASE_ADDR_EXSI |
| 1808 | 1808 | ||
diff --git a/drivers/scsi/aic94xx/aic94xx_seq.c b/drivers/scsi/aic94xx/aic94xx_seq.c index 74374618010..390168f62a1 100644 --- a/drivers/scsi/aic94xx/aic94xx_seq.c +++ b/drivers/scsi/aic94xx/aic94xx_seq.c | |||
| @@ -797,7 +797,7 @@ static void asd_init_lseq_mdp(struct asd_ha_struct *asd_ha, int lseq) | |||
| 797 | int j; | 797 | int j; |
| 798 | /* Start from Page 1 of Mode 0 and 1. */ | 798 | /* Start from Page 1 of Mode 0 and 1. */ |
| 799 | moffs = LSEQ_PAGE_SIZE + i*LSEQ_MODE_SCRATCH_SIZE; | 799 | moffs = LSEQ_PAGE_SIZE + i*LSEQ_MODE_SCRATCH_SIZE; |
| 800 | /* All the fields of page 1 can be intialized to 0. */ | 800 | /* All the fields of page 1 can be initialized to 0. */ |
| 801 | for (j = 0; j < LSEQ_PAGE_SIZE; j += 4) | 801 | for (j = 0; j < LSEQ_PAGE_SIZE; j += 4) |
| 802 | asd_write_reg_dword(asd_ha, LmSCRATCH(lseq)+moffs+j,0); | 802 | asd_write_reg_dword(asd_ha, LmSCRATCH(lseq)+moffs+j,0); |
| 803 | } | 803 | } |
| @@ -938,7 +938,7 @@ static void asd_init_cseq_cio(struct asd_ha_struct *asd_ha) | |||
| 938 | asd_write_reg_dword(asd_ha, SCBPRO, 0); | 938 | asd_write_reg_dword(asd_ha, SCBPRO, 0); |
| 939 | asd_write_reg_dword(asd_ha, CSEQCON, 0); | 939 | asd_write_reg_dword(asd_ha, CSEQCON, 0); |
| 940 | 940 | ||
| 941 | /* Intialize CSEQ Mode 11 Interrupt Vectors. | 941 | /* Initialize CSEQ Mode 11 Interrupt Vectors. |
| 942 | * The addresses are 16 bit wide and in dword units. | 942 | * The addresses are 16 bit wide and in dword units. |
| 943 | * The values of their macros are in byte units. | 943 | * The values of their macros are in byte units. |
| 944 | * Thus we have to divide by 4. */ | 944 | * Thus we have to divide by 4. */ |
| @@ -961,7 +961,7 @@ static void asd_init_cseq_cio(struct asd_ha_struct *asd_ha) | |||
| 961 | asd_write_reg_word(asd_ha, CPRGMCNT, cseq_idle_loop); | 961 | asd_write_reg_word(asd_ha, CPRGMCNT, cseq_idle_loop); |
| 962 | 962 | ||
| 963 | for (i = 0; i < 8; i++) { | 963 | for (i = 0; i < 8; i++) { |
| 964 | /* Intialize Mode n Link m Interrupt Enable. */ | 964 | /* Initialize Mode n Link m Interrupt Enable. */ |
| 965 | asd_write_reg_dword(asd_ha, CMnINTEN(i), EN_CMnRSPMBXF); | 965 | asd_write_reg_dword(asd_ha, CMnINTEN(i), EN_CMnRSPMBXF); |
| 966 | /* Initialize Mode n Request Mailbox. */ | 966 | /* Initialize Mode n Request Mailbox. */ |
| 967 | asd_write_reg_dword(asd_ha, CMnREQMBX(i), 0); | 967 | asd_write_reg_dword(asd_ha, CMnREQMBX(i), 0); |
diff --git a/drivers/scsi/bfa/bfa_fcpim.c b/drivers/scsi/bfa/bfa_fcpim.c index 33c8dd51f47..aabbf3d3b39 100644 --- a/drivers/scsi/bfa/bfa_fcpim.c +++ b/drivers/scsi/bfa/bfa_fcpim.c | |||
| @@ -2092,7 +2092,7 @@ bfa_ioim_sm_cleanup_qfull(struct bfa_ioim_s *ioim, enum bfa_ioim_event event) | |||
| 2092 | 2092 | ||
| 2093 | case BFA_IOIM_SM_ABORT: | 2093 | case BFA_IOIM_SM_ABORT: |
| 2094 | /** | 2094 | /** |
| 2095 | * IO is alraedy being cleaned up implicitly | 2095 | * IO is already being cleaned up implicitly |
| 2096 | */ | 2096 | */ |
| 2097 | ioim->io_cbfn = __bfa_cb_ioim_abort; | 2097 | ioim->io_cbfn = __bfa_cb_ioim_abort; |
| 2098 | break; | 2098 | break; |
diff --git a/drivers/scsi/bfa/bfa_fcs_lport.c b/drivers/scsi/bfa/bfa_fcs_lport.c index b522bf30247..b7aa23a3b1e 100644 --- a/drivers/scsi/bfa/bfa_fcs_lport.c +++ b/drivers/scsi/bfa/bfa_fcs_lport.c | |||
| @@ -5742,7 +5742,7 @@ bfa_cb_lps_fdisc_comp(void *bfad, void *uarg, bfa_status_t status) | |||
| 5742 | switch (status) { | 5742 | switch (status) { |
| 5743 | case BFA_STATUS_OK: | 5743 | case BFA_STATUS_OK: |
| 5744 | /* | 5744 | /* |
| 5745 | * Initialiaze the V-Port fields | 5745 | * Initialize the V-Port fields |
| 5746 | */ | 5746 | */ |
| 5747 | __vport_fcid(vport) = bfa_lps_get_pid(vport->lps); | 5747 | __vport_fcid(vport) = bfa_lps_get_pid(vport->lps); |
| 5748 | vport->vport_stats.fdisc_accepts++; | 5748 | vport->vport_stats.fdisc_accepts++; |
diff --git a/drivers/scsi/dc395x.c b/drivers/scsi/dc395x.c index 54f50b07dac..31bbfb244bc 100644 --- a/drivers/scsi/dc395x.c +++ b/drivers/scsi/dc395x.c | |||
| @@ -3795,7 +3795,7 @@ static struct DeviceCtlBlk *device_alloc(struct AdapterCtlBlk *acb, | |||
| 3795 | * adapter_add_device - Adds the device instance to the adaptor instance. | 3795 | * adapter_add_device - Adds the device instance to the adaptor instance. |
| 3796 | * | 3796 | * |
| 3797 | * @acb: The adapter device to be updated | 3797 | * @acb: The adapter device to be updated |
| 3798 | * @dcb: A newly created and intialised device instance to add. | 3798 | * @dcb: A newly created and initialised device instance to add. |
| 3799 | **/ | 3799 | **/ |
| 3800 | static void adapter_add_device(struct AdapterCtlBlk *acb, | 3800 | static void adapter_add_device(struct AdapterCtlBlk *acb, |
| 3801 | struct DeviceCtlBlk *dcb) | 3801 | struct DeviceCtlBlk *dcb) |
| @@ -4497,7 +4497,7 @@ static void __devinit adapter_init_chip(struct AdapterCtlBlk *acb) | |||
| 4497 | * init_adapter - Grab the resource for the card, setup the adapter | 4497 | * init_adapter - Grab the resource for the card, setup the adapter |
| 4498 | * information, set the card into a known state, create the various | 4498 | * information, set the card into a known state, create the various |
| 4499 | * tables etc etc. This basically gets all adapter information all up | 4499 | * tables etc etc. This basically gets all adapter information all up |
| 4500 | * to date, intialised and gets the chip in sync with it. | 4500 | * to date, initialised and gets the chip in sync with it. |
| 4501 | * | 4501 | * |
| 4502 | * @host: This hosts adapter structure | 4502 | * @host: This hosts adapter structure |
| 4503 | * @io_port: The base I/O port | 4503 | * @io_port: The base I/O port |
| @@ -4788,7 +4788,7 @@ static void banner_display(void) | |||
| 4788 | * that it finds in the system. The pci_dev strcuture indicates which | 4788 | * that it finds in the system. The pci_dev strcuture indicates which |
| 4789 | * instance we are being called from. | 4789 | * instance we are being called from. |
| 4790 | * | 4790 | * |
| 4791 | * @dev: The PCI device to intialize. | 4791 | * @dev: The PCI device to initialize. |
| 4792 | * @id: Looks like a pointer to the entry in our pci device table | 4792 | * @id: Looks like a pointer to the entry in our pci device table |
| 4793 | * that was actually matched by the PCI subsystem. | 4793 | * that was actually matched by the PCI subsystem. |
| 4794 | * | 4794 | * |
| @@ -4859,7 +4859,7 @@ fail: | |||
| 4859 | * dc395x_remove_one - Called to remove a single instance of the | 4859 | * dc395x_remove_one - Called to remove a single instance of the |
| 4860 | * adapter. | 4860 | * adapter. |
| 4861 | * | 4861 | * |
| 4862 | * @dev: The PCI device to intialize. | 4862 | * @dev: The PCI device to initialize. |
| 4863 | **/ | 4863 | **/ |
| 4864 | static void __devexit dc395x_remove_one(struct pci_dev *dev) | 4864 | static void __devexit dc395x_remove_one(struct pci_dev *dev) |
| 4865 | { | 4865 | { |
diff --git a/drivers/scsi/libfc/fc_fcp.c b/drivers/scsi/libfc/fc_fcp.c index c797f6b48f0..54a6ec8e131 100644 --- a/drivers/scsi/libfc/fc_fcp.c +++ b/drivers/scsi/libfc/fc_fcp.c | |||
| @@ -1212,7 +1212,7 @@ static void fc_lun_reset_send(unsigned long data) | |||
| 1212 | /** | 1212 | /** |
| 1213 | * fc_lun_reset() - Send a LUN RESET command to a device | 1213 | * fc_lun_reset() - Send a LUN RESET command to a device |
| 1214 | * and wait for the reply | 1214 | * and wait for the reply |
| 1215 | * @lport: The local port to sent the comand on | 1215 | * @lport: The local port to sent the command on |
| 1216 | * @fsp: The FCP packet that identifies the LUN to be reset | 1216 | * @fsp: The FCP packet that identifies the LUN to be reset |
| 1217 | * @id: The SCSI command ID | 1217 | * @id: The SCSI command ID |
| 1218 | * @lun: The LUN ID to be reset | 1218 | * @lun: The LUN ID to be reset |
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c index f681eea5773..0e4abb96d68 100644 --- a/drivers/scsi/lpfc/lpfc_attr.c +++ b/drivers/scsi/lpfc/lpfc_attr.c | |||
| @@ -1339,7 +1339,7 @@ lpfc_##attr##_show(struct device *dev, struct device_attribute *attr, \ | |||
| 1339 | } | 1339 | } |
| 1340 | 1340 | ||
| 1341 | /** | 1341 | /** |
| 1342 | * lpfc_param_init - Intializes a cfg attribute | 1342 | * lpfc_param_init - Initializes a cfg attribute |
| 1343 | * | 1343 | * |
| 1344 | * Description: | 1344 | * Description: |
| 1345 | * Macro that given an attr e.g. hba_queue_depth expands | 1345 | * Macro that given an attr e.g. hba_queue_depth expands |
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index a345dde16c8..2a6866e63aa 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
| @@ -2614,7 +2614,7 @@ lpfc_mbx_process_link_up(struct lpfc_hba *phba, READ_LA_VAR *la) | |||
| 2614 | if (unlikely(!fcf_record)) { | 2614 | if (unlikely(!fcf_record)) { |
| 2615 | lpfc_printf_log(phba, KERN_ERR, | 2615 | lpfc_printf_log(phba, KERN_ERR, |
| 2616 | LOG_MBOX | LOG_SLI, | 2616 | LOG_MBOX | LOG_SLI, |
| 2617 | "2554 Could not allocate memmory for " | 2617 | "2554 Could not allocate memory for " |
| 2618 | "fcf record\n"); | 2618 | "fcf record\n"); |
| 2619 | rc = -ENODEV; | 2619 | rc = -ENODEV; |
| 2620 | goto out; | 2620 | goto out; |
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c index 0d1e187b005..c5614cfcc6e 100644 --- a/drivers/scsi/lpfc/lpfc_sli.c +++ b/drivers/scsi/lpfc/lpfc_sli.c | |||
| @@ -9619,7 +9619,7 @@ lpfc_sli4_intr_handler(int irq, void *dev_id) | |||
| 9619 | * lpfc_sli4_queue_free - free a queue structure and associated memory | 9619 | * lpfc_sli4_queue_free - free a queue structure and associated memory |
| 9620 | * @queue: The queue structure to free. | 9620 | * @queue: The queue structure to free. |
| 9621 | * | 9621 | * |
| 9622 | * This function frees a queue structure and the DMAable memeory used for | 9622 | * This function frees a queue structure and the DMAable memory used for |
| 9623 | * the host resident queue. This function must be called after destroying the | 9623 | * the host resident queue. This function must be called after destroying the |
| 9624 | * queue on the HBA. | 9624 | * queue on the HBA. |
| 9625 | **/ | 9625 | **/ |
diff --git a/drivers/scsi/megaraid.h b/drivers/scsi/megaraid.h index 2b4a048cadf..deb24ad1b8d 100644 --- a/drivers/scsi/megaraid.h +++ b/drivers/scsi/megaraid.h | |||
| @@ -13,7 +13,7 @@ | |||
| 13 | */ | 13 | */ |
| 14 | 14 | ||
| 15 | /* | 15 | /* |
| 16 | * Comand coalescing - This feature allows the driver to be able to combine | 16 | * Command coalescing - This feature allows the driver to be able to combine |
| 17 | * two or more commands and issue as one command in order to boost I/O | 17 | * two or more commands and issue as one command in order to boost I/O |
| 18 | * performance. Useful if the nature of the I/O is sequential. It is not very | 18 | * performance. Useful if the nature of the I/O is sequential. It is not very |
| 19 | * useful for random natured I/Os. | 19 | * useful for random natured I/Os. |
diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c index f8c86b28f03..b95285f3383 100644 --- a/drivers/scsi/pm8001/pm8001_init.c +++ b/drivers/scsi/pm8001/pm8001_init.c | |||
| @@ -603,7 +603,7 @@ static u32 pm8001_request_irq(struct pm8001_hba_info *pm8001_ha) | |||
| 603 | #endif | 603 | #endif |
| 604 | 604 | ||
| 605 | intx: | 605 | intx: |
| 606 | /* intialize the INT-X interrupt */ | 606 | /* initialize the INT-X interrupt */ |
| 607 | rc = request_irq(pdev->irq, irq_handler, IRQF_SHARED, DRV_NAME, | 607 | rc = request_irq(pdev->irq, irq_handler, IRQF_SHARED, DRV_NAME, |
| 608 | SHOST_TO_SAS_HA(pm8001_ha->shost)); | 608 | SHOST_TO_SAS_HA(pm8001_ha->shost)); |
| 609 | return rc; | 609 | return rc; |
diff --git a/drivers/scsi/scsi_netlink.c b/drivers/scsi/scsi_netlink.c index d53e6503c6d..a2ed201885a 100644 --- a/drivers/scsi/scsi_netlink.c +++ b/drivers/scsi/scsi_netlink.c | |||
| @@ -477,7 +477,7 @@ EXPORT_SYMBOL_GPL(scsi_nl_remove_driver); | |||
| 477 | 477 | ||
| 478 | 478 | ||
| 479 | /** | 479 | /** |
| 480 | * scsi_netlink_init - Called by SCSI subsystem to intialize | 480 | * scsi_netlink_init - Called by SCSI subsystem to initialize |
| 481 | * the SCSI transport netlink interface | 481 | * the SCSI transport netlink interface |
| 482 | * | 482 | * |
| 483 | **/ | 483 | **/ |
diff --git a/drivers/scsi/sym53c8xx_2/sym_glue.c b/drivers/scsi/sym53c8xx_2/sym_glue.c index 8b955b534a3..4afa81ad2ca 100644 --- a/drivers/scsi/sym53c8xx_2/sym_glue.c +++ b/drivers/scsi/sym53c8xx_2/sym_glue.c | |||
| @@ -1864,7 +1864,7 @@ static pci_ers_result_t sym2_io_slot_dump(struct pci_dev *pdev) | |||
| 1864 | * | 1864 | * |
| 1865 | * This routine is similar to sym_set_workarounds(), except | 1865 | * This routine is similar to sym_set_workarounds(), except |
| 1866 | * that, at this point, we already know that the device was | 1866 | * that, at this point, we already know that the device was |
| 1867 | * successfully intialized at least once before, and so most | 1867 | * successfully initialized at least once before, and so most |
| 1868 | * of the steps taken there are un-needed here. | 1868 | * of the steps taken there are un-needed here. |
| 1869 | */ | 1869 | */ |
| 1870 | static void sym2_reset_workarounds(struct pci_dev *pdev) | 1870 | static void sym2_reset_workarounds(struct pci_dev *pdev) |
diff --git a/drivers/spi/atmel_spi.c b/drivers/spi/atmel_spi.c index 154529aacc0..49596a18f95 100644 --- a/drivers/spi/atmel_spi.c +++ b/drivers/spi/atmel_spi.c | |||
| @@ -341,9 +341,9 @@ static void atmel_spi_next_message(struct spi_master *master) | |||
| 341 | /* | 341 | /* |
| 342 | * For DMA, tx_buf/tx_dma have the same relationship as rx_buf/rx_dma: | 342 | * For DMA, tx_buf/tx_dma have the same relationship as rx_buf/rx_dma: |
| 343 | * - The buffer is either valid for CPU access, else NULL | 343 | * - The buffer is either valid for CPU access, else NULL |
| 344 | * - If the buffer is valid, so is its DMA addresss | 344 | * - If the buffer is valid, so is its DMA address |
| 345 | * | 345 | * |
| 346 | * This driver manages the dma addresss unless message->is_dma_mapped. | 346 | * This driver manages the dma address unless message->is_dma_mapped. |
| 347 | */ | 347 | */ |
| 348 | static int | 348 | static int |
| 349 | atmel_spi_dma_map_xfer(struct atmel_spi *as, struct spi_transfer *xfer) | 349 | atmel_spi_dma_map_xfer(struct atmel_spi *as, struct spi_transfer *xfer) |
diff --git a/drivers/spi/spidev.c b/drivers/spi/spidev.c index 4e6245e6799..603428213d2 100644 --- a/drivers/spi/spidev.c +++ b/drivers/spi/spidev.c | |||
| @@ -38,7 +38,7 @@ | |||
| 38 | 38 | ||
| 39 | 39 | ||
| 40 | /* | 40 | /* |
| 41 | * This supports acccess to SPI devices using normal userspace I/O calls. | 41 | * This supports access to SPI devices using normal userspace I/O calls. |
| 42 | * Note that while traditional UNIX/POSIX I/O semantics are half duplex, | 42 | * Note that while traditional UNIX/POSIX I/O semantics are half duplex, |
| 43 | * and often mask message boundaries, full SPI support requires full duplex | 43 | * and often mask message boundaries, full SPI support requires full duplex |
| 44 | * transfers. There are several kinds of internal message boundaries to | 44 | * transfers. There are several kinds of internal message boundaries to |
diff --git a/drivers/staging/stradis/stradis.c b/drivers/staging/stradis/stradis.c index a057824e7eb..dd3874b7826 100644 --- a/drivers/staging/stradis/stradis.c +++ b/drivers/staging/stradis/stradis.c | |||
| @@ -745,7 +745,7 @@ static void set_out_format(struct saa7146 *saa, int mode) | |||
| 745 | } | 745 | } |
| 746 | } | 746 | } |
| 747 | 747 | ||
| 748 | /* Intialize bitmangler to map from a byte value to the mangled word that | 748 | /* Initialize bitmangler to map from a byte value to the mangled word that |
| 749 | * must be output to program the Xilinx part through the DEBI port. | 749 | * must be output to program the Xilinx part through the DEBI port. |
| 750 | * Xilinx Data Bit->DEBI Bit: 0->15 1->7 2->6 3->12 4->11 5->2 6->1 7->0 | 750 | * Xilinx Data Bit->DEBI Bit: 0->15 1->7 2->6 3->12 4->11 5->2 6->1 7->0 |
| 751 | * transfer FPGA code, init IBM chip, transfer IBM microcode | 751 | * transfer FPGA code, init IBM chip, transfer IBM microcode |
diff --git a/drivers/usb/gadget/imx_udc.c b/drivers/usb/gadget/imx_udc.c index ed0266462c5..1f8084d59a4 100644 --- a/drivers/usb/gadget/imx_udc.c +++ b/drivers/usb/gadget/imx_udc.c | |||
| @@ -1316,7 +1316,7 @@ static struct imx_udc_struct controller = { | |||
| 1316 | }; | 1316 | }; |
| 1317 | 1317 | ||
| 1318 | /******************************************************************************* | 1318 | /******************************************************************************* |
| 1319 | * USB gadged driver functions | 1319 | * USB gadget driver functions |
| 1320 | ******************************************************************************* | 1320 | ******************************************************************************* |
| 1321 | */ | 1321 | */ |
| 1322 | int usb_gadget_probe_driver(struct usb_gadget_driver *driver, | 1322 | int usb_gadget_probe_driver(struct usb_gadget_driver *driver, |
diff --git a/drivers/usb/host/imx21-hcd.c b/drivers/usb/host/imx21-hcd.c index e49b75a7800..f90d003f230 100644 --- a/drivers/usb/host/imx21-hcd.c +++ b/drivers/usb/host/imx21-hcd.c | |||
| @@ -1658,7 +1658,7 @@ static int imx21_hc_reset(struct usb_hcd *hcd) | |||
| 1658 | 1658 | ||
| 1659 | spin_lock_irqsave(&imx21->lock, flags); | 1659 | spin_lock_irqsave(&imx21->lock, flags); |
| 1660 | 1660 | ||
| 1661 | /* Reset the Host controler modules */ | 1661 | /* Reset the Host controller modules */ |
| 1662 | writel(USBOTG_RST_RSTCTRL | USBOTG_RST_RSTRH | | 1662 | writel(USBOTG_RST_RSTCTRL | USBOTG_RST_RSTRH | |
| 1663 | USBOTG_RST_RSTHSIE | USBOTG_RST_RSTHC, | 1663 | USBOTG_RST_RSTHSIE | USBOTG_RST_RSTHC, |
| 1664 | imx21->regs + USBOTG_RST_CTRL); | 1664 | imx21->regs + USBOTG_RST_CTRL); |
diff --git a/drivers/usb/host/oxu210hp-hcd.c b/drivers/usb/host/oxu210hp-hcd.c index 32149be4ad8..e0cb12b573f 100644 --- a/drivers/usb/host/oxu210hp-hcd.c +++ b/drivers/usb/host/oxu210hp-hcd.c | |||
| @@ -3094,7 +3094,7 @@ static int oxu_hub_status_data(struct usb_hcd *hcd, char *buf) | |||
| 3094 | 3094 | ||
| 3095 | /* Some boards (mostly VIA?) report bogus overcurrent indications, | 3095 | /* Some boards (mostly VIA?) report bogus overcurrent indications, |
| 3096 | * causing massive log spam unless we completely ignore them. It | 3096 | * causing massive log spam unless we completely ignore them. It |
| 3097 | * may be relevant that VIA VT8235 controlers, where PORT_POWER is | 3097 | * may be relevant that VIA VT8235 controllers, where PORT_POWER is |
| 3098 | * always set, seem to clear PORT_OCC and PORT_CSC when writing to | 3098 | * always set, seem to clear PORT_OCC and PORT_CSC when writing to |
| 3099 | * PORT_POWER; that's surprising, but maybe within-spec. | 3099 | * PORT_POWER; that's surprising, but maybe within-spec. |
| 3100 | */ | 3100 | */ |
diff --git a/drivers/usb/misc/adutux.c b/drivers/usb/misc/adutux.c index 44f8b922505..a6afd15f6a4 100644 --- a/drivers/usb/misc/adutux.c +++ b/drivers/usb/misc/adutux.c | |||
| @@ -717,7 +717,7 @@ static int adu_probe(struct usb_interface *interface, | |||
| 717 | goto exit; | 717 | goto exit; |
| 718 | } | 718 | } |
| 719 | 719 | ||
| 720 | /* allocate memory for our device state and intialize it */ | 720 | /* allocate memory for our device state and initialize it */ |
| 721 | dev = kzalloc(sizeof(struct adu_device), GFP_KERNEL); | 721 | dev = kzalloc(sizeof(struct adu_device), GFP_KERNEL); |
| 722 | if (dev == NULL) { | 722 | if (dev == NULL) { |
| 723 | dev_err(&interface->dev, "Out of memory\n"); | 723 | dev_err(&interface->dev, "Out of memory\n"); |
diff --git a/drivers/usb/misc/iowarrior.c b/drivers/usb/misc/iowarrior.c index 37566419877..7a10e48b78f 100644 --- a/drivers/usb/misc/iowarrior.c +++ b/drivers/usb/misc/iowarrior.c | |||
| @@ -768,7 +768,7 @@ static int iowarrior_probe(struct usb_interface *interface, | |||
| 768 | int i; | 768 | int i; |
| 769 | int retval = -ENOMEM; | 769 | int retval = -ENOMEM; |
| 770 | 770 | ||
| 771 | /* allocate memory for our device state and intialize it */ | 771 | /* allocate memory for our device state and initialize it */ |
| 772 | dev = kzalloc(sizeof(struct iowarrior), GFP_KERNEL); | 772 | dev = kzalloc(sizeof(struct iowarrior), GFP_KERNEL); |
| 773 | if (dev == NULL) { | 773 | if (dev == NULL) { |
| 774 | dev_err(&interface->dev, "Out of memory\n"); | 774 | dev_err(&interface->dev, "Out of memory\n"); |
diff --git a/drivers/usb/misc/ldusb.c b/drivers/usb/misc/ldusb.c index edffef64233..eefb8275bb7 100644 --- a/drivers/usb/misc/ldusb.c +++ b/drivers/usb/misc/ldusb.c | |||
| @@ -642,7 +642,7 @@ static int ld_usb_probe(struct usb_interface *intf, const struct usb_device_id * | |||
| 642 | int i; | 642 | int i; |
| 643 | int retval = -ENOMEM; | 643 | int retval = -ENOMEM; |
| 644 | 644 | ||
| 645 | /* allocate memory for our device state and intialize it */ | 645 | /* allocate memory for our device state and initialize it */ |
| 646 | 646 | ||
| 647 | dev = kzalloc(sizeof(*dev), GFP_KERNEL); | 647 | dev = kzalloc(sizeof(*dev), GFP_KERNEL); |
| 648 | if (dev == NULL) { | 648 | if (dev == NULL) { |
diff --git a/drivers/usb/musb/musb_gadget.c b/drivers/usb/musb/musb_gadget.c index 5d815049cba..1cbeaa17fff 100644 --- a/drivers/usb/musb/musb_gadget.c +++ b/drivers/usb/musb/musb_gadget.c | |||
| @@ -1636,7 +1636,7 @@ static inline void __init musb_g_init_endpoints(struct musb *musb) | |||
| 1636 | struct musb_hw_ep *hw_ep; | 1636 | struct musb_hw_ep *hw_ep; |
| 1637 | unsigned count = 0; | 1637 | unsigned count = 0; |
| 1638 | 1638 | ||
| 1639 | /* intialize endpoint list just once */ | 1639 | /* initialize endpoint list just once */ |
| 1640 | INIT_LIST_HEAD(&(musb->g.ep_list)); | 1640 | INIT_LIST_HEAD(&(musb->g.ep_list)); |
| 1641 | 1641 | ||
| 1642 | for (epnum = 0, hw_ep = musb->endpoints; | 1642 | for (epnum = 0, hw_ep = musb->endpoints; |
| @@ -1715,7 +1715,7 @@ void musb_gadget_cleanup(struct musb *musb) | |||
| 1715 | * | 1715 | * |
| 1716 | * -EINVAL something went wrong (not driver) | 1716 | * -EINVAL something went wrong (not driver) |
| 1717 | * -EBUSY another gadget is already using the controller | 1717 | * -EBUSY another gadget is already using the controller |
| 1718 | * -ENOMEM no memeory to perform the operation | 1718 | * -ENOMEM no memory to perform the operation |
| 1719 | * | 1719 | * |
| 1720 | * @param driver the gadget driver | 1720 | * @param driver the gadget driver |
| 1721 | * @param bind the driver's bind function | 1721 | * @param bind the driver's bind function |
diff --git a/drivers/usb/wusbcore/wa-rpipe.c b/drivers/usb/wusbcore/wa-rpipe.c index c7b1d8108de..8cb9d80207f 100644 --- a/drivers/usb/wusbcore/wa-rpipe.c +++ b/drivers/usb/wusbcore/wa-rpipe.c | |||
| @@ -49,7 +49,7 @@ | |||
| 49 | * | 49 | * |
| 50 | * USB Stack port number 4 (1 based) | 50 | * USB Stack port number 4 (1 based) |
| 51 | * WUSB code port index 3 (0 based) | 51 | * WUSB code port index 3 (0 based) |
| 52 | * USB Addresss 5 (2 based -- 0 is for default, 1 for root hub) | 52 | * USB Address 5 (2 based -- 0 is for default, 1 for root hub) |
| 53 | * | 53 | * |
| 54 | * Now, because we don't use the concept as default address exactly | 54 | * Now, because we don't use the concept as default address exactly |
| 55 | * like the (wired) USB code does, we need to kind of skip it. So we | 55 | * like the (wired) USB code does, we need to kind of skip it. So we |
diff --git a/drivers/video/sstfb.c b/drivers/video/sstfb.c index dee64c3b1e6..2ab704118c4 100644 --- a/drivers/video/sstfb.c +++ b/drivers/video/sstfb.c | |||
| @@ -536,7 +536,7 @@ static int sstfb_set_par(struct fb_info *info) | |||
| 536 | fbiinit2 = sst_read(FBIINIT2); | 536 | fbiinit2 = sst_read(FBIINIT2); |
| 537 | fbiinit3 = sst_read(FBIINIT3); | 537 | fbiinit3 = sst_read(FBIINIT3); |
| 538 | 538 | ||
| 539 | /* everything is reset. we enable fbiinit2/3 remap : dac acces ok */ | 539 | /* everything is reset. we enable fbiinit2/3 remap : dac access ok */ |
| 540 | pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, | 540 | pci_write_config_dword(sst_dev, PCI_INIT_ENABLE, |
| 541 | PCI_EN_INIT_WR | PCI_REMAP_DAC ); | 541 | PCI_EN_INIT_WR | PCI_REMAP_DAC ); |
| 542 | 542 | ||
