diff options
Diffstat (limited to 'drivers')
28 files changed, 31 insertions, 31 deletions
diff --git a/drivers/acpi/acpica/hwxface.c b/drivers/acpi/acpica/hwxface.c index c2793a82f120..d707756228c2 100644 --- a/drivers/acpi/acpica/hwxface.c +++ b/drivers/acpi/acpica/hwxface.c | |||
@@ -356,7 +356,7 @@ ACPI_EXPORT_SYMBOL(acpi_read_bit_register) | |||
356 | * | 356 | * |
357 | * PARAMETERS: register_id - ID of ACPI Bit Register to access | 357 | * PARAMETERS: register_id - ID of ACPI Bit Register to access |
358 | * Value - Value to write to the register, in bit | 358 | * Value - Value to write to the register, in bit |
359 | * position zero. The bit is automaticallly | 359 | * position zero. The bit is automatically |
360 | * shifted to the correct position. | 360 | * shifted to the correct position. |
361 | * | 361 | * |
362 | * RETURN: Status | 362 | * RETURN: Status |
diff --git a/drivers/block/xen-blkback/xenbus.c b/drivers/block/xen-blkback/xenbus.c index f759ad4584c3..8069322e4c9e 100644 --- a/drivers/block/xen-blkback/xenbus.c +++ b/drivers/block/xen-blkback/xenbus.c | |||
@@ -613,7 +613,7 @@ static void frontend_changed(struct xenbus_device *dev, | |||
613 | case XenbusStateConnected: | 613 | case XenbusStateConnected: |
614 | /* | 614 | /* |
615 | * Ensure we connect even when two watches fire in | 615 | * Ensure we connect even when two watches fire in |
616 | * close successsion and we miss the intermediate value | 616 | * close succession and we miss the intermediate value |
617 | * of frontend_state. | 617 | * of frontend_state. |
618 | */ | 618 | */ |
619 | if (dev->state == XenbusStateConnected) | 619 | if (dev->state == XenbusStateConnected) |
diff --git a/drivers/char/ipmi/ipmi_bt_sm.c b/drivers/char/ipmi/ipmi_bt_sm.c index 3ed20e8abc0d..cdd4c09fda96 100644 --- a/drivers/char/ipmi/ipmi_bt_sm.c +++ b/drivers/char/ipmi/ipmi_bt_sm.c | |||
@@ -560,7 +560,7 @@ static enum si_sm_result bt_event(struct si_sm_data *bt, long time) | |||
560 | BT_CONTROL(BT_H_BUSY); /* set */ | 560 | BT_CONTROL(BT_H_BUSY); /* set */ |
561 | 561 | ||
562 | /* | 562 | /* |
563 | * Uncached, ordered writes should just proceeed serially but | 563 | * Uncached, ordered writes should just proceed serially but |
564 | * some BMCs don't clear B2H_ATN with one hit. Fast-path a | 564 | * some BMCs don't clear B2H_ATN with one hit. Fast-path a |
565 | * workaround without too much penalty to the general case. | 565 | * workaround without too much penalty to the general case. |
566 | */ | 566 | */ |
diff --git a/drivers/edac/ppc4xx_edac.c b/drivers/edac/ppc4xx_edac.c index 38400963e245..fc757069c6af 100644 --- a/drivers/edac/ppc4xx_edac.c +++ b/drivers/edac/ppc4xx_edac.c | |||
@@ -142,7 +142,7 @@ | |||
142 | 142 | ||
143 | /* | 143 | /* |
144 | * The ibm,sdram-4xx-ddr2 Device Control Registers (DCRs) are | 144 | * The ibm,sdram-4xx-ddr2 Device Control Registers (DCRs) are |
145 | * indirectly acccessed and have a base and length defined by the | 145 | * indirectly accessed and have a base and length defined by the |
146 | * device tree. The base can be anything; however, we expect the | 146 | * device tree. The base can be anything; however, we expect the |
147 | * length to be precisely two registers, the first for the address | 147 | * length to be precisely two registers, the first for the address |
148 | * window and the second for the data window. | 148 | * window and the second for the data window. |
diff --git a/drivers/media/video/zoran/zoran_driver.c b/drivers/media/video/zoran/zoran_driver.c index d4d05d2ace65..f6d26419445e 100644 --- a/drivers/media/video/zoran/zoran_driver.c +++ b/drivers/media/video/zoran/zoran_driver.c | |||
@@ -1550,7 +1550,7 @@ static int zoran_enum_fmt(struct zoran *zr, struct v4l2_fmtdesc *fmt, int flag) | |||
1550 | if (zoran_formats[i].flags & flag && num++ == fmt->index) { | 1550 | if (zoran_formats[i].flags & flag && num++ == fmt->index) { |
1551 | strncpy(fmt->description, zoran_formats[i].name, | 1551 | strncpy(fmt->description, zoran_formats[i].name, |
1552 | sizeof(fmt->description) - 1); | 1552 | sizeof(fmt->description) - 1); |
1553 | /* fmt struct pre-zeroed, so adding '\0' not neeed */ | 1553 | /* fmt struct pre-zeroed, so adding '\0' not needed */ |
1554 | fmt->pixelformat = zoran_formats[i].fourcc; | 1554 | fmt->pixelformat = zoran_formats[i].fourcc; |
1555 | if (zoran_formats[i].flags & ZORAN_FORMAT_COMPRESSED) | 1555 | if (zoran_formats[i].flags & ZORAN_FORMAT_COMPRESSED) |
1556 | fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; | 1556 | fmt->flags |= V4L2_FMT_FLAG_COMPRESSED; |
diff --git a/drivers/message/fusion/lsi/mpi_ioc.h b/drivers/message/fusion/lsi/mpi_ioc.h index fd6222882a0e..19fb21b8f0ce 100644 --- a/drivers/message/fusion/lsi/mpi_ioc.h +++ b/drivers/message/fusion/lsi/mpi_ioc.h | |||
@@ -857,7 +857,7 @@ typedef struct _EVENT_DATA_SAS_DISCOVERY | |||
857 | #define MPI_EVENT_SAS_DSCVRY_PHY_BITS_MASK (0xFFFF0000) | 857 | #define MPI_EVENT_SAS_DSCVRY_PHY_BITS_MASK (0xFFFF0000) |
858 | #define MPI_EVENT_SAS_DSCVRY_PHY_BITS_SHIFT (16) | 858 | #define MPI_EVENT_SAS_DSCVRY_PHY_BITS_SHIFT (16) |
859 | 859 | ||
860 | /* SAS Discovery Errror Event data */ | 860 | /* SAS Discovery Error Event data */ |
861 | 861 | ||
862 | typedef struct _EVENT_DATA_DISCOVERY_ERROR | 862 | typedef struct _EVENT_DATA_DISCOVERY_ERROR |
863 | { | 863 | { |
diff --git a/drivers/net/irda/nsc-ircc.c b/drivers/net/irda/nsc-ircc.c index b56636da6cc3..2a4f2f153244 100644 --- a/drivers/net/irda/nsc-ircc.c +++ b/drivers/net/irda/nsc-ircc.c | |||
@@ -1664,7 +1664,7 @@ static int nsc_ircc_dma_xmit_complete(struct nsc_ircc_cb *self) | |||
1664 | switch_bank(iobase, BANK0); | 1664 | switch_bank(iobase, BANK0); |
1665 | outb(inb(iobase+MCR) & ~MCR_DMA_EN, iobase+MCR); | 1665 | outb(inb(iobase+MCR) & ~MCR_DMA_EN, iobase+MCR); |
1666 | 1666 | ||
1667 | /* Check for underrrun! */ | 1667 | /* Check for underrun! */ |
1668 | if (inb(iobase+ASCR) & ASCR_TXUR) { | 1668 | if (inb(iobase+ASCR) & ASCR_TXUR) { |
1669 | self->netdev->stats.tx_errors++; | 1669 | self->netdev->stats.tx_errors++; |
1670 | self->netdev->stats.tx_fifo_errors++; | 1670 | self->netdev->stats.tx_fifo_errors++; |
diff --git a/drivers/net/irda/via-ircc.c b/drivers/net/irda/via-ircc.c index 6d6479049aa1..2d456dd164fb 100644 --- a/drivers/net/irda/via-ircc.c +++ b/drivers/net/irda/via-ircc.c | |||
@@ -942,14 +942,14 @@ static int via_ircc_dma_xmit_complete(struct via_ircc_cb *self) | |||
942 | iobase = self->io.fir_base; | 942 | iobase = self->io.fir_base; |
943 | /* Disable DMA */ | 943 | /* Disable DMA */ |
944 | // DisableDmaChannel(self->io.dma); | 944 | // DisableDmaChannel(self->io.dma); |
945 | /* Check for underrrun! */ | 945 | /* Check for underrun! */ |
946 | /* Clear bit, by writing 1 into it */ | 946 | /* Clear bit, by writing 1 into it */ |
947 | Tx_status = GetTXStatus(iobase); | 947 | Tx_status = GetTXStatus(iobase); |
948 | if (Tx_status & 0x08) { | 948 | if (Tx_status & 0x08) { |
949 | self->netdev->stats.tx_errors++; | 949 | self->netdev->stats.tx_errors++; |
950 | self->netdev->stats.tx_fifo_errors++; | 950 | self->netdev->stats.tx_fifo_errors++; |
951 | hwreset(self); | 951 | hwreset(self); |
952 | // how to clear underrrun ? | 952 | /* how to clear underrun? */ |
953 | } else { | 953 | } else { |
954 | self->netdev->stats.tx_packets++; | 954 | self->netdev->stats.tx_packets++; |
955 | ResetChip(iobase, 3); | 955 | ResetChip(iobase, 3); |
diff --git a/drivers/net/irda/w83977af_ir.c b/drivers/net/irda/w83977af_ir.c index c4366601b067..7d43506c7032 100644 --- a/drivers/net/irda/w83977af_ir.c +++ b/drivers/net/irda/w83977af_ir.c | |||
@@ -677,7 +677,7 @@ static void w83977af_dma_xmit_complete(struct w83977af_ir *self) | |||
677 | switch_bank(iobase, SET0); | 677 | switch_bank(iobase, SET0); |
678 | outb(inb(iobase+HCR) & ~HCR_EN_DMA, iobase+HCR); | 678 | outb(inb(iobase+HCR) & ~HCR_EN_DMA, iobase+HCR); |
679 | 679 | ||
680 | /* Check for underrrun! */ | 680 | /* Check for underrun! */ |
681 | if (inb(iobase+AUDR) & AUDR_UNDR) { | 681 | if (inb(iobase+AUDR) & AUDR_UNDR) { |
682 | IRDA_DEBUG(0, "%s(), Transmit underrun!\n", __func__ ); | 682 | IRDA_DEBUG(0, "%s(), Transmit underrun!\n", __func__ ); |
683 | 683 | ||
diff --git a/drivers/net/wimax/i2400m/i2400m.h b/drivers/net/wimax/i2400m/i2400m.h index c421a6141854..c806d4550212 100644 --- a/drivers/net/wimax/i2400m/i2400m.h +++ b/drivers/net/wimax/i2400m/i2400m.h | |||
@@ -75,7 +75,7 @@ | |||
75 | * device is up and running or shutdown (through ifconfig up / | 75 | * device is up and running or shutdown (through ifconfig up / |
76 | * down). Bus-generic only. | 76 | * down). Bus-generic only. |
77 | * | 77 | * |
78 | * - control ops: control.c - implements various commmands for | 78 | * - control ops: control.c - implements various commands for |
79 | * controlling the device. bus-generic only. | 79 | * controlling the device. bus-generic only. |
80 | * | 80 | * |
81 | * - device model glue: driver.c - implements helpers for the | 81 | * - device model glue: driver.c - implements helpers for the |
diff --git a/drivers/net/wireless/rtlwifi/rtl8192de/hw.c b/drivers/net/wireless/rtlwifi/rtl8192de/hw.c index f5bd3a3cd34a..9d89d7ccdafb 100644 --- a/drivers/net/wireless/rtlwifi/rtl8192de/hw.c +++ b/drivers/net/wireless/rtlwifi/rtl8192de/hw.c | |||
@@ -466,8 +466,8 @@ void rtl92de_set_hw_reg(struct ieee80211_hw *hw, u8 variable, u8 *val) | |||
466 | bool int_migration = *(bool *) (val); | 466 | bool int_migration = *(bool *) (val); |
467 | 467 | ||
468 | if (int_migration) { | 468 | if (int_migration) { |
469 | /* Set interrrupt migration timer and | 469 | /* Set interrupt migration timer and |
470 | * corresponging Tx/Rx counter. | 470 | * corresponding Tx/Rx counter. |
471 | * timer 25ns*0xfa0=100us for 0xf packets. | 471 | * timer 25ns*0xfa0=100us for 0xf packets. |
472 | * 0x306:Rx, 0x307:Tx */ | 472 | * 0x306:Rx, 0x307:Tx */ |
473 | rtl_write_dword(rtlpriv, REG_INT_MIG, 0xfe000fa0); | 473 | rtl_write_dword(rtlpriv, REG_INT_MIG, 0xfe000fa0); |
diff --git a/drivers/parport/parport_mfc3.c b/drivers/parport/parport_mfc3.c index 362db31d8ca6..1c0c642b3e23 100644 --- a/drivers/parport/parport_mfc3.c +++ b/drivers/parport/parport_mfc3.c | |||
@@ -397,7 +397,7 @@ static void __exit parport_mfc3_exit(void) | |||
397 | 397 | ||
398 | 398 | ||
399 | MODULE_AUTHOR("Joerg Dorchain <joerg@dorchain.net>"); | 399 | MODULE_AUTHOR("Joerg Dorchain <joerg@dorchain.net>"); |
400 | MODULE_DESCRIPTION("Parport Driver for Multiface 3 expansion cards Paralllel Port"); | 400 | MODULE_DESCRIPTION("Parport Driver for Multiface 3 expansion cards Parallel Port"); |
401 | MODULE_SUPPORTED_DEVICE("Multiface 3 Parallel Port"); | 401 | MODULE_SUPPORTED_DEVICE("Multiface 3 Parallel Port"); |
402 | MODULE_LICENSE("GPL"); | 402 | MODULE_LICENSE("GPL"); |
403 | 403 | ||
diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm.c b/drivers/scsi/aic7xxx/aicasm/aicasm.c index e4a778720301..2e3117aa382f 100644 --- a/drivers/scsi/aic7xxx/aicasm/aicasm.c +++ b/drivers/scsi/aic7xxx/aicasm/aicasm.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Aic7xxx SCSI host adapter firmware asssembler | 2 | * Aic7xxx SCSI host adapter firmware assembler |
3 | * | 3 | * |
4 | * Copyright (c) 1997, 1998, 2000, 2001 Justin T. Gibbs. | 4 | * Copyright (c) 1997, 1998, 2000, 2001 Justin T. Gibbs. |
5 | * Copyright (c) 2001, 2002 Adaptec Inc. | 5 | * Copyright (c) 2001, 2002 Adaptec Inc. |
diff --git a/drivers/scsi/ips.c b/drivers/scsi/ips.c index 218f71a8726e..d77891e5683b 100644 --- a/drivers/scsi/ips.c +++ b/drivers/scsi/ips.c | |||
@@ -4494,7 +4494,7 @@ ips_init_scb(ips_ha_t * ha, ips_scb_t * scb) | |||
4494 | /* */ | 4494 | /* */ |
4495 | /* Initialize a CCB to default values */ | 4495 | /* Initialize a CCB to default values */ |
4496 | /* */ | 4496 | /* */ |
4497 | /* ASSUMED to be callled from within a lock */ | 4497 | /* ASSUMED to be called from within a lock */ |
4498 | /* */ | 4498 | /* */ |
4499 | /****************************************************************************/ | 4499 | /****************************************************************************/ |
4500 | static ips_scb_t * | 4500 | static ips_scb_t * |
diff --git a/drivers/scsi/qla4xxx/ql4_fw.h b/drivers/scsi/qla4xxx/ql4_fw.h index cbd5a20dbbd1..866af45b3d6c 100644 --- a/drivers/scsi/qla4xxx/ql4_fw.h +++ b/drivers/scsi/qla4xxx/ql4_fw.h | |||
@@ -744,7 +744,7 @@ struct dev_db_entry { | |||
744 | uint8_t res4[0x36]; /* 8A-BF */ | 744 | uint8_t res4[0x36]; /* 8A-BF */ |
745 | uint8_t iscsi_name[0xE0]; /* C0-19F : xxzzy Make this a | 745 | uint8_t iscsi_name[0xE0]; /* C0-19F : xxzzy Make this a |
746 | * pointer to a string so we | 746 | * pointer to a string so we |
747 | * don't have to reserve soooo | 747 | * don't have to reserve so |
748 | * much RAM */ | 748 | * much RAM */ |
749 | uint8_t link_local_ipv6_addr[0x10]; /* 1A0-1AF */ | 749 | uint8_t link_local_ipv6_addr[0x10]; /* 1A0-1AF */ |
750 | uint8_t res5[0x10]; /* 1B0-1BF */ | 750 | uint8_t res5[0x10]; /* 1B0-1BF */ |
diff --git a/drivers/scsi/vmw_pvscsi.c b/drivers/scsi/vmw_pvscsi.c index a18996d24466..7264116185d5 100644 --- a/drivers/scsi/vmw_pvscsi.c +++ b/drivers/scsi/vmw_pvscsi.c | |||
@@ -1144,7 +1144,7 @@ static void pvscsi_release_resources(struct pvscsi_adapter *adapter) | |||
1144 | * | 1144 | * |
1145 | * These are statically allocated. Trying to be clever was not worth it. | 1145 | * These are statically allocated. Trying to be clever was not worth it. |
1146 | * | 1146 | * |
1147 | * Dynamic allocation can fail, and we can't go deeep into the memory | 1147 | * Dynamic allocation can fail, and we can't go deep into the memory |
1148 | * allocator, since we're a SCSI driver, and trying too hard to allocate | 1148 | * allocator, since we're a SCSI driver, and trying too hard to allocate |
1149 | * memory might generate disk I/O. We also don't want to fail disk I/O | 1149 | * memory might generate disk I/O. We also don't want to fail disk I/O |
1150 | * in that case because we can't get an allocation - the I/O could be | 1150 | * in that case because we can't get an allocation - the I/O could be |
diff --git a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c index c75a1a1fd775..f9545b064eaf 100644 --- a/drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c +++ b/drivers/staging/comedi/drivers/addi-data/hwdrv_apci3200.c | |||
@@ -3598,7 +3598,7 @@ int i_APCI3200_InterruptHandleEos(struct comedi_device *dev) | |||
3598 | n = comedi_buf_write_alloc(s->async, | 3598 | n = comedi_buf_write_alloc(s->async, |
3599 | (7 + 12) * sizeof(unsigned int)); | 3599 | (7 + 12) * sizeof(unsigned int)); |
3600 | 3600 | ||
3601 | /* If not enougth memory available, event is set to Comedi Buffer Errror */ | 3601 | /* If not enough memory available, event is set to Comedi Buffer Error */ |
3602 | if (n > ((7 + 12) * sizeof(unsigned int))) { | 3602 | if (n > ((7 + 12) * sizeof(unsigned int))) { |
3603 | printk("\ncomedi_buf_write_alloc n = %i", n); | 3603 | printk("\ncomedi_buf_write_alloc n = %i", n); |
3604 | s->async->events |= COMEDI_CB_ERROR; | 3604 | s->async->events |= COMEDI_CB_ERROR; |
diff --git a/drivers/staging/cxt1e1/libsbew.h b/drivers/staging/cxt1e1/libsbew.h index 5c99646cd103..ae8f06d05bed 100644 --- a/drivers/staging/cxt1e1/libsbew.h +++ b/drivers/staging/cxt1e1/libsbew.h | |||
@@ -323,7 +323,7 @@ struct sbecom_port_param | |||
323 | #define CFG_CH_DINV_TX 0x02 | 323 | #define CFG_CH_DINV_TX 0x02 |
324 | 324 | ||
325 | 325 | ||
326 | /* Posssible resettable chipsets/functions */ | 326 | /* Possible resettable chipsets/functions */ |
327 | #define RESET_DEV_TEMUX 1 | 327 | #define RESET_DEV_TEMUX 1 |
328 | #define RESET_DEV_TECT3 RESET_DEV_TEMUX | 328 | #define RESET_DEV_TECT3 RESET_DEV_TEMUX |
329 | #define RESET_DEV_PLL 2 | 329 | #define RESET_DEV_PLL 2 |
diff --git a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c index b3d743a3d308..917bbb082a6e 100644 --- a/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c +++ b/drivers/staging/ft1000/ft1000-pcmcia/ft1000_hw.c | |||
@@ -344,10 +344,10 @@ static void ft1000_reset_asic(struct net_device *dev) | |||
344 | } | 344 | } |
345 | mdelay(1); | 345 | mdelay(1); |
346 | if (info->AsicID == ELECTRABUZZ_ID) { | 346 | if (info->AsicID == ELECTRABUZZ_ID) { |
347 | // set watermark to -1 in order to not generate an interrrupt | 347 | // set watermark to -1 in order to not generate an interrupt |
348 | ft1000_write_reg(dev, FT1000_REG_WATERMARK, 0xffff); | 348 | ft1000_write_reg(dev, FT1000_REG_WATERMARK, 0xffff); |
349 | } else { | 349 | } else { |
350 | // set watermark to -1 in order to not generate an interrrupt | 350 | // set watermark to -1 in order to not generate an interrupt |
351 | ft1000_write_reg(dev, FT1000_REG_MAG_WATERMARK, 0xffff); | 351 | ft1000_write_reg(dev, FT1000_REG_MAG_WATERMARK, 0xffff); |
352 | } | 352 | } |
353 | // clear interrupts | 353 | // clear interrupts |
diff --git a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c index aaf44c359827..43b1d363107e 100644 --- a/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c +++ b/drivers/staging/ft1000/ft1000-usb/ft1000_hw.c | |||
@@ -601,7 +601,7 @@ static void ft1000_reset_asic(struct net_device *dev) | |||
601 | 601 | ||
602 | mdelay(1); | 602 | mdelay(1); |
603 | 603 | ||
604 | /* set watermark to -1 in order to not generate an interrrupt */ | 604 | /* set watermark to -1 in order to not generate an interrupt */ |
605 | ft1000_write_register(ft1000dev, 0xffff, FT1000_REG_MAG_WATERMARK); | 605 | ft1000_write_register(ft1000dev, 0xffff, FT1000_REG_MAG_WATERMARK); |
606 | 606 | ||
607 | /* clear interrupts */ | 607 | /* clear interrupts */ |
diff --git a/drivers/staging/iio/industrialio-trigger.c b/drivers/staging/iio/industrialio-trigger.c index 2c626e0cb29c..68a4d4e8c635 100644 --- a/drivers/staging/iio/industrialio-trigger.c +++ b/drivers/staging/iio/industrialio-trigger.c | |||
@@ -295,7 +295,7 @@ void iio_dealloc_pollfunc(struct iio_poll_func *pf) | |||
295 | EXPORT_SYMBOL_GPL(iio_dealloc_pollfunc); | 295 | EXPORT_SYMBOL_GPL(iio_dealloc_pollfunc); |
296 | 296 | ||
297 | /** | 297 | /** |
298 | * iio_trigger_read_currrent() - trigger consumer sysfs query which trigger | 298 | * iio_trigger_read_current() - trigger consumer sysfs query which trigger |
299 | * | 299 | * |
300 | * For trigger consumers the current_trigger interface allows the trigger | 300 | * For trigger consumers the current_trigger interface allows the trigger |
301 | * used by the device to be queried. | 301 | * used by the device to be queried. |
diff --git a/drivers/staging/sep/sep_driver.c b/drivers/staging/sep/sep_driver.c index 8ac3faea2d2f..f47571ea745d 100644 --- a/drivers/staging/sep/sep_driver.c +++ b/drivers/staging/sep/sep_driver.c | |||
@@ -1235,7 +1235,7 @@ static void sep_build_lli_table(struct sep_device *sep, | |||
1235 | /* Counter of lli array entry */ | 1235 | /* Counter of lli array entry */ |
1236 | u32 array_counter; | 1236 | u32 array_counter; |
1237 | 1237 | ||
1238 | /* Init currrent table data size and lli array entry counter */ | 1238 | /* Init current table data size and lli array entry counter */ |
1239 | curr_table_data_size = 0; | 1239 | curr_table_data_size = 0; |
1240 | array_counter = 0; | 1240 | array_counter = 0; |
1241 | *num_table_entries_ptr = 1; | 1241 | *num_table_entries_ptr = 1; |
diff --git a/drivers/staging/tidspbridge/Kconfig b/drivers/staging/tidspbridge/Kconfig index 93de4f2e8bf8..21a559ecbbb1 100644 --- a/drivers/staging/tidspbridge/Kconfig +++ b/drivers/staging/tidspbridge/Kconfig | |||
@@ -78,7 +78,7 @@ config TIDSPBRIDGE_NTFY_PWRERR | |||
78 | bool "Notify power errors" | 78 | bool "Notify power errors" |
79 | depends on TIDSPBRIDGE | 79 | depends on TIDSPBRIDGE |
80 | help | 80 | help |
81 | Enable notifications to registered clients on the event of power errror | 81 | Enable notifications to registered clients on the event of power error |
82 | trying to suspend bridge driver. Say Y, to signal this event as a fatal | 82 | trying to suspend bridge driver. Say Y, to signal this event as a fatal |
83 | error, this will require a bridge restart to recover. | 83 | error, this will require a bridge restart to recover. |
84 | 84 | ||
diff --git a/drivers/staging/tidspbridge/rmgr/dbdcd.c b/drivers/staging/tidspbridge/rmgr/dbdcd.c index a7e407e25187..fda240214cd6 100644 --- a/drivers/staging/tidspbridge/rmgr/dbdcd.c +++ b/drivers/staging/tidspbridge/rmgr/dbdcd.c | |||
@@ -285,7 +285,7 @@ int dcd_enumerate_object(s32 index, enum dsp_dcdobjtype obj_type, | |||
285 | enum_refs = 0; | 285 | enum_refs = 0; |
286 | 286 | ||
287 | /* | 287 | /* |
288 | * TODO: Revisit, this is not an errror case but code | 288 | * TODO: Revisit, this is not an error case but code |
289 | * expects non-zero value. | 289 | * expects non-zero value. |
290 | */ | 290 | */ |
291 | status = ENODATA; | 291 | status = ENODATA; |
diff --git a/drivers/usb/host/hwa-hc.c b/drivers/usb/host/hwa-hc.c index 9bfac657572e..b5c56a99da02 100644 --- a/drivers/usb/host/hwa-hc.c +++ b/drivers/usb/host/hwa-hc.c | |||
@@ -481,7 +481,7 @@ static int __hwahc_op_set_ptk(struct wusbhc *wusbhc, u8 port_idx, u32 tkid, | |||
481 | encryption_value = 0; | 481 | encryption_value = 0; |
482 | } | 482 | } |
483 | 483 | ||
484 | /* Set the encryption type for commmunicating with the device */ | 484 | /* Set the encryption type for communicating with the device */ |
485 | result = usb_control_msg(wa->usb_dev, usb_sndctrlpipe(wa->usb_dev, 0), | 485 | result = usb_control_msg(wa->usb_dev, usb_sndctrlpipe(wa->usb_dev, 0), |
486 | USB_REQ_SET_ENCRYPTION, | 486 | USB_REQ_SET_ENCRYPTION, |
487 | USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE, | 487 | USB_DIR_OUT | USB_TYPE_CLASS | USB_RECIP_INTERFACE, |
diff --git a/drivers/usb/host/imx21-hcd.c b/drivers/usb/host/imx21-hcd.c index 2ee18cfa1efe..dbf0f156ed9e 100644 --- a/drivers/usb/host/imx21-hcd.c +++ b/drivers/usb/host/imx21-hcd.c | |||
@@ -473,7 +473,7 @@ static void free_epdmem(struct imx21 *imx21, struct usb_host_endpoint *ep) | |||
473 | /* End handling */ | 473 | /* End handling */ |
474 | /* =========================================== */ | 474 | /* =========================================== */ |
475 | 475 | ||
476 | /* Endpoint now idle - release it's ETD(s) or asssign to queued request */ | 476 | /* Endpoint now idle - release its ETD(s) or assign to queued request */ |
477 | static void ep_idle(struct imx21 *imx21, struct ep_priv *ep_priv) | 477 | static void ep_idle(struct imx21 *imx21, struct ep_priv *ep_priv) |
478 | { | 478 | { |
479 | int i; | 479 | int i; |
diff --git a/drivers/usb/otg/fsl_otg.c b/drivers/usb/otg/fsl_otg.c index 0f420b25e9a9..2d9cc445fc73 100644 --- a/drivers/usb/otg/fsl_otg.c +++ b/drivers/usb/otg/fsl_otg.c | |||
@@ -639,7 +639,7 @@ static int fsl_otg_set_power(struct otg_transceiver *otg_p, unsigned mA) | |||
639 | * Delayed pin detect interrupt processing. | 639 | * Delayed pin detect interrupt processing. |
640 | * | 640 | * |
641 | * When the Mini-A cable is disconnected from the board, | 641 | * When the Mini-A cable is disconnected from the board, |
642 | * the pin-detect interrupt happens before the disconnnect | 642 | * the pin-detect interrupt happens before the disconnect |
643 | * interrupts for the connected device(s). In order to | 643 | * interrupts for the connected device(s). In order to |
644 | * process the disconnect interrupt(s) prior to switching | 644 | * process the disconnect interrupt(s) prior to switching |
645 | * roles, the pin-detect interrupts are delayed, and handled | 645 | * roles, the pin-detect interrupts are delayed, and handled |
diff --git a/drivers/uwb/i1480/dfu/usb.c b/drivers/uwb/i1480/dfu/usb.c index ba8664328afa..a315d4d25cc0 100644 --- a/drivers/uwb/i1480/dfu/usb.c +++ b/drivers/uwb/i1480/dfu/usb.c | |||
@@ -104,7 +104,7 @@ void i1480_usb_destroy(struct i1480_usb *i1480_usb) | |||
104 | * | 104 | * |
105 | * Data buffers to USB cannot be on the stack or in vmalloc'ed areas, | 105 | * Data buffers to USB cannot be on the stack or in vmalloc'ed areas, |
106 | * so we copy it to the local i1480 buffer before proceeding. In any | 106 | * so we copy it to the local i1480 buffer before proceeding. In any |
107 | * case, we have a max size we can send, soooo. | 107 | * case, we have a max size we can send. |
108 | */ | 108 | */ |
109 | static | 109 | static |
110 | int i1480_usb_write(struct i1480 *i1480, u32 memory_address, | 110 | int i1480_usb_write(struct i1480 *i1480, u32 memory_address, |