Merge branch 'master' into for-next
authorJiri Kosina <jkosina@suse.cz>
Tue, 10 Aug 2010 11:22:08 +0000 (13:22 +0200)
committerJiri Kosina <jkosina@suse.cz>
Tue, 10 Aug 2010 11:22:08 +0000 (13:22 +0200)
Conflicts:
arch/arm/mach-omap1/board-nokia770.c

27 files changed:
arch/blackfin/mach-bf527/boards/ezkit.c
arch/blackfin/mach-bf537/boards/stamp.c
arch/xtensa/include/asm/uaccess.h
block/blk-core.c
drivers/ata/pata_bf54x.c
drivers/base/core.c
drivers/gpu/drm/radeon/radeon_cs.c
drivers/media/video/zoran/videocodec.h
drivers/net/depca.c
drivers/net/igb/igb_main.c
drivers/net/ps3_gelic_net.c
drivers/net/skfp/hwt.c
drivers/net/skfp/skfddi.c
drivers/net/tulip/pnic2.c
drivers/rtc/rtc-nuc900.c
drivers/s390/block/dasd_3990_erp.c
drivers/s390/char/tape_3590.c
drivers/scsi/lpfc/lpfc_hbadisc.c
drivers/usb/host/imx21-hcd.c
drivers/video/bf54x-lq043fb.c
drivers/video/bfin-t350mcqb-fb.c
fs/exofs/inode.c
fs/exofs/ios.c
fs/jfs/jfs_mount.c
kernel/trace/trace_kprobe.c
net/mac80211/mesh.h
net/wanrouter/wanmain.c

