diff options
27 files changed, 45 insertions, 45 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index a05c967a24cf..b182afb28d24 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -884,7 +884,7 @@ static struct adp5520_keys_platform_data adp5520_keys_data = { | |||
884 | }; | 884 | }; |
885 | 885 | ||
886 | /* | 886 | /* |
887 | * ADP5520/5501 Multifuction Device Init Data | 887 | * ADP5520/5501 Multifunction Device Init Data |
888 | */ | 888 | */ |
889 | 889 | ||
890 | static struct adp5520_platform_data adp5520_pdev_data = { | 890 | static struct adp5520_platform_data adp5520_pdev_data = { |
diff --git a/arch/blackfin/mach-bf537/boards/stamp.c b/arch/blackfin/mach-bf537/boards/stamp.c index 9eaf5b05c11e..b342e1d144af 100644 --- a/arch/blackfin/mach-bf537/boards/stamp.c +++ b/arch/blackfin/mach-bf537/boards/stamp.c | |||
@@ -1644,7 +1644,7 @@ static struct adp5520_keys_platform_data adp5520_keys_data = { | |||
1644 | }; | 1644 | }; |
1645 | 1645 | ||
1646 | /* | 1646 | /* |
1647 | * ADP5520/5501 Multifuction Device Init Data | 1647 | * ADP5520/5501 Multifunction Device Init Data |
1648 | */ | 1648 | */ |
1649 | 1649 | ||
1650 | static struct adp5520_platform_data adp5520_pdev_data = { | 1650 | static struct adp5520_platform_data adp5520_pdev_data = { |
diff --git a/arch/xtensa/include/asm/uaccess.h b/arch/xtensa/include/asm/uaccess.h index b8528426ab1f..5b0c18c1cce1 100644 --- a/arch/xtensa/include/asm/uaccess.h +++ b/arch/xtensa/include/asm/uaccess.h | |||
@@ -4,7 +4,7 @@ | |||
4 | * User space memory access functions | 4 | * User space memory access functions |
5 | * | 5 | * |
6 | * These routines provide basic accessing functions to the user memory | 6 | * These routines provide basic accessing functions to the user memory |
7 | * space for the kernel. This header file provides fuctions such as: | 7 | * space for the kernel. This header file provides functions such as: |
8 | * | 8 | * |
9 | * This file is subject to the terms and conditions of the GNU General Public | 9 | * This file is subject to the terms and conditions of the GNU General Public |
10 | * License. See the file "COPYING" in the main directory of this archive | 10 | * License. See the file "COPYING" in the main directory of this archive |
diff --git a/block/blk-core.c b/block/blk-core.c index f0640d7f800f..7ac24fa71f7a 100644 --- a/block/blk-core.c +++ b/block/blk-core.c | |||
@@ -1618,7 +1618,7 @@ EXPORT_SYMBOL(submit_bio); | |||
1618 | * the insertion using this generic function. | 1618 | * the insertion using this generic function. |
1619 | * | 1619 | * |
1620 | * This function should also be useful for request stacking drivers | 1620 | * This function should also be useful for request stacking drivers |
1621 | * in some cases below, so export this fuction. | 1621 | * in some cases below, so export this function. |
1622 | * Request stacking drivers like request-based dm may change the queue | 1622 | * Request stacking drivers like request-based dm may change the queue |
1623 | * limits while requests are in the queue (e.g. dm's table swapping). | 1623 | * limits while requests are in the queue (e.g. dm's table swapping). |
1624 | * Such request stacking drivers should check those requests agaist | 1624 | * Such request stacking drivers should check those requests agaist |
diff --git a/drivers/ata/pata_bf54x.c b/drivers/ata/pata_bf54x.c index 9cae65de750e..be7b1b21e777 100644 --- a/drivers/ata/pata_bf54x.c +++ b/drivers/ata/pata_bf54x.c | |||
@@ -1588,7 +1588,7 @@ static int __devinit bfin_atapi_probe(struct platform_device *pdev) | |||
1588 | host->ports[0]->ioaddr.ctl_addr = (void *)res->start; | 1588 | host->ports[0]->ioaddr.ctl_addr = (void *)res->start; |
1589 | 1589 | ||
1590 | if (peripheral_request_list(atapi_io_port, "atapi-io-port")) { | 1590 | if (peripheral_request_list(atapi_io_port, "atapi-io-port")) { |
1591 | dev_err(&pdev->dev, "Requesting Peripherals faild\n"); | 1591 | dev_err(&pdev->dev, "Requesting Peripherals failed\n"); |
1592 | return -EFAULT; | 1592 | return -EFAULT; |
1593 | } | 1593 | } |
1594 | 1594 | ||
diff --git a/drivers/base/core.c b/drivers/base/core.c index d1b2c9adc271..aed85f1c446e 100644 --- a/drivers/base/core.c +++ b/drivers/base/core.c | |||
@@ -251,7 +251,7 @@ static int dev_uevent(struct kset *kset, struct kobject *kobj, | |||
251 | __func__, retval); | 251 | __func__, retval); |
252 | } | 252 | } |
253 | 253 | ||
254 | /* have the device type specific fuction add its stuff */ | 254 | /* have the device type specific function add its stuff */ |
255 | if (dev->type && dev->type->uevent) { | 255 | if (dev->type && dev->type->uevent) { |
256 | retval = dev->type->uevent(dev, env); | 256 | retval = dev->type->uevent(dev, env); |
257 | if (retval) | 257 | if (retval) |
diff --git a/drivers/gpu/drm/radeon/radeon_cs.c b/drivers/gpu/drm/radeon/radeon_cs.c index ae0fb7356e62..8de578ee4987 100644 --- a/drivers/gpu/drm/radeon/radeon_cs.c +++ b/drivers/gpu/drm/radeon/radeon_cs.c | |||
@@ -268,7 +268,7 @@ int radeon_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp) | |||
268 | } | 268 | } |
269 | r = radeon_ib_schedule(rdev, parser.ib); | 269 | r = radeon_ib_schedule(rdev, parser.ib); |
270 | if (r) { | 270 | if (r) { |
271 | DRM_ERROR("Faild to schedule IB !\n"); | 271 | DRM_ERROR("Failed to schedule IB !\n"); |
272 | } | 272 | } |
273 | radeon_cs_parser_fini(&parser, r); | 273 | radeon_cs_parser_fini(&parser, r); |
274 | mutex_unlock(&rdev->cs_mutex); | 274 | mutex_unlock(&rdev->cs_mutex); |
diff --git a/drivers/media/video/zoran/videocodec.h b/drivers/media/video/zoran/videocodec.h index 5c27b251354e..b654bfff8740 100644 --- a/drivers/media/video/zoran/videocodec.h +++ b/drivers/media/video/zoran/videocodec.h | |||
@@ -56,7 +56,7 @@ | |||
56 | the slave is bound to it). Otherwise it doesn't need this functions and | 56 | the slave is bound to it). Otherwise it doesn't need this functions and |
57 | therfor they may not be initialized. | 57 | therfor they may not be initialized. |
58 | 58 | ||
59 | The other fuctions are just for convenience, as they are for sure used by | 59 | The other functions are just for convenience, as they are for sure used by |
60 | most/all of the codecs. The last ones may be ommited, too. | 60 | most/all of the codecs. The last ones may be ommited, too. |
61 | 61 | ||
62 | See the structure declaration below for more information and which data has | 62 | See the structure declaration below for more information and which data has |
diff --git a/drivers/net/depca.c b/drivers/net/depca.c index 44c0694c1f4e..91b3846ffc8a 100644 --- a/drivers/net/depca.c +++ b/drivers/net/depca.c | |||
@@ -1487,7 +1487,7 @@ static void __init depca_platform_probe (void) | |||
1487 | if (!pldev->dev.driver) { | 1487 | if (!pldev->dev.driver) { |
1488 | /* The driver was not bound to this device, there was | 1488 | /* The driver was not bound to this device, there was |
1489 | * no hardware at this address. Unregister it, as the | 1489 | * no hardware at this address. Unregister it, as the |
1490 | * release fuction will take care of freeing the | 1490 | * release function will take care of freeing the |
1491 | * allocated structure */ | 1491 | * allocated structure */ |
1492 | 1492 | ||
1493 | depca_io_ports[i].device = NULL; | 1493 | depca_io_ports[i].device = NULL; |
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c index 9b4e5895f5f9..aaf506c56ccb 100644 --- a/drivers/net/igb/igb_main.c +++ b/drivers/net/igb/igb_main.c | |||
@@ -3527,7 +3527,7 @@ enum latency_range { | |||
3527 | * Stores a new ITR value based on strictly on packet size. This | 3527 | * Stores a new ITR value based on strictly on packet size. This |
3528 | * algorithm is less sophisticated than that used in igb_update_itr, | 3528 | * algorithm is less sophisticated than that used in igb_update_itr, |
3529 | * due to the difficulty of synchronizing statistics across multiple | 3529 | * due to the difficulty of synchronizing statistics across multiple |
3530 | * receive rings. The divisors and thresholds used by this fuction | 3530 | * receive rings. The divisors and thresholds used by this function |
3531 | * were determined based on theoretical maximum wire speed and testing | 3531 | * were determined based on theoretical maximum wire speed and testing |
3532 | * data, in order to minimize response time while increasing bulk | 3532 | * data, in order to minimize response time while increasing bulk |
3533 | * throughput. | 3533 | * throughput. |
diff --git a/drivers/net/ps3_gelic_net.c b/drivers/net/ps3_gelic_net.c index 87d6b8f36304..49f6700e2ec2 100644 --- a/drivers/net/ps3_gelic_net.c +++ b/drivers/net/ps3_gelic_net.c | |||
@@ -642,7 +642,7 @@ static inline void gelic_card_disable_rxdmac(struct gelic_card *card) | |||
642 | status = lv1_net_stop_rx_dma(bus_id(card), dev_id(card), 0); | 642 | status = lv1_net_stop_rx_dma(bus_id(card), dev_id(card), 0); |
643 | if (status) | 643 | if (status) |
644 | dev_err(ctodev(card), | 644 | dev_err(ctodev(card), |
645 | "lv1_net_stop_rx_dma faild, %d\n", status); | 645 | "lv1_net_stop_rx_dma failed, %d\n", status); |
646 | } | 646 | } |
647 | 647 | ||
648 | /** | 648 | /** |
@@ -660,7 +660,7 @@ static inline void gelic_card_disable_txdmac(struct gelic_card *card) | |||
660 | status = lv1_net_stop_tx_dma(bus_id(card), dev_id(card), 0); | 660 | status = lv1_net_stop_tx_dma(bus_id(card), dev_id(card), 0); |
661 | if (status) | 661 | if (status) |
662 | dev_err(ctodev(card), | 662 | dev_err(ctodev(card), |
663 | "lv1_net_stop_tx_dma faild, status=%d\n", status); | 663 | "lv1_net_stop_tx_dma failed, status=%d\n", status); |
664 | } | 664 | } |
665 | 665 | ||
666 | /** | 666 | /** |
diff --git a/drivers/net/skfp/hwt.c b/drivers/net/skfp/hwt.c index 053151468f93..465565e53a68 100644 --- a/drivers/net/skfp/hwt.c +++ b/drivers/net/skfp/hwt.c | |||
@@ -221,7 +221,7 @@ u_long hwt_quick_read(struct s_smc *smc) | |||
221 | * para start start time | 221 | * para start start time |
222 | * duration time to wait | 222 | * duration time to wait |
223 | * | 223 | * |
224 | * NOTE: The fuction will return immediately, if the timer is not | 224 | * NOTE: The function will return immediately, if the timer is not |
225 | * started | 225 | * started |
226 | ************************/ | 226 | ************************/ |
227 | void hwt_wait_time(struct s_smc *smc, u_long start, long int duration) | 227 | void hwt_wait_time(struct s_smc *smc, u_long start, long int duration) |
diff --git a/drivers/net/skfp/skfddi.c b/drivers/net/skfp/skfddi.c index 31b2dabf094c..0ade12a21d16 100644 --- a/drivers/net/skfp/skfddi.c +++ b/drivers/net/skfp/skfddi.c | |||
@@ -33,7 +33,7 @@ | |||
33 | * The driver architecture is based on the DEC FDDI driver by | 33 | * The driver architecture is based on the DEC FDDI driver by |
34 | * Lawrence V. Stefani and several ethernet drivers. | 34 | * Lawrence V. Stefani and several ethernet drivers. |
35 | * I also used an existing Windows NT miniport driver. | 35 | * I also used an existing Windows NT miniport driver. |
36 | * All hardware dependent fuctions are handled by the SysKonnect | 36 | * All hardware dependent functions are handled by the SysKonnect |
37 | * Hardware Module. | 37 | * Hardware Module. |
38 | * The only headerfiles that are directly related to this source | 38 | * The only headerfiles that are directly related to this source |
39 | * are skfddi.c, h/types.h, h/osdef1st.h, h/targetos.h. | 39 | * are skfddi.c, h/types.h, h/osdef1st.h, h/targetos.h. |
diff --git a/drivers/net/tulip/pnic2.c b/drivers/net/tulip/pnic2.c index b8197666021e..4690c8e69207 100644 --- a/drivers/net/tulip/pnic2.c +++ b/drivers/net/tulip/pnic2.c | |||
@@ -59,7 +59,7 @@ | |||
59 | * Bit 14:12 - autonegotiation state (write 001 to start autonegotiate) | 59 | * Bit 14:12 - autonegotiation state (write 001 to start autonegotiate) |
60 | * Bit 3 - Autopolarity state | 60 | * Bit 3 - Autopolarity state |
61 | * Bit 2 - LS10B - link state of 10baseT 0 - good, 1 - failed | 61 | * Bit 2 - LS10B - link state of 10baseT 0 - good, 1 - failed |
62 | * Bit 1 - LS100B - link state of 100baseT 0 - good, 1- faild | 62 | * Bit 1 - LS100B - link state of 100baseT 0 - good, 1 - failed |
63 | * | 63 | * |
64 | * | 64 | * |
65 | * Data Port Selection Info | 65 | * Data Port Selection Info |
diff --git a/drivers/rtc/rtc-nuc900.c b/drivers/rtc/rtc-nuc900.c index a351bd5d8176..08f95bd3adb3 100644 --- a/drivers/rtc/rtc-nuc900.c +++ b/drivers/rtc/rtc-nuc900.c | |||
@@ -279,7 +279,7 @@ static int __devinit nuc900_rtc_probe(struct platform_device *pdev) | |||
279 | nuc900_rtc->rtcdev = rtc_device_register(pdev->name, &pdev->dev, | 279 | nuc900_rtc->rtcdev = rtc_device_register(pdev->name, &pdev->dev, |
280 | &nuc900_rtc_ops, THIS_MODULE); | 280 | &nuc900_rtc_ops, THIS_MODULE); |
281 | if (IS_ERR(nuc900_rtc->rtcdev)) { | 281 | if (IS_ERR(nuc900_rtc->rtcdev)) { |
282 | dev_err(&pdev->dev, "rtc device register faild\n"); | 282 | dev_err(&pdev->dev, "rtc device register failed\n"); |
283 | err = PTR_ERR(nuc900_rtc->rtcdev); | 283 | err = PTR_ERR(nuc900_rtc->rtcdev); |
284 | goto fail4; | 284 | goto fail4; |
285 | } | 285 | } |
diff --git a/drivers/s390/block/dasd_3990_erp.c b/drivers/s390/block/dasd_3990_erp.c index 85bfd8794856..e82d427ff5eb 100644 --- a/drivers/s390/block/dasd_3990_erp.c +++ b/drivers/s390/block/dasd_3990_erp.c | |||
@@ -2197,7 +2197,7 @@ dasd_3990_erp_inspect_32(struct dasd_ccw_req * erp, char *sense) | |||
2197 | 2197 | ||
2198 | /* | 2198 | /* |
2199 | ***************************************************************************** | 2199 | ***************************************************************************** |
2200 | * main ERP control fuctions (24 and 32 byte sense) | 2200 | * main ERP control functions (24 and 32 byte sense) |
2201 | ***************************************************************************** | 2201 | ***************************************************************************** |
2202 | */ | 2202 | */ |
2203 | 2203 | ||
diff --git a/drivers/s390/char/tape_3590.c b/drivers/s390/char/tape_3590.c index fc993acf99b6..deff2c3361e4 100644 --- a/drivers/s390/char/tape_3590.c +++ b/drivers/s390/char/tape_3590.c | |||
@@ -31,7 +31,7 @@ debug_info_t *TAPE_DBF_AREA = NULL; | |||
31 | EXPORT_SYMBOL(TAPE_DBF_AREA); | 31 | EXPORT_SYMBOL(TAPE_DBF_AREA); |
32 | 32 | ||
33 | /******************************************************************* | 33 | /******************************************************************* |
34 | * Error Recovery fuctions: | 34 | * Error Recovery functions: |
35 | * - Read Opposite: implemented | 35 | * - Read Opposite: implemented |
36 | * - Read Device (buffered) log: BRA | 36 | * - Read Device (buffered) log: BRA |
37 | * - Read Library log: BRA | 37 | * - Read Library log: BRA |
@@ -798,7 +798,7 @@ tape_3590_done(struct tape_device *device, struct tape_request *request) | |||
798 | } | 798 | } |
799 | 799 | ||
800 | /* | 800 | /* |
801 | * This fuction is called, when error recovery was successfull | 801 | * This function is called, when error recovery was successful |
802 | */ | 802 | */ |
803 | static inline int | 803 | static inline int |
804 | tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) | 804 | tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) |
@@ -809,7 +809,7 @@ tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request) | |||
809 | } | 809 | } |
810 | 810 | ||
811 | /* | 811 | /* |
812 | * This fuction is called, when error recovery was not successfull | 812 | * This function is called, when error recovery was not successful |
813 | */ | 813 | */ |
814 | static inline int | 814 | static inline int |
815 | tape_3590_erp_failed(struct tape_device *device, struct tape_request *request, | 815 | tape_3590_erp_failed(struct tape_device *device, struct tape_request *request, |
diff --git a/drivers/scsi/lpfc/lpfc_hbadisc.c b/drivers/scsi/lpfc/lpfc_hbadisc.c index 0639c994349c..b37fa202d1e3 100644 --- a/drivers/scsi/lpfc/lpfc_hbadisc.c +++ b/drivers/scsi/lpfc/lpfc_hbadisc.c | |||
@@ -5498,7 +5498,7 @@ lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) | |||
5498 | * @buff: Buffer containing config region 23 data. | 5498 | * @buff: Buffer containing config region 23 data. |
5499 | * @size: Size of the data buffer. | 5499 | * @size: Size of the data buffer. |
5500 | * | 5500 | * |
5501 | * This fuction parse the FCoE config parameters in config region 23 and | 5501 | * This function parses the FCoE config parameters in config region 23 and |
5502 | * populate driver data structure with the parameters. | 5502 | * populate driver data structure with the parameters. |
5503 | */ | 5503 | */ |
5504 | void | 5504 | void |
diff --git a/drivers/usb/host/imx21-hcd.c b/drivers/usb/host/imx21-hcd.c index ca0e98d8e1f4..caf116c09376 100644 --- a/drivers/usb/host/imx21-hcd.c +++ b/drivers/usb/host/imx21-hcd.c | |||
@@ -27,8 +27,8 @@ | |||
27 | * * 32 transfer descriptors (called ETDs) | 27 | * * 32 transfer descriptors (called ETDs) |
28 | * * 4Kb of Data memory | 28 | * * 4Kb of Data memory |
29 | * | 29 | * |
30 | * The data memory is shared between the host and fuction controlers | 30 | * The data memory is shared between the host and function controllers |
31 | * (but this driver only supports the host controler) | 31 | * (but this driver only supports the host controller) |
32 | * | 32 | * |
33 | * So setting up a transfer involves: | 33 | * So setting up a transfer involves: |
34 | * * Allocating a ETD | 34 | * * Allocating a ETD |
diff --git a/drivers/video/bf54x-lq043fb.c b/drivers/video/bf54x-lq043fb.c index b020ba7f1cf2..e7d0f525041e 100644 --- a/drivers/video/bf54x-lq043fb.c +++ b/drivers/video/bf54x-lq043fb.c | |||
@@ -241,12 +241,12 @@ static int request_ports(struct bfin_bf54xfb_info *fbi) | |||
241 | u16 disp = fbi->mach_info->disp; | 241 | u16 disp = fbi->mach_info->disp; |
242 | 242 | ||
243 | if (gpio_request(disp, DRIVER_NAME)) { | 243 | if (gpio_request(disp, DRIVER_NAME)) { |
244 | printk(KERN_ERR "Requesting GPIO %d faild\n", disp); | 244 | printk(KERN_ERR "Requesting GPIO %d failed\n", disp); |
245 | return -EFAULT; | 245 | return -EFAULT; |
246 | } | 246 | } |
247 | 247 | ||
248 | if (peripheral_request_list(eppi_req_18, DRIVER_NAME)) { | 248 | if (peripheral_request_list(eppi_req_18, DRIVER_NAME)) { |
249 | printk(KERN_ERR "Requesting Peripherals faild\n"); | 249 | printk(KERN_ERR "Requesting Peripherals failed\n"); |
250 | gpio_free(disp); | 250 | gpio_free(disp); |
251 | return -EFAULT; | 251 | return -EFAULT; |
252 | } | 252 | } |
@@ -256,7 +256,7 @@ static int request_ports(struct bfin_bf54xfb_info *fbi) | |||
256 | u16 eppi_req_24[] = EPPI0_24; | 256 | u16 eppi_req_24[] = EPPI0_24; |
257 | 257 | ||
258 | if (peripheral_request_list(eppi_req_24, DRIVER_NAME)) { | 258 | if (peripheral_request_list(eppi_req_24, DRIVER_NAME)) { |
259 | printk(KERN_ERR "Requesting Peripherals faild\n"); | 259 | printk(KERN_ERR "Requesting Peripherals failed\n"); |
260 | peripheral_free_list(eppi_req_18); | 260 | peripheral_free_list(eppi_req_18); |
261 | gpio_free(disp); | 261 | gpio_free(disp); |
262 | return -EFAULT; | 262 | return -EFAULT; |
diff --git a/drivers/video/bfin-t350mcqb-fb.c b/drivers/video/bfin-t350mcqb-fb.c index 7a50272eaab9..3cf77676947c 100644 --- a/drivers/video/bfin-t350mcqb-fb.c +++ b/drivers/video/bfin-t350mcqb-fb.c | |||
@@ -192,7 +192,7 @@ static int bfin_t350mcqb_request_ports(int action) | |||
192 | { | 192 | { |
193 | if (action) { | 193 | if (action) { |
194 | if (peripheral_request_list(ppi0_req_8, DRIVER_NAME)) { | 194 | if (peripheral_request_list(ppi0_req_8, DRIVER_NAME)) { |
195 | printk(KERN_ERR "Requesting Peripherals faild\n"); | 195 | printk(KERN_ERR "Requesting Peripherals failed\n"); |
196 | return -EFAULT; | 196 | return -EFAULT; |
197 | } | 197 | } |
198 | } else | 198 | } else |
diff --git a/fs/exofs/inode.c b/fs/exofs/inode.c index 4bb6ef822e46..5862ae87ed29 100644 --- a/fs/exofs/inode.c +++ b/fs/exofs/inode.c | |||
@@ -508,7 +508,7 @@ static int write_exec(struct page_collect *pcol) | |||
508 | 508 | ||
509 | pcol_copy = kmalloc(sizeof(*pcol_copy), GFP_KERNEL); | 509 | pcol_copy = kmalloc(sizeof(*pcol_copy), GFP_KERNEL); |
510 | if (!pcol_copy) { | 510 | if (!pcol_copy) { |
511 | EXOFS_ERR("write_exec: Faild to kmalloc(pcol)\n"); | 511 | EXOFS_ERR("write_exec: Failed to kmalloc(pcol)\n"); |
512 | ret = -ENOMEM; | 512 | ret = -ENOMEM; |
513 | goto err; | 513 | goto err; |
514 | } | 514 | } |
@@ -524,7 +524,7 @@ static int write_exec(struct page_collect *pcol) | |||
524 | 524 | ||
525 | ret = exofs_oi_write(oi, ios); | 525 | ret = exofs_oi_write(oi, ios); |
526 | if (unlikely(ret)) { | 526 | if (unlikely(ret)) { |
527 | EXOFS_ERR("write_exec: exofs_oi_write() Faild\n"); | 527 | EXOFS_ERR("write_exec: exofs_oi_write() Failed\n"); |
528 | goto err; | 528 | goto err; |
529 | } | 529 | } |
530 | 530 | ||
@@ -625,7 +625,7 @@ try_again: | |||
625 | /* split the request, next loop will start again */ | 625 | /* split the request, next loop will start again */ |
626 | ret = write_exec(pcol); | 626 | ret = write_exec(pcol); |
627 | if (unlikely(ret)) { | 627 | if (unlikely(ret)) { |
628 | EXOFS_DBGMSG("write_exec faild => %d", ret); | 628 | EXOFS_DBGMSG("write_exec failed => %d", ret); |
629 | goto fail; | 629 | goto fail; |
630 | } | 630 | } |
631 | 631 | ||
@@ -709,7 +709,7 @@ int exofs_write_begin(struct file *file, struct address_space *mapping, | |||
709 | ret = simple_write_begin(file, mapping, pos, len, flags, pagep, | 709 | ret = simple_write_begin(file, mapping, pos, len, flags, pagep, |
710 | fsdata); | 710 | fsdata); |
711 | if (ret) { | 711 | if (ret) { |
712 | EXOFS_DBGMSG("simple_write_begin faild\n"); | 712 | EXOFS_DBGMSG("simple_write_begin failed\n"); |
713 | return ret; | 713 | return ret; |
714 | } | 714 | } |
715 | 715 | ||
@@ -722,7 +722,7 @@ int exofs_write_begin(struct file *file, struct address_space *mapping, | |||
722 | if (ret) { | 722 | if (ret) { |
723 | /*SetPageError was done by _readpage. Is it ok?*/ | 723 | /*SetPageError was done by _readpage. Is it ok?*/ |
724 | unlock_page(page); | 724 | unlock_page(page); |
725 | EXOFS_DBGMSG("__readpage_filler faild\n"); | 725 | EXOFS_DBGMSG("__readpage_filler failed\n"); |
726 | } | 726 | } |
727 | } | 727 | } |
728 | 728 | ||
@@ -1112,7 +1112,7 @@ static void create_done(struct exofs_io_state *ios, void *p) | |||
1112 | atomic_dec(&sbi->s_curr_pending); | 1112 | atomic_dec(&sbi->s_curr_pending); |
1113 | 1113 | ||
1114 | if (unlikely(ret)) { | 1114 | if (unlikely(ret)) { |
1115 | EXOFS_ERR("object=0x%llx creation faild in pid=0x%llx", | 1115 | EXOFS_ERR("object=0x%llx creation failed in pid=0x%llx", |
1116 | _LLU(exofs_oi_objno(oi)), _LLU(sbi->layout.s_pid)); | 1116 | _LLU(exofs_oi_objno(oi)), _LLU(sbi->layout.s_pid)); |
1117 | /*TODO: When FS is corrupted creation can fail, object already | 1117 | /*TODO: When FS is corrupted creation can fail, object already |
1118 | * exist. Get rid of this asynchronous creation, if exist | 1118 | * exist. Get rid of this asynchronous creation, if exist |
@@ -1232,7 +1232,7 @@ static int exofs_update_inode(struct inode *inode, int do_sync) | |||
1232 | 1232 | ||
1233 | args = kzalloc(sizeof(*args), GFP_KERNEL); | 1233 | args = kzalloc(sizeof(*args), GFP_KERNEL); |
1234 | if (!args) { | 1234 | if (!args) { |
1235 | EXOFS_DBGMSG("Faild kzalloc of args\n"); | 1235 | EXOFS_DBGMSG("Failed kzalloc of args\n"); |
1236 | return -ENOMEM; | 1236 | return -ENOMEM; |
1237 | } | 1237 | } |
1238 | 1238 | ||
diff --git a/fs/exofs/ios.c b/fs/exofs/ios.c index 4337cad7777b..95921f501f2f 100644 --- a/fs/exofs/ios.c +++ b/fs/exofs/ios.c | |||
@@ -55,7 +55,7 @@ int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj, | |||
55 | 55 | ||
56 | ret = osd_finalize_request(or, 0, cred, NULL); | 56 | ret = osd_finalize_request(or, 0, cred, NULL); |
57 | if (unlikely(ret)) { | 57 | if (unlikely(ret)) { |
58 | EXOFS_DBGMSG("Faild to osd_finalize_request() => %d\n", ret); | 58 | EXOFS_DBGMSG("Failed to osd_finalize_request() => %d\n", ret); |
59 | goto out; | 59 | goto out; |
60 | } | 60 | } |
61 | 61 | ||
@@ -79,7 +79,7 @@ int exofs_get_io_state(struct exofs_layout *layout, | |||
79 | */ | 79 | */ |
80 | ios = kzalloc(exofs_io_state_size(layout->s_numdevs), GFP_KERNEL); | 80 | ios = kzalloc(exofs_io_state_size(layout->s_numdevs), GFP_KERNEL); |
81 | if (unlikely(!ios)) { | 81 | if (unlikely(!ios)) { |
82 | EXOFS_DBGMSG("Faild kzalloc bytes=%d\n", | 82 | EXOFS_DBGMSG("Failed kzalloc bytes=%d\n", |
83 | exofs_io_state_size(layout->s_numdevs)); | 83 | exofs_io_state_size(layout->s_numdevs)); |
84 | *pios = NULL; | 84 | *pios = NULL; |
85 | return -ENOMEM; | 85 | return -ENOMEM; |
@@ -172,7 +172,7 @@ static int exofs_io_execute(struct exofs_io_state *ios) | |||
172 | 172 | ||
173 | ret = osd_finalize_request(or, 0, ios->cred, NULL); | 173 | ret = osd_finalize_request(or, 0, ios->cred, NULL); |
174 | if (unlikely(ret)) { | 174 | if (unlikely(ret)) { |
175 | EXOFS_DBGMSG("Faild to osd_finalize_request() => %d\n", | 175 | EXOFS_DBGMSG("Failed to osd_finalize_request() => %d\n", |
176 | ret); | 176 | ret); |
177 | return ret; | 177 | return ret; |
178 | } | 178 | } |
@@ -365,7 +365,7 @@ static int _add_stripe_unit(struct exofs_io_state *ios, unsigned *cur_pg, | |||
365 | 365 | ||
366 | per_dev->bio = bio_kmalloc(GFP_KERNEL, bio_size); | 366 | per_dev->bio = bio_kmalloc(GFP_KERNEL, bio_size); |
367 | if (unlikely(!per_dev->bio)) { | 367 | if (unlikely(!per_dev->bio)) { |
368 | EXOFS_DBGMSG("Faild to allocate BIO size=%u\n", | 368 | EXOFS_DBGMSG("Failed to allocate BIO size=%u\n", |
369 | bio_size); | 369 | bio_size); |
370 | return -ENOMEM; | 370 | return -ENOMEM; |
371 | } | 371 | } |
@@ -584,7 +584,7 @@ static int _sbi_write_mirror(struct exofs_io_state *ios, int cur_comp) | |||
584 | master_dev->bio->bi_max_vecs); | 584 | master_dev->bio->bi_max_vecs); |
585 | if (unlikely(!bio)) { | 585 | if (unlikely(!bio)) { |
586 | EXOFS_DBGMSG( | 586 | EXOFS_DBGMSG( |
587 | "Faild to allocate BIO size=%u\n", | 587 | "Failed to allocate BIO size=%u\n", |
588 | master_dev->bio->bi_max_vecs); | 588 | master_dev->bio->bi_max_vecs); |
589 | ret = -ENOMEM; | 589 | ret = -ENOMEM; |
590 | goto out; | 590 | goto out; |
diff --git a/fs/jfs/jfs_mount.c b/fs/jfs/jfs_mount.c index 7b698f2ec45a..9895595fd2f2 100644 --- a/fs/jfs/jfs_mount.c +++ b/fs/jfs/jfs_mount.c | |||
@@ -97,7 +97,7 @@ int jfs_mount(struct super_block *sb) | |||
97 | 97 | ||
98 | ipaimap = diReadSpecial(sb, AGGREGATE_I, 0); | 98 | ipaimap = diReadSpecial(sb, AGGREGATE_I, 0); |
99 | if (ipaimap == NULL) { | 99 | if (ipaimap == NULL) { |
100 | jfs_err("jfs_mount: Faild to read AGGREGATE_I"); | 100 | jfs_err("jfs_mount: Failed to read AGGREGATE_I"); |
101 | rc = -EIO; | 101 | rc = -EIO; |
102 | goto errout20; | 102 | goto errout20; |
103 | } | 103 | } |
@@ -148,7 +148,7 @@ int jfs_mount(struct super_block *sb) | |||
148 | if ((sbi->mntflag & JFS_BAD_SAIT) == 0) { | 148 | if ((sbi->mntflag & JFS_BAD_SAIT) == 0) { |
149 | ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1); | 149 | ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1); |
150 | if (!ipaimap2) { | 150 | if (!ipaimap2) { |
151 | jfs_err("jfs_mount: Faild to read AGGREGATE_I"); | 151 | jfs_err("jfs_mount: Failed to read AGGREGATE_I"); |
152 | rc = -EIO; | 152 | rc = -EIO; |
153 | goto errout35; | 153 | goto errout35; |
154 | } | 154 | } |
diff --git a/kernel/trace/trace_kprobe.c b/kernel/trace/trace_kprobe.c index 8b27c9849b42..52f032306c7c 100644 --- a/kernel/trace/trace_kprobe.c +++ b/kernel/trace/trace_kprobe.c | |||
@@ -648,7 +648,7 @@ static int register_trace_probe(struct trace_probe *tp) | |||
648 | } | 648 | } |
649 | ret = register_probe_event(tp); | 649 | ret = register_probe_event(tp); |
650 | if (ret) { | 650 | if (ret) { |
651 | pr_warning("Faild to register probe event(%d)\n", ret); | 651 | pr_warning("Failed to register probe event(%d)\n", ret); |
652 | goto end; | 652 | goto end; |
653 | } | 653 | } |
654 | 654 | ||
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index ebd3f1d9d889..58e741128968 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h | |||
@@ -115,7 +115,7 @@ struct mesh_path { | |||
115 | * @hash_rnd: random value used for hash computations | 115 | * @hash_rnd: random value used for hash computations |
116 | * @entries: number of entries in the table | 116 | * @entries: number of entries in the table |
117 | * @free_node: function to free nodes of the table | 117 | * @free_node: function to free nodes of the table |
118 | * @copy_node: fuction to copy nodes of the table | 118 | * @copy_node: function to copy nodes of the table |
119 | * @size_order: determines size of the table, there will be 2^size_order hash | 119 | * @size_order: determines size of the table, there will be 2^size_order hash |
120 | * buckets | 120 | * buckets |
121 | * @mean_chain_len: maximum average length for the hash buckets' list, if it is | 121 | * @mean_chain_len: maximum average length for the hash buckets' list, if it is |
diff --git a/net/wanrouter/wanmain.c b/net/wanrouter/wanmain.c index 2bf23406637a..74944a2dd436 100644 --- a/net/wanrouter/wanmain.c +++ b/net/wanrouter/wanmain.c | |||
@@ -471,7 +471,7 @@ static int wanrouter_device_setup(struct wan_device *wandev, | |||
471 | data = vmalloc(conf->data_size); | 471 | data = vmalloc(conf->data_size); |
472 | if (!data) { | 472 | if (!data) { |
473 | printk(KERN_INFO | 473 | printk(KERN_INFO |
474 | "%s: ERROR, Faild allocate kernel memory !\n", | 474 | "%s: ERROR, Failed allocate kernel memory !\n", |
475 | wandev->name); | 475 | wandev->name); |
476 | kfree(conf); | 476 | kfree(conf); |
477 | return -ENOBUFS; | 477 | return -ENOBUFS; |
@@ -481,7 +481,7 @@ static int wanrouter_device_setup(struct wan_device *wandev, | |||
481 | err = wandev->setup(wandev, conf); | 481 | err = wandev->setup(wandev, conf); |
482 | } else { | 482 | } else { |
483 | printk(KERN_INFO | 483 | printk(KERN_INFO |
484 | "%s: ERROR, Faild to copy from user data !\n", | 484 | "%s: ERROR, Failed to copy from user data !\n", |
485 | wandev->name); | 485 | wandev->name); |
486 | err = -EFAULT; | 486 | err = -EFAULT; |
487 | } | 487 | } |