aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-05-10 04:16:21 -0400
committerJiri Kosina <jkosina@suse.cz>2011-05-10 04:16:21 -0400
commit70f23fd66bc821a0e99647f70a809e277cc93c4c (patch)
tree3e768b77e63c6364ef32cf257c9449369afd215f /drivers
parentc719864f15676af92b705589c93ba1468b89cd24 (diff)
treewide: fix a few typos in comments
- kenrel -> kernel - whetehr -> whether - ttt -> tt - sss -> ss Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/acpi/acpica/utresrc.c2
-rw-r--r--drivers/acpi/video.c2
-rw-r--r--drivers/firmware/efivars.c2
-rw-r--r--drivers/macintosh/therm_pm72.c4
-rw-r--r--drivers/media/dvb/dvb-usb/dw2102.c2
-rw-r--r--drivers/media/video/msp3400-driver.c2
-rw-r--r--drivers/media/video/saa7164/saa7164-encoder.c2
-rw-r--r--drivers/media/video/saa7164/saa7164-vbi.c2
-rw-r--r--drivers/message/i2o/README.ioctl2
-rw-r--r--drivers/net/can/pch_can.c2
-rw-r--r--drivers/net/irda/ali-ircc.c2
-rw-r--r--drivers/net/s2io.c2
-rw-r--r--drivers/net/ucc_geth_ethtool.c2
-rw-r--r--drivers/net/usb/usbnet.c2
-rw-r--r--drivers/net/wan/pc300_drv.c2
-rw-r--r--drivers/net/wireless/ath/ath9k/ar9003_eeprom.c8
-rw-r--r--drivers/net/wireless/ipw2x00/ipw2200.c2
-rw-r--r--drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c2
-rw-r--r--drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h2
-rw-r--r--drivers/scsi/constants.c2
-rw-r--r--drivers/scsi/esp_scsi.c2
-rw-r--r--drivers/scsi/lpfc/lpfc_attr.c2
-rw-r--r--drivers/scsi/lpfc/lpfc_hw.h2
-rw-r--r--drivers/scsi/lpfc/lpfc_sli.c2
-rw-r--r--drivers/scsi/nsp32_debug.c2
-rw-r--r--drivers/scsi/pcmcia/nsp_debug.c2
-rw-r--r--drivers/scsi/qla4xxx/ql4_mbx.c2
-rw-r--r--drivers/tty/n_gsm.c2
-rw-r--r--drivers/usb/host/imx21-dbg.c2
-rw-r--r--drivers/usb/misc/usbtest.c2
30 files changed, 34 insertions, 34 deletions
diff --git a/drivers/acpi/acpica/utresrc.c b/drivers/acpi/acpica/utresrc.c
index 84e051844247..6ffd3a8bdaa5 100644
--- a/drivers/acpi/acpica/utresrc.c
+++ b/drivers/acpi/acpica/utresrc.c
@@ -50,7 +50,7 @@ ACPI_MODULE_NAME("utresrc")
50#if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER) 50#if defined(ACPI_DISASSEMBLER) || defined (ACPI_DEBUGGER)
51/* 51/*
52 * Strings used to decode resource descriptors. 52 * Strings used to decode resource descriptors.
53 * Used by both the disasssembler and the debugger resource dump routines 53 * Used by both the disassembler and the debugger resource dump routines
54 */ 54 */
55const char *acpi_gbl_bm_decode[] = { 55const char *acpi_gbl_bm_decode[] = {
56 "NotBusMaster", 56 "NotBusMaster",
diff --git a/drivers/acpi/video.c b/drivers/acpi/video.c
index ec574fc8fbc6..db39e9e607d8 100644
--- a/drivers/acpi/video.c
+++ b/drivers/acpi/video.c
@@ -1521,7 +1521,7 @@ static void acpi_video_device_notify(acpi_handle handle, u32 event, void *data)
1521 acpi_bus_generate_proc_event(device, event, 0); 1521 acpi_bus_generate_proc_event(device, event, 0);
1522 keycode = KEY_BRIGHTNESSDOWN; 1522 keycode = KEY_BRIGHTNESSDOWN;
1523 break; 1523 break;
1524 case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightnesss */ 1524 case ACPI_VIDEO_NOTIFY_ZERO_BRIGHTNESS: /* zero brightness */
1525 if (brightness_switch_enabled) 1525 if (brightness_switch_enabled)
1526 acpi_video_switch_brightness(video_device, event); 1526 acpi_video_switch_brightness(video_device, event);
1527 acpi_bus_generate_proc_event(device, event, 0); 1527 acpi_bus_generate_proc_event(device, event, 0);
diff --git a/drivers/firmware/efivars.c b/drivers/firmware/efivars.c
index ff0c373e3bbf..5629a0c56f61 100644
--- a/drivers/firmware/efivars.c
+++ b/drivers/firmware/efivars.c
@@ -321,7 +321,7 @@ efivar_show_raw(struct efivar_entry *entry, char *buf)
321 321
322/* 322/*
323 * Generic read/write functions that call the specific functions of 323 * Generic read/write functions that call the specific functions of
324 * the atttributes... 324 * the attributes...
325 */ 325 */
326static ssize_t efivar_attr_show(struct kobject *kobj, struct attribute *attr, 326static ssize_t efivar_attr_show(struct kobject *kobj, struct attribute *attr,
327 char *buf) 327 char *buf)
diff --git a/drivers/macintosh/therm_pm72.c b/drivers/macintosh/therm_pm72.c
index bb8b722a9783..0ff92c208005 100644
--- a/drivers/macintosh/therm_pm72.c
+++ b/drivers/macintosh/therm_pm72.c
@@ -44,11 +44,11 @@
44 * TODO: - Check MPU structure version/signature 44 * TODO: - Check MPU structure version/signature
45 * - Add things like /sbin/overtemp for non-critical 45 * - Add things like /sbin/overtemp for non-critical
46 * overtemp conditions so userland can take some policy 46 * overtemp conditions so userland can take some policy
47 * decisions, like slewing down CPUs 47 * decisions, like slowing down CPUs
48 * - Deal with fan and i2c failures in a better way 48 * - Deal with fan and i2c failures in a better way
49 * - Maybe do a generic PID based on params used for 49 * - Maybe do a generic PID based on params used for
50 * U3 and Drives ? Definitely need to factor code a bit 50 * U3 and Drives ? Definitely need to factor code a bit
51 * bettter... also make sensor detection more robust using 51 * better... also make sensor detection more robust using
52 * the device-tree to probe for them 52 * the device-tree to probe for them
53 * - Figure out how to get the slots consumption and set the 53 * - Figure out how to get the slots consumption and set the
54 * slots fan accordingly 54 * slots fan accordingly
diff --git a/drivers/media/dvb/dvb-usb/dw2102.c b/drivers/media/dvb/dvb-usb/dw2102.c
index f5b9da18f611..d312323504a4 100644
--- a/drivers/media/dvb/dvb-usb/dw2102.c
+++ b/drivers/media/dvb/dvb-usb/dw2102.c
@@ -1377,7 +1377,7 @@ static struct rc_map_table rc_map_su3000_table[] = {
1377 { 0x0f, KEY_BLUE }, /* bottom yellow button */ 1377 { 0x0f, KEY_BLUE }, /* bottom yellow button */
1378 { 0x14, KEY_AUDIO }, /* Snapshot */ 1378 { 0x14, KEY_AUDIO }, /* Snapshot */
1379 { 0x38, KEY_TV }, /* TV/Radio */ 1379 { 0x38, KEY_TV }, /* TV/Radio */
1380 { 0x0c, KEY_ESC } /* upper Red buttton */ 1380 { 0x0c, KEY_ESC } /* upper Red button */
1381}; 1381};
1382 1382
1383static struct rc_map_dvb_usb_table_table keys_tables[] = { 1383static struct rc_map_dvb_usb_table_table keys_tables[] = {
diff --git a/drivers/media/video/msp3400-driver.c b/drivers/media/video/msp3400-driver.c
index 8126622fb4f5..de5d481b0328 100644
--- a/drivers/media/video/msp3400-driver.c
+++ b/drivers/media/video/msp3400-driver.c
@@ -96,7 +96,7 @@ MODULE_PARM_DESC(debug, "Enable debug messages [0-3]");
96MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo"); 96MODULE_PARM_DESC(stereo_threshold, "Sets signal threshold to activate stereo");
97MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect"); 97MODULE_PARM_DESC(standard, "Specify audio standard: 32 = NTSC, 64 = radio, Default: Autodetect");
98MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan"); 98MODULE_PARM_DESC(amsound, "Hardwire AM sound at 6.5Hz (France), FM can autoscan");
99MODULE_PARM_DESC(dolby, "Activates Dolby processsing"); 99MODULE_PARM_DESC(dolby, "Activates Dolby processing");
100 100
101/* ---------------------------------------------------------------------- */ 101/* ---------------------------------------------------------------------- */
102 102
diff --git a/drivers/media/video/saa7164/saa7164-encoder.c b/drivers/media/video/saa7164/saa7164-encoder.c
index f9d594698832..400364569c8d 100644
--- a/drivers/media/video/saa7164/saa7164-encoder.c
+++ b/drivers/media/video/saa7164/saa7164-encoder.c
@@ -177,7 +177,7 @@ static int saa7164_encoder_buffers_alloc(struct saa7164_port *port)
177 } 177 }
178 } 178 }
179 179
180 /* Allocate some kenrel kernel buffers for copying 180 /* Allocate some kernel buffers for copying
181 * to userpsace. 181 * to userpsace.
182 */ 182 */
183 len = params->numberoflines * params->pitch; 183 len = params->numberoflines * params->pitch;
diff --git a/drivers/media/video/saa7164/saa7164-vbi.c b/drivers/media/video/saa7164/saa7164-vbi.c
index 9e5b01c29cf5..bc1fcedba874 100644
--- a/drivers/media/video/saa7164/saa7164-vbi.c
+++ b/drivers/media/video/saa7164/saa7164-vbi.c
@@ -148,7 +148,7 @@ static int saa7164_vbi_buffers_alloc(struct saa7164_port *port)
148 } 148 }
149 } 149 }
150 150
151 /* Allocate some kenrel kernel buffers for copying 151 /* Allocate some kernel buffers for copying
152 * to userpsace. 152 * to userpsace.
153 */ 153 */
154 len = params->numberoflines * params->pitch; 154 len = params->numberoflines * params->pitch;
diff --git a/drivers/message/i2o/README.ioctl b/drivers/message/i2o/README.ioctl
index 65c0c47aeb79..5fb195af43e2 100644
--- a/drivers/message/i2o/README.ioctl
+++ b/drivers/message/i2o/README.ioctl
@@ -110,7 +110,7 @@ V. Getting Logical Configuration Table
110 ENOBUFS Buffer not large enough. If this occurs, the required 110 ENOBUFS Buffer not large enough. If this occurs, the required
111 buffer length is written into *(lct->reslen) 111 buffer length is written into *(lct->reslen)
112 112
113VI. Settting Parameters 113VI. Setting Parameters
114 114
115 SYNOPSIS 115 SYNOPSIS
116 116
diff --git a/drivers/net/can/pch_can.c b/drivers/net/can/pch_can.c
index e54712b22c27..d11fbb2b95ff 100644
--- a/drivers/net/can/pch_can.c
+++ b/drivers/net/can/pch_can.c
@@ -653,7 +653,7 @@ static int pch_can_rx_normal(struct net_device *ndev, u32 obj_num, int quota)
653 u16 data_reg; 653 u16 data_reg;
654 654
655 do { 655 do {
656 /* Reading the messsage object from the Message RAM */ 656 /* Reading the message object from the Message RAM */
657 iowrite32(PCH_CMASK_RX_TX_GET, &priv->regs->ifregs[0].cmask); 657 iowrite32(PCH_CMASK_RX_TX_GET, &priv->regs->ifregs[0].cmask);
658 pch_can_rw_msg_obj(&priv->regs->ifregs[0].creq, obj_num); 658 pch_can_rw_msg_obj(&priv->regs->ifregs[0].creq, obj_num);
659 659
diff --git a/drivers/net/irda/ali-ircc.c b/drivers/net/irda/ali-ircc.c
index 872183f29ec4..d532dde5120f 100644
--- a/drivers/net/irda/ali-ircc.c
+++ b/drivers/net/irda/ali-ircc.c
@@ -1800,7 +1800,7 @@ static int ali_ircc_dma_receive_complete(struct ali_ircc_cb *self)
1800 MessageCount = inb(iobase+ FIR_LSR)&0x07; 1800 MessageCount = inb(iobase+ FIR_LSR)&0x07;
1801 1801
1802 if (MessageCount > 0) 1802 if (MessageCount > 0)
1803 IRDA_DEBUG(0, "%s(), Messsage count = %d,\n", __func__ , MessageCount); 1803 IRDA_DEBUG(0, "%s(), Message count = %d,\n", __func__ , MessageCount);
1804 1804
1805 for (i=0; i<=MessageCount; i++) 1805 for (i=0; i<=MessageCount; i++)
1806 { 1806 {
diff --git a/drivers/net/s2io.c b/drivers/net/s2io.c
index 337bdcd5abc9..665c3d832034 100644
--- a/drivers/net/s2io.c
+++ b/drivers/net/s2io.c
@@ -7231,7 +7231,7 @@ static void do_s2io_card_down(struct s2io_nic *sp, int do_io)
7231 /* As per the HW requirement we need to replenish the 7231 /* As per the HW requirement we need to replenish the
7232 * receive buffer to avoid the ring bump. Since there is 7232 * receive buffer to avoid the ring bump. Since there is
7233 * no intention of processing the Rx frame at this pointwe are 7233 * no intention of processing the Rx frame at this pointwe are
7234 * just settting the ownership bit of rxd in Each Rx 7234 * just setting the ownership bit of rxd in Each Rx
7235 * ring to HW and set the appropriate buffer size 7235 * ring to HW and set the appropriate buffer size
7236 * based on the ring mode 7236 * based on the ring mode
7237 */ 7237 */
diff --git a/drivers/net/ucc_geth_ethtool.c b/drivers/net/ucc_geth_ethtool.c
index 6f92e48f02d3..cfd8881452ac 100644
--- a/drivers/net/ucc_geth_ethtool.c
+++ b/drivers/net/ucc_geth_ethtool.c
@@ -6,7 +6,7 @@
6 * Author: Li Yang <leoli@freescale.com> 6 * Author: Li Yang <leoli@freescale.com>
7 * 7 *
8 * Limitation: 8 * Limitation:
9 * Can only get/set setttings of the first queue. 9 * Can only get/set settings of the first queue.
10 * Need to re-open the interface manually after changing some parameters. 10 * Need to re-open the interface manually after changing some parameters.
11 * 11 *
12 * This program is free software; you can redistribute it and/or modify it 12 * This program is free software; you can redistribute it and/or modify it
diff --git a/drivers/net/usb/usbnet.c b/drivers/net/usb/usbnet.c
index 069c1cf0fdf7..fef9ecc7b7aa 100644
--- a/drivers/net/usb/usbnet.c
+++ b/drivers/net/usb/usbnet.c
@@ -109,7 +109,7 @@ int usbnet_get_endpoints(struct usbnet *dev, struct usb_interface *intf)
109 109
110 /* take the first altsetting with in-bulk + out-bulk; 110 /* take the first altsetting with in-bulk + out-bulk;
111 * remember any status endpoint, just in case; 111 * remember any status endpoint, just in case;
112 * ignore other endpoints and altsetttings. 112 * ignore other endpoints and altsettings.
113 */ 113 */
114 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) { 114 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {
115 struct usb_host_endpoint *e; 115 struct usb_host_endpoint *e;
diff --git a/drivers/net/wan/pc300_drv.c b/drivers/net/wan/pc300_drv.c
index f875cfae3093..737b59f1a8dc 100644
--- a/drivers/net/wan/pc300_drv.c
+++ b/drivers/net/wan/pc300_drv.c
@@ -1445,7 +1445,7 @@ static void falc_update_stats(pc300_t * card, int ch)
1445 * Description: In the remote loopback mode the clock and data recovered 1445 * Description: In the remote loopback mode the clock and data recovered
1446 * from the line inputs RL1/2 or RDIP/RDIN are routed back 1446 * from the line inputs RL1/2 or RDIP/RDIN are routed back
1447 * to the line outputs XL1/2 or XDOP/XDON via the analog 1447 * to the line outputs XL1/2 or XDOP/XDON via the analog
1448 * transmitter. As in normal mode they are processsed by 1448 * transmitter. As in normal mode they are processed by
1449 * the synchronizer and then sent to the system interface. 1449 * the synchronizer and then sent to the system interface.
1450 *---------------------------------------------------------------------------- 1450 *----------------------------------------------------------------------------
1451 */ 1451 */
diff --git a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
index 6eadf975ae48..aa1ba5dbfebb 100644
--- a/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
+++ b/drivers/net/wireless/ath/ath9k/ar9003_eeprom.c
@@ -3329,26 +3329,26 @@ static int ar9300_eeprom_restore_internal(struct ath_hw *ah,
3329 else 3329 else
3330 cptr = AR9300_BASE_ADDR; 3330 cptr = AR9300_BASE_ADDR;
3331 ath_dbg(common, ATH_DBG_EEPROM, 3331 ath_dbg(common, ATH_DBG_EEPROM,
3332 "Trying EEPROM accesss at Address 0x%04x\n", cptr); 3332 "Trying EEPROM access at Address 0x%04x\n", cptr);
3333 if (ar9300_check_eeprom_header(ah, read, cptr)) 3333 if (ar9300_check_eeprom_header(ah, read, cptr))
3334 goto found; 3334 goto found;
3335 3335
3336 cptr = AR9300_BASE_ADDR_512; 3336 cptr = AR9300_BASE_ADDR_512;
3337 ath_dbg(common, ATH_DBG_EEPROM, 3337 ath_dbg(common, ATH_DBG_EEPROM,
3338 "Trying EEPROM accesss at Address 0x%04x\n", cptr); 3338 "Trying EEPROM access at Address 0x%04x\n", cptr);
3339 if (ar9300_check_eeprom_header(ah, read, cptr)) 3339 if (ar9300_check_eeprom_header(ah, read, cptr))
3340 goto found; 3340 goto found;
3341 3341
3342 read = ar9300_read_otp; 3342 read = ar9300_read_otp;
3343 cptr = AR9300_BASE_ADDR; 3343 cptr = AR9300_BASE_ADDR;
3344 ath_dbg(common, ATH_DBG_EEPROM, 3344 ath_dbg(common, ATH_DBG_EEPROM,
3345 "Trying OTP accesss at Address 0x%04x\n", cptr); 3345 "Trying OTP access at Address 0x%04x\n", cptr);
3346 if (ar9300_check_eeprom_header(ah, read, cptr)) 3346 if (ar9300_check_eeprom_header(ah, read, cptr))
3347 goto found; 3347 goto found;
3348 3348
3349 cptr = AR9300_BASE_ADDR_512; 3349 cptr = AR9300_BASE_ADDR_512;
3350 ath_dbg(common, ATH_DBG_EEPROM, 3350 ath_dbg(common, ATH_DBG_EEPROM,
3351 "Trying OTP accesss at Address 0x%04x\n", cptr); 3351 "Trying OTP access at Address 0x%04x\n", cptr);
3352 if (ar9300_check_eeprom_header(ah, read, cptr)) 3352 if (ar9300_check_eeprom_header(ah, read, cptr))
3353 goto found; 3353 goto found;
3354 3354
diff --git a/drivers/net/wireless/ipw2x00/ipw2200.c b/drivers/net/wireless/ipw2x00/ipw2200.c
index 42c3fe37af64..87813c33bdc2 100644
--- a/drivers/net/wireless/ipw2x00/ipw2200.c
+++ b/drivers/net/wireless/ipw2x00/ipw2200.c
@@ -7430,7 +7430,7 @@ static int ipw_associate_network(struct ipw_priv *priv,
7430 priv->assoc_request.capability &= 7430 priv->assoc_request.capability &=
7431 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME); 7431 ~cpu_to_le16(WLAN_CAPABILITY_SHORT_SLOT_TIME);
7432 7432
7433 IPW_DEBUG_ASSOC("%sssocation attempt: '%s', channel %d, " 7433 IPW_DEBUG_ASSOC("%ssociation attempt: '%s', channel %d, "
7434 "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n", 7434 "802.11%c [%d], %s[:%s], enc=%s%s%s%c%c\n",
7435 roaming ? "Rea" : "A", 7435 roaming ? "Rea" : "A",
7436 print_ssid(ssid, priv->essid, priv->essid_len), 7436 print_ssid(ssid, priv->essid, priv->essid_len),
diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
index 078ed600f47a..232aff1fe784 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Aic7xxx SCSI host adapter firmware asssembler symbol table implementation 2 * Aic7xxx SCSI host adapter firmware assembler symbol table implementation
3 * 3 *
4 * Copyright (c) 1997 Justin T. Gibbs. 4 * Copyright (c) 1997 Justin T. Gibbs.
5 * Copyright (c) 2002 Adaptec Inc. 5 * Copyright (c) 2002 Adaptec Inc.
diff --git a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
index 2ba73ae7c777..34bbcad7f83f 100644
--- a/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
+++ b/drivers/scsi/aic7xxx/aicasm/aicasm_symbol.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Aic7xxx SCSI host adapter firmware asssembler symbol table definitions 2 * Aic7xxx SCSI host adapter firmware assembler symbol table definitions
3 * 3 *
4 * Copyright (c) 1997 Justin T. Gibbs. 4 * Copyright (c) 1997 Justin T. Gibbs.
5 * Copyright (c) 2002 Adaptec Inc. 5 * Copyright (c) 2002 Adaptec Inc.
diff --git a/drivers/scsi/constants.c b/drivers/scsi/constants.c
index d0c82340f0e2..d0cdde57d7d2 100644
--- a/drivers/scsi/constants.c
+++ b/drivers/scsi/constants.c
@@ -34,7 +34,7 @@
34static const char * cdb_byte0_names[] = { 34static const char * cdb_byte0_names[] = {
35/* 00-03 */ "Test Unit Ready", "Rezero Unit/Rewind", NULL, "Request Sense", 35/* 00-03 */ "Test Unit Ready", "Rezero Unit/Rewind", NULL, "Request Sense",
36/* 04-07 */ "Format Unit/Medium", "Read Block Limits", NULL, 36/* 04-07 */ "Format Unit/Medium", "Read Block Limits", NULL,
37 "Reasssign Blocks", 37 "Reassign Blocks",
38/* 08-0d */ "Read(6)", NULL, "Write(6)", "Seek(6)", NULL, NULL, 38/* 08-0d */ "Read(6)", NULL, "Write(6)", "Seek(6)", NULL, NULL,
39/* 0e-12 */ NULL, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 39/* 0e-12 */ NULL, "Read Reverse", "Write Filemarks", "Space", "Inquiry",
40/* 13-16 */ "Verify(6)", "Recover Buffered Data", "Mode Select(6)", 40/* 13-16 */ "Verify(6)", "Recover Buffered Data", "Mode Select(6)",
diff --git a/drivers/scsi/esp_scsi.c b/drivers/scsi/esp_scsi.c
index 57558523c1b8..182831e1e0b2 100644
--- a/drivers/scsi/esp_scsi.c
+++ b/drivers/scsi/esp_scsi.c
@@ -1059,7 +1059,7 @@ static struct esp_cmd_entry *esp_reconnect_with_tag(struct esp *esp,
1059 esp->ops->send_dma_cmd(esp, esp->command_block_dma, 1059 esp->ops->send_dma_cmd(esp, esp->command_block_dma,
1060 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI); 1060 2, 2, 1, ESP_CMD_DMA | ESP_CMD_TI);
1061 1061
1062 /* ACK the msssage. */ 1062 /* ACK the message. */
1063 scsi_esp_cmd(esp, ESP_CMD_MOK); 1063 scsi_esp_cmd(esp, ESP_CMD_MOK);
1064 1064
1065 for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) { 1065 for (i = 0; i < ESP_RESELECT_TAG_LIMIT; i++) {
diff --git a/drivers/scsi/lpfc/lpfc_attr.c b/drivers/scsi/lpfc/lpfc_attr.c
index 17d789325f40..8dcbf8fff673 100644
--- a/drivers/scsi/lpfc/lpfc_attr.c
+++ b/drivers/scsi/lpfc/lpfc_attr.c
@@ -4532,7 +4532,7 @@ lpfc_set_vport_symbolic_name(struct fc_vport *fc_vport)
4532 * 4532 *
4533 * This function is called by the lpfc_get_cfgparam() routine to set the 4533 * This function is called by the lpfc_get_cfgparam() routine to set the
4534 * module lpfc_log_verbose into the @phba cfg_log_verbose for use with 4534 * module lpfc_log_verbose into the @phba cfg_log_verbose for use with
4535 * log messsage according to the module's lpfc_log_verbose parameter setting 4535 * log message according to the module's lpfc_log_verbose parameter setting
4536 * before hba port or vport created. 4536 * before hba port or vport created.
4537 **/ 4537 **/
4538static void 4538static void
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h
index 95f11ed79463..86b6f7e6686a 100644
--- a/drivers/scsi/lpfc/lpfc_hw.h
+++ b/drivers/scsi/lpfc/lpfc_hw.h
@@ -1002,7 +1002,7 @@ typedef struct _ELS_PKT { /* Structure is in Big Endian format */
1002#define SLI_MGMT_GRPL 0x102 /* Get registered Port list */ 1002#define SLI_MGMT_GRPL 0x102 /* Get registered Port list */
1003#define SLI_MGMT_GPAT 0x110 /* Get Port attributes */ 1003#define SLI_MGMT_GPAT 0x110 /* Get Port attributes */
1004#define SLI_MGMT_RHBA 0x200 /* Register HBA */ 1004#define SLI_MGMT_RHBA 0x200 /* Register HBA */
1005#define SLI_MGMT_RHAT 0x201 /* Register HBA atttributes */ 1005#define SLI_MGMT_RHAT 0x201 /* Register HBA attributes */
1006#define SLI_MGMT_RPRT 0x210 /* Register Port */ 1006#define SLI_MGMT_RPRT 0x210 /* Register Port */
1007#define SLI_MGMT_RPA 0x211 /* Register Port attributes */ 1007#define SLI_MGMT_RPA 0x211 /* Register Port attributes */
1008#define SLI_MGMT_DHBA 0x300 /* De-register HBA */ 1008#define SLI_MGMT_DHBA 0x300 /* De-register HBA */
diff --git a/drivers/scsi/lpfc/lpfc_sli.c b/drivers/scsi/lpfc/lpfc_sli.c
index dacabbe0a586..63c5d627a5a3 100644
--- a/drivers/scsi/lpfc/lpfc_sli.c
+++ b/drivers/scsi/lpfc/lpfc_sli.c
@@ -3040,7 +3040,7 @@ lpfc_sli_sp_handle_rspiocb(struct lpfc_hba *phba, struct lpfc_sli_ring *pring,
3040 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq)); 3040 list_add_tail(&rspiocbp->list, &(pring->iocb_continueq));
3041 pring->iocb_continueq_cnt++; 3041 pring->iocb_continueq_cnt++;
3042 3042
3043 /* Now, determine whetehr the list is completed for processing */ 3043 /* Now, determine whether the list is completed for processing */
3044 irsp = &rspiocbp->iocb; 3044 irsp = &rspiocbp->iocb;
3045 if (irsp->ulpLe) { 3045 if (irsp->ulpLe) {
3046 /* 3046 /*
diff --git a/drivers/scsi/nsp32_debug.c b/drivers/scsi/nsp32_debug.c
index 2fb3fb58858d..58806f432a16 100644
--- a/drivers/scsi/nsp32_debug.c
+++ b/drivers/scsi/nsp32_debug.c
@@ -13,7 +13,7 @@ static const char unknown[] = "UNKNOWN";
13 13
14static const char * group_0_commands[] = { 14static const char * group_0_commands[] = {
15/* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", 15/* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense",
16/* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reasssign Blocks", 16/* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks",
17/* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, 17/* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown,
18/* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 18/* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry",
19/* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve", 19/* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve",
diff --git a/drivers/scsi/pcmcia/nsp_debug.c b/drivers/scsi/pcmcia/nsp_debug.c
index 3c6ef64fcbff..6aa7d269d3b3 100644
--- a/drivers/scsi/pcmcia/nsp_debug.c
+++ b/drivers/scsi/pcmcia/nsp_debug.c
@@ -15,7 +15,7 @@ static const char unknown[] = "UNKNOWN";
15 15
16static const char * group_0_commands[] = { 16static const char * group_0_commands[] = {
17/* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense", 17/* 00-03 */ "Test Unit Ready", "Rezero Unit", unknown, "Request Sense",
18/* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reasssign Blocks", 18/* 04-07 */ "Format Unit", "Read Block Limits", unknown, "Reassign Blocks",
19/* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown, 19/* 08-0d */ "Read (6)", unknown, "Write (6)", "Seek (6)", unknown, unknown,
20/* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry", 20/* 0e-12 */ unknown, "Read Reverse", "Write Filemarks", "Space", "Inquiry",
21/* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve", 21/* 13-16 */ unknown, "Recover Buffered Data", "Mode Select", "Reserve",
diff --git a/drivers/scsi/qla4xxx/ql4_mbx.c b/drivers/scsi/qla4xxx/ql4_mbx.c
index f9d81c8372c3..d78b58dc5011 100644
--- a/drivers/scsi/qla4xxx/ql4_mbx.c
+++ b/drivers/scsi/qla4xxx/ql4_mbx.c
@@ -19,7 +19,7 @@
19 * @mbx_cmd: data pointer for mailbox in registers. 19 * @mbx_cmd: data pointer for mailbox in registers.
20 * @mbx_sts: data pointer for mailbox out registers. 20 * @mbx_sts: data pointer for mailbox out registers.
21 * 21 *
22 * This routine isssue mailbox commands and waits for completion. 22 * This routine issue mailbox commands and waits for completion.
23 * If outCount is 0, this routine completes successfully WITHOUT waiting 23 * If outCount is 0, this routine completes successfully WITHOUT waiting
24 * for the mailbox command to complete. 24 * for the mailbox command to complete.
25 **/ 25 **/
diff --git a/drivers/tty/n_gsm.c b/drivers/tty/n_gsm.c
index 74273e638c0d..77623b936538 100644
--- a/drivers/tty/n_gsm.c
+++ b/drivers/tty/n_gsm.c
@@ -2128,7 +2128,7 @@ static int gsmld_attach_gsm(struct tty_struct *tty, struct gsm_mux *gsm)
2128 2128
2129/** 2129/**
2130 * gsmld_detach_gsm - stop doing 0710 mux 2130 * gsmld_detach_gsm - stop doing 0710 mux
2131 * @tty: tty atttached to the mux 2131 * @tty: tty attached to the mux
2132 * @gsm: mux 2132 * @gsm: mux
2133 * 2133 *
2134 * Shutdown and then clean up the resources used by the line discipline 2134 * Shutdown and then clean up the resources used by the line discipline
diff --git a/drivers/usb/host/imx21-dbg.c b/drivers/usb/host/imx21-dbg.c
index 512f647448ca..6d7533427163 100644
--- a/drivers/usb/host/imx21-dbg.c
+++ b/drivers/usb/host/imx21-dbg.c
@@ -384,7 +384,7 @@ static void debug_isoc_show_one(struct seq_file *s,
384 seq_printf(s, "%s %d:\n" 384 seq_printf(s, "%s %d:\n"
385 "cc=0X%02X\n" 385 "cc=0X%02X\n"
386 "scheduled frame %d (%d)\n" 386 "scheduled frame %d (%d)\n"
387 "submittted frame %d (%d)\n" 387 "submitted frame %d (%d)\n"
388 "completed frame %d (%d)\n" 388 "completed frame %d (%d)\n"
389 "requested length=%d\n" 389 "requested length=%d\n"
390 "completed length=%d\n\n", 390 "completed length=%d\n\n",
diff --git a/drivers/usb/misc/usbtest.c b/drivers/usb/misc/usbtest.c
index 388cc128072a..ff9a01f8d405 100644
--- a/drivers/usb/misc/usbtest.c
+++ b/drivers/usb/misc/usbtest.c
@@ -104,7 +104,7 @@ get_endpoints(struct usbtest_dev *dev, struct usb_interface *intf)
104 alt = intf->altsetting + tmp; 104 alt = intf->altsetting + tmp;
105 105
106 /* take the first altsetting with in-bulk + out-bulk; 106 /* take the first altsetting with in-bulk + out-bulk;
107 * ignore other endpoints and altsetttings. 107 * ignore other endpoints and altsettings.
108 */ 108 */
109 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) { 109 for (ep = 0; ep < alt->desc.bNumEndpoints; ep++) {
110 struct usb_host_endpoint *e; 110 struct usb_host_endpoint *e;