index a05c967..b182afb 100644 (file)
@@ -884,7 +884,7 @@ static struct adp5520_keys_platform_data adp5520_keys_data = {
 };
 
        /*
-        *  ADP5520/5501 Multifuction Device Init Data
+        *  ADP5520/5501 Multifunction Device Init Data
         */
 
 static struct adp5520_platform_data adp5520_pdev_data = {
index 9eaf5b0..b342e1d 100644 (file)
@@ -1644,7 +1644,7 @@ static struct adp5520_keys_platform_data adp5520_keys_data = {
 };
 
        /*
-        *  ADP5520/5501 Multifuction Device Init Data
+        *  ADP5520/5501 Multifunction Device Init Data
         */
 
 static struct adp5520_platform_data adp5520_pdev_data = {
index b852842..5b0c18c 100644 (file)
@@ -4,7 +4,7 @@
  * User space memory access functions
  *
  * These routines provide basic accessing functions to the user memory
- * space for the kernel. This header file provides fuctions such as:
+ * space for the kernel. This header file provides functions such as:
  *
  * This file is subject to the terms and conditions of the GNU General Public
  * License.  See the file "COPYING" in the main directory of this archive
index f0640d7..7ac24fa 100644 (file)
@@ -1618,7 +1618,7 @@ EXPORT_SYMBOL(submit_bio);
  *    the insertion using this generic function.
  *
  *    This function should also be useful for request stacking drivers
- *    in some cases below, so export this fuction.
+ *    in some cases below, so export this function.
  *    Request stacking drivers like request-based dm may change the queue
  *    limits while requests are in the queue (e.g. dm's table swapping).
  *    Such request stacking drivers should check those requests agaist
index 9cae65d..be7b1b2 100644 (file)
@@ -1588,7 +1588,7 @@ static int __devinit bfin_atapi_probe(struct platform_device *pdev)
        host->ports[0]->ioaddr.ctl_addr = (void *)res->start;
 
        if (peripheral_request_list(atapi_io_port, "atapi-io-port")) {
-               dev_err(&pdev->dev, "Requesting Peripherals faild\n");
+               dev_err(&pdev->dev, "Requesting Peripherals failed\n");
                return -EFAULT;
        }
 
index d1b2c9a..aed85f1 100644 (file)
@@ -251,7 +251,7 @@ static int dev_uevent(struct kset *kset, struct kobject *kobj,
                                 __func__, retval);
        }
 
-       /* have the device type specific fuction add its stuff */
+       /* have the device type specific function add its stuff */
        if (dev->type && dev->type->uevent) {
                retval = dev->type->uevent(dev, env);
                if (retval)
index ae0fb73..8de578e 100644 (file)
@@ -268,7 +268,7 @@ int radeon_cs_ioctl(struct drm_device *dev, void *data, struct drm_file *filp)
        }
        r = radeon_ib_schedule(rdev, parser.ib);
        if (r) {
-               DRM_ERROR("Faild to schedule IB !\n");
+               DRM_ERROR("Failed to schedule IB !\n");
        }
        radeon_cs_parser_fini(&parser, r);
        mutex_unlock(&rdev->cs_mutex);
index 5c27b25..b654bff 100644 (file)
@@ -56,7 +56,7 @@
    the slave is bound to it). Otherwise it doesn't need this functions and
    therfor they may not be initialized.
 
-   The other fuctions are just for convenience, as they are for sure used by
+   The other functions are just for convenience, as they are for sure used by
    most/all of the codecs. The last ones may be ommited, too.
 
    See the structure declaration below for more information and which data has
index 44c0694..91b3846 100644 (file)
@@ -1487,7 +1487,7 @@ static void __init depca_platform_probe (void)
                if (!pldev->dev.driver) {
                /* The driver was not bound to this device, there was
                 * no hardware at this address. Unregister it, as the
-                * release fuction will take care of freeing the
+                * release function will take care of freeing the
                 * allocated structure */
 
                        depca_io_ports[i].device = NULL;
index 9b4e589..aaf506c 100644 (file)
@@ -3527,7 +3527,7 @@ enum latency_range {
  *      Stores a new ITR value based on strictly on packet size.  This
  *      algorithm is less sophisticated than that used in igb_update_itr,
  *      due to the difficulty of synchronizing statistics across multiple
- *      receive rings.  The divisors and thresholds used by this fuction
+ *      receive rings.  The divisors and thresholds used by this function
  *      were determined based on theoretical maximum wire speed and testing
  *      data, in order to minimize response time while increasing bulk
  *      throughput.
index 87d6b8f..49f6700 100644 (file)
@@ -642,7 +642,7 @@ static inline void gelic_card_disable_rxdmac(struct gelic_card *card)
        status = lv1_net_stop_rx_dma(bus_id(card), dev_id(card), 0);
        if (status)
                dev_err(ctodev(card),
-                       "lv1_net_stop_rx_dma faild, %d\n", status);
+                       "lv1_net_stop_rx_dma failed, %d\n", status);
 }
 
 /**
@@ -660,7 +660,7 @@ static inline void gelic_card_disable_txdmac(struct gelic_card *card)
        status = lv1_net_stop_tx_dma(bus_id(card), dev_id(card), 0);
        if (status)
                dev_err(ctodev(card),
-                       "lv1_net_stop_tx_dma faild, status=%d\n", status);
+                       "lv1_net_stop_tx_dma failed, status=%d\n", status);
 }
 
 /**
index 0531514..465565e 100644 (file)
@@ -221,7 +221,7 @@ u_long hwt_quick_read(struct s_smc *smc)
  * para        start           start time
  *     duration        time to wait
  *
- * NOTE: The fuction will return immediately, if the timer is not 
+ * NOTE: The function will return immediately, if the timer is not
  *      started
  ************************/
 void hwt_wait_time(struct s_smc *smc, u_long start, long int duration)
index 31b2dab..0ade12a 100644 (file)
@@ -33,7 +33,7 @@
  *   The driver architecture is based on the DEC FDDI driver by
  *   Lawrence V. Stefani and several ethernet drivers.
  *   I also used an existing Windows NT miniport driver.
- *   All hardware dependent fuctions are handled by the SysKonnect
+ *   All hardware dependent functions are handled by the SysKonnect
  *   Hardware Module.
  *   The only headerfiles that are directly related to this source
  *   are skfddi.c, h/types.h, h/osdef1st.h, h/targetos.h.
index b819766..4690c8e 100644 (file)
@@ -59,7 +59,7 @@
  * Bit 14:12 - autonegotiation state (write 001 to start autonegotiate)
  * Bit 3     - Autopolarity state
  * Bit 2     - LS10B - link state of 10baseT 0 - good, 1 - failed
- * Bit 1     - LS100B - link state of 100baseT 0 - good, 1- faild
+ * Bit 1     - LS100B - link state of 100baseT 0 - good, 1 - failed
  *
  *
  * Data Port Selection Info
index a351bd5..08f95bd 100644 (file)
@@ -279,7 +279,7 @@ static int __devinit nuc900_rtc_probe(struct platform_device *pdev)
        nuc900_rtc->rtcdev = rtc_device_register(pdev->name, &pdev->dev,
                                                &nuc900_rtc_ops, THIS_MODULE);
        if (IS_ERR(nuc900_rtc->rtcdev)) {
-               dev_err(&pdev->dev, "rtc device register faild\n");
+               dev_err(&pdev->dev, "rtc device register failed\n");
                err = PTR_ERR(nuc900_rtc->rtcdev);
                goto fail4;
        }
index 85bfd87..e82d427 100644 (file)
@@ -2197,7 +2197,7 @@ dasd_3990_erp_inspect_32(struct dasd_ccw_req * erp, char *sense)
 
 /*
  *****************************************************************************
- * main ERP control fuctions (24 and 32 byte sense)
+ * main ERP control functions (24 and 32 byte sense)
  *****************************************************************************
  */
 
index fc993ac..deff2c3 100644 (file)
@@ -31,7 +31,7 @@ debug_info_t *TAPE_DBF_AREA = NULL;
 EXPORT_SYMBOL(TAPE_DBF_AREA);
 
 /*******************************************************************
- * Error Recovery fuctions:
+ * Error Recovery functions:
  * - Read Opposite:             implemented
  * - Read Device (buffered) log: BRA
  * - Read Library log:          BRA
@@ -798,7 +798,7 @@ tape_3590_done(struct tape_device *device, struct tape_request *request)
 }
 
 /*
- * This fuction is called, when error recovery was successfull
+ * This function is called, when error recovery was successful
  */
 static inline int
 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)
 }
 
 /*
- * This fuction is called, when error recovery was not successfull
+ * This function is called, when error recovery was not successful
  */
 static inline int
 tape_3590_erp_failed(struct tape_device *device, struct tape_request *request,
index 0639c99..b37fa20 100644 (file)
@@ -5498,7 +5498,7 @@ lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
  * @buff: Buffer containing config region 23 data.
  * @size: Size of the data buffer.
  *
- * This fuction parse the FCoE config parameters in config region 23 and
+ * This function parses the FCoE config parameters in config region 23 and
  * populate driver data structure with the parameters.
  */
 void
index ca0e98d..caf116c 100644 (file)
@@ -27,8 +27,8 @@
   *    * 32 transfer descriptors (called ETDs)
   *    * 4Kb of Data memory
   *
-  * The data memory is shared between the host and fuction controlers
-  * (but this driver only supports the host controler)
+  * The data memory is shared between the host and function controllers
+  * (but this driver only supports the host controller)
   *
   * So setting up a transfer involves:
   *    * Allocating a ETD
index b020ba7..e7d0f52 100644 (file)
@@ -241,12 +241,12 @@ static int request_ports(struct bfin_bf54xfb_info *fbi)
        u16 disp = fbi->mach_info->disp;
 
        if (gpio_request(disp, DRIVER_NAME)) {
-               printk(KERN_ERR "Requesting GPIO %d faild\n", disp);
+               printk(KERN_ERR "Requesting GPIO %d failed\n", disp);
                return -EFAULT;
        }
 
        if (peripheral_request_list(eppi_req_18, DRIVER_NAME)) {
-               printk(KERN_ERR "Requesting Peripherals faild\n");
+               printk(KERN_ERR "Requesting Peripherals failed\n");
                gpio_free(disp);
                return -EFAULT;
        }
@@ -256,7 +256,7 @@ static int request_ports(struct bfin_bf54xfb_info *fbi)
                u16 eppi_req_24[] = EPPI0_24;
 
                if (peripheral_request_list(eppi_req_24, DRIVER_NAME)) {
-                       printk(KERN_ERR "Requesting Peripherals faild\n");
+                       printk(KERN_ERR "Requesting Peripherals failed\n");
                        peripheral_free_list(eppi_req_18);
                        gpio_free(disp);
                        return -EFAULT;
index 7a50272..3cf7767 100644 (file)
@@ -192,7 +192,7 @@ static int bfin_t350mcqb_request_ports(int action)
 {
        if (action) {
                if (peripheral_request_list(ppi0_req_8, DRIVER_NAME)) {
-                       printk(KERN_ERR "Requesting Peripherals faild\n");
+                       printk(KERN_ERR "Requesting Peripherals failed\n");
                        return -EFAULT;
                }
        } else
index 4bb6ef8..5862ae8 100644 (file)
@@ -508,7 +508,7 @@ static int write_exec(struct page_collect *pcol)
 
        pcol_copy = kmalloc(sizeof(*pcol_copy), GFP_KERNEL);
        if (!pcol_copy) {
-               EXOFS_ERR("write_exec: Faild to kmalloc(pcol)\n");
+               EXOFS_ERR("write_exec: Failed to kmalloc(pcol)\n");
                ret = -ENOMEM;
                goto err;
        }
@@ -524,7 +524,7 @@ static int write_exec(struct page_collect *pcol)
 
        ret = exofs_oi_write(oi, ios);
        if (unlikely(ret)) {
-               EXOFS_ERR("write_exec: exofs_oi_write() Faild\n");
+               EXOFS_ERR("write_exec: exofs_oi_write() Failed\n");
                goto err;
        }
 
@@ -625,7 +625,7 @@ try_again:
                /* split the request, next loop will start again */
                ret = write_exec(pcol);
                if (unlikely(ret)) {
-                       EXOFS_DBGMSG("write_exec faild => %d", ret);
+                       EXOFS_DBGMSG("write_exec failed => %d", ret);
                        goto fail;
                }
 
@@ -709,7 +709,7 @@ int exofs_write_begin(struct file *file, struct address_space *mapping,
                ret = simple_write_begin(file, mapping, pos, len, flags, pagep,
                                         fsdata);
                if (ret) {
-                       EXOFS_DBGMSG("simple_write_begin faild\n");
+                       EXOFS_DBGMSG("simple_write_begin failed\n");
                        return ret;
                }
 
@@ -722,7 +722,7 @@ int exofs_write_begin(struct file *file, struct address_space *mapping,
                if (ret) {
                        /*SetPageError was done by _readpage. Is it ok?*/
                        unlock_page(page);
-                       EXOFS_DBGMSG("__readpage_filler faild\n");
+                       EXOFS_DBGMSG("__readpage_filler failed\n");
                }
        }
 
@@ -1112,7 +1112,7 @@ static void create_done(struct exofs_io_state *ios, void *p)
        atomic_dec(&sbi->s_curr_pending);
 
        if (unlikely(ret)) {
-               EXOFS_ERR("object=0x%llx creation faild in pid=0x%llx",
+               EXOFS_ERR("object=0x%llx creation failed in pid=0x%llx",
                          _LLU(exofs_oi_objno(oi)), _LLU(sbi->layout.s_pid));
                /*TODO: When FS is corrupted creation can fail, object already
                 * exist. Get rid of this asynchronous creation, if exist
@@ -1232,7 +1232,7 @@ static int exofs_update_inode(struct inode *inode, int do_sync)
 
        args = kzalloc(sizeof(*args), GFP_KERNEL);
        if (!args) {
-               EXOFS_DBGMSG("Faild kzalloc of args\n");
+               EXOFS_DBGMSG("Failed kzalloc of args\n");
                return -ENOMEM;
        }
 
index 4337cad..95921f5 100644 (file)
@@ -55,7 +55,7 @@ int exofs_read_kern(struct osd_dev *od, u8 *cred, struct osd_obj_id *obj,
 
        ret = osd_finalize_request(or, 0, cred, NULL);
        if (unlikely(ret)) {
-               EXOFS_DBGMSG("Faild to osd_finalize_request() => %d\n", ret);
+               EXOFS_DBGMSG("Failed to osd_finalize_request() => %d\n", ret);
                goto out;
        }
 
@@ -79,7 +79,7 @@ int exofs_get_io_state(struct exofs_layout *layout,
         */
        ios = kzalloc(exofs_io_state_size(layout->s_numdevs), GFP_KERNEL);
        if (unlikely(!ios)) {
-               EXOFS_DBGMSG("Faild kzalloc bytes=%d\n",
+               EXOFS_DBGMSG("Failed kzalloc bytes=%d\n",
                             exofs_io_state_size(layout->s_numdevs));
                *pios = NULL;
                return -ENOMEM;
@@ -172,7 +172,7 @@ static int exofs_io_execute(struct exofs_io_state *ios)
 
                ret = osd_finalize_request(or, 0, ios->cred, NULL);
                if (unlikely(ret)) {
-                       EXOFS_DBGMSG("Faild to osd_finalize_request() => %d\n",
+                       EXOFS_DBGMSG("Failed to osd_finalize_request() => %d\n",
                                     ret);
                        return ret;
                }
@@ -365,7 +365,7 @@ static int _add_stripe_unit(struct exofs_io_state *ios,  unsigned *cur_pg,
 
                per_dev->bio = bio_kmalloc(GFP_KERNEL, bio_size);
                if (unlikely(!per_dev->bio)) {
-                       EXOFS_DBGMSG("Faild to allocate BIO size=%u\n",
+                       EXOFS_DBGMSG("Failed to allocate BIO size=%u\n",
                                     bio_size);
                        return -ENOMEM;
                }
@@ -584,7 +584,7 @@ static int _sbi_write_mirror(struct exofs_io_state *ios, int cur_comp)
                                                  master_dev->bio->bi_max_vecs);
                                if (unlikely(!bio)) {
                                        EXOFS_DBGMSG(
-                                             "Faild to allocate BIO size=%u\n",
+                                             "Failed to allocate BIO size=%u\n",
                                              master_dev->bio->bi_max_vecs);
                                        ret = -ENOMEM;
                                        goto out;
index 7b698f2..9895595 100644 (file)
@@ -97,7 +97,7 @@ int jfs_mount(struct super_block *sb)
 
        ipaimap = diReadSpecial(sb, AGGREGATE_I, 0);
        if (ipaimap == NULL) {
-               jfs_err("jfs_mount: Faild to read AGGREGATE_I");
+               jfs_err("jfs_mount: Failed to read AGGREGATE_I");
                rc = -EIO;
                goto errout20;
        }
@@ -148,7 +148,7 @@ int jfs_mount(struct super_block *sb)
        if ((sbi->mntflag & JFS_BAD_SAIT) == 0) {
                ipaimap2 = diReadSpecial(sb, AGGREGATE_I, 1);
                if (!ipaimap2) {
-                       jfs_err("jfs_mount: Faild to read AGGREGATE_I");
+                       jfs_err("jfs_mount: Failed to read AGGREGATE_I");
                        rc = -EIO;
                        goto errout35;
                }
index 8b27c98..52f0323 100644 (file)
@@ -648,7 +648,7 @@ static int register_trace_probe(struct trace_probe *tp)
        }
        ret = register_probe_event(tp);
        if (ret) {
-               pr_warning("Faild to register probe event(%d)\n", ret);
+               pr_warning("Failed to register probe event(%d)\n", ret);
                goto end;
        }
 
index ebd3f1d..58e7411 100644 (file)
@@ -115,7 +115,7 @@ struct mesh_path {
  * @hash_rnd: random value used for hash computations
  * @entries: number of entries in the table
  * @free_node: function to free nodes of the table
- * @copy_node: fuction to copy nodes of the table
+ * @copy_node: function to copy nodes of the table
  * @size_order: determines size of the table, there will be 2^size_order hash
  *     buckets
  * @mean_chain_len: maximum average length for the hash buckets' list, if it is
index 2bf2340..74944a2 100644 (file)
@@ -471,7 +471,7 @@ static int wanrouter_device_setup(struct wan_device *wandev,
                data = vmalloc(conf->data_size);
                if (!data) {
                        printk(KERN_INFO
-                               "%s: ERROR, Faild allocate kernel memory !\n",
+                               "%s: ERROR, Failed allocate kernel memory !\n",
                                wandev->name);
                        kfree(conf);
                        return -ENOBUFS;
@@ -481,7 +481,7 @@ static int wanrouter_device_setup(struct wan_device *wandev,
                        err = wandev->setup(wandev, conf);
                } else {
                        printk(KERN_INFO
-                            "%s: ERROR, Faild to copy from user data !\n",
+                            "%s: ERROR, Failed to copy from user data !\n",
                               wandev->name);
                        err = -EFAULT;
                }