diff options
author | Justin P. Mattock <justinmattock@gmail.com> | 2011-05-10 04:16:21 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-05-10 04:16:21 -0400 |
commit | 70f23fd66bc821a0e99647f70a809e277cc93c4c (patch) | |
tree | 3e768b77e63c6364ef32cf257c9449369afd215f /drivers/net | |
parent | c719864f15676af92b705589c93ba1468b89cd24 (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/net')
-rw-r--r-- | drivers/net/can/pch_can.c | 2 | ||||
-rw-r--r-- | drivers/net/irda/ali-ircc.c | 2 | ||||
-rw-r--r-- | drivers/net/s2io.c | 2 | ||||
-rw-r--r-- | drivers/net/ucc_geth_ethtool.c | 2 | ||||
-rw-r--r-- | drivers/net/usb/usbnet.c | 2 | ||||
-rw-r--r-- | drivers/net/wan/pc300_drv.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/ath/ath9k/ar9003_eeprom.c | 8 | ||||
-rw-r--r-- | drivers/net/wireless/ipw2x00/ipw2200.c | 2 |
8 files changed, 11 insertions, 11 deletions
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), |