treewide: Correct spelling of successfully in comments
authorJoe Perches <joe@perches.com>
Wed, 17 Aug 2011 13:58:04 +0000 (06:58 -0700)
committerJiri Kosina <jkosina@suse.cz>
Tue, 27 Sep 2011 16:08:04 +0000 (18:08 +0200)
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/media/video/cx18/cx18-mailbox.h
drivers/net/igb/e1000_mbx.c
drivers/net/igbvf/mbx.c
drivers/net/ixgbe/ixgbe_mbx.c
drivers/net/ixgbevf/mbx.c
drivers/net/phy/broadcom.c
drivers/net/tile/tilepro.c
drivers/target/iscsi/iscsi_target_nego.c
drivers/target/target_core_tpg.c
kernel/sched.c
sound/core/memalloc.c

index 05fe6bdbe0623fa212131537f6d4e907e95e87d7..b63fdfaac49ea39c01ee999c6549c303c7f6b539 100644 (file)
@@ -69,7 +69,7 @@ struct cx18_mailbox {
     /* Each command can have up to 6 arguments */
     u32       args[MAX_MB_ARGUMENTS];
     /* The return code can be one of the codes in the file cx23418.h. If the
-       command is completed successfuly, the error will be ERR_SYS_SUCCESS.
+       command is completed successfully, the error will be ERR_SYS_SUCCESS.
        If it is pending, the code is ERR_SYS_PENDING. If it failed, the error
        code would indicate the task from which the error originated and will
        be one of the errors in cx23418.h. In that case, the following
index 74f2f11ac290e8c4b8dba6aed9e7ceaa7b076159..469d95eaa1547ae5136c4c8f2e1cf8b14e0396c5 100644 (file)
@@ -34,7 +34,7 @@
  *  @size: Length of buffer
  *  @mbx_id: id of mailbox to read
  *
- *  returns SUCCESS if it successfuly read message from buffer
+ *  returns SUCCESS if it successfully read message from buffer
  **/
 s32 igb_read_mbx(struct e1000_hw *hw, u32 *msg, u16 size, u16 mbx_id)
 {
index 3d6f4cc3998af9a97c3d1ba65977466f8728414d..048aae248d06ab469a6ba6dcd6e2a365784f85b4 100644 (file)
@@ -288,7 +288,7 @@ out_no_write:
  *  @msg: The message buffer
  *  @size: Length of buffer
  *
- *  returns SUCCESS if it successfuly read message from buffer
+ *  returns SUCCESS if it successfully read message from buffer
  **/
 static s32 e1000_read_mbx_vf(struct e1000_hw *hw, u32 *msg, u16 size)
 {
index 1ff0eefcfd0ac13d6d044bcc5d2c0c04c3c7e3d9..3f725d48336d121ec962b2f7839e6eca07ae19ce 100644 (file)
@@ -38,7 +38,7 @@
  *  @size: Length of buffer
  *  @mbx_id: id of mailbox to read
  *
- *  returns SUCCESS if it successfuly read message from buffer
+ *  returns SUCCESS if it successfully read message from buffer
  **/
 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id)
 {
index 7a88331257707ebae6eca3a8fb5ad8ddea936557..930fa83f256881eb1bebbe29ad4c1f60fc20af9e 100644 (file)
@@ -276,7 +276,7 @@ out_no_write:
  *  @msg: The message buffer
  *  @size: Length of buffer
  *
- *  returns 0 if it successfuly read message from buffer
+ *  returns 0 if it successfully read message from buffer
  **/
 static s32 ixgbevf_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size)
 {
index d84c4224dd1258ee878bb8cc2d5d60f892667790..e8be47d6d7d0c31a9c3d1126d18be41a33217180 100644 (file)
@@ -553,7 +553,7 @@ static int bcm5481_config_aneg(struct phy_device *phydev)
                /*
                 * There is no BCM5481 specification available, so down
                 * here is everything we know about "register 0x18". This
-                * at least helps BCM5481 to successfuly receive packets
+                * at least helps BCM5481 to successfully receive packets
                 * on MPC8360E-RDK board. Peter Barada <peterb@logicpd.com>
                 * says: "This sets delay between the RXD and RXC signals
                 * instead of using trace lengths to achieve timing".
index 1e2af96fc29cf17d640f72d3bbbbd6aebe351647..7b46e75deb5a957f2e7a8ea2f539de4522b1da5e 100644 (file)
@@ -177,7 +177,7 @@ struct tile_net_cpu {
        struct tile_net_stats_t stats;
        /* True iff NAPI is enabled. */
        bool napi_enabled;
-       /* True if this tile has succcessfully registered with the IPP. */
+       /* True if this tile has successfully registered with the IPP. */
        bool registered;
        /* True if the link was down last time we tried to register. */
        bool link_down;
index 4d087ac110675cd531619ae1e0b60a037df37b2e..426cd4bf6a9aab344425723cd51766aa932cc536 100644 (file)
@@ -504,7 +504,7 @@ static int iscsi_target_do_authentication(
                break;
        case 1:
                pr_debug("iSCSI security negotiation"
-                       " completed sucessfully.\n");
+                       " completed successfully.\n");
                login->auth_complete = 1;
                if ((login_req->flags & ISCSI_FLAG_LOGIN_NEXT_STAGE1) &&
                    (login_req->flags & ISCSI_FLAG_LOGIN_TRANSIT)) {
index 162b736c73427c44d45f0c56fc59cb5bbf5c35d8..49fd0a9b0a569d64971565c9652759827d3e09ae 100644 (file)
@@ -593,7 +593,7 @@ int core_tpg_set_initiator_node_queue_depth(
        if (init_sess)
                tpg->se_tpg_tfo->close_session(init_sess);
 
-       pr_debug("Successfuly changed queue depth to: %d for Initiator"
+       pr_debug("Successfully changed queue depth to: %d for Initiator"
                " Node: %s on %s Target Portal Group: %u\n", queue_depth,
                initiatorname, tpg->se_tpg_tfo->get_fabric_name(),
                tpg->se_tpg_tfo->tpg_get_tag(tpg));
index ec5f472bc5b9cec2a5c43ab7f8a054ecca75b39a..aecd83b4ffe81c85fbf21f8b0aadb644e7ec94e8 100644 (file)
@@ -1739,7 +1739,7 @@ static inline void __set_task_cpu(struct task_struct *p, unsigned int cpu)
 #ifdef CONFIG_SMP
        /*
         * After ->cpu is set up to a new value, task_rq_lock(p, ...) can be
-        * successfuly executed on another CPU. We must ensure that updates of
+        * successfully executed on another CPU. We must ensure that updates of
         * per-task data have been completed by this moment.
         */
        smp_wmb();
index 16bd9c03679b16dd18d119495a7ab0e530fcbd0c..691569238435724939379958e611553a842845fa 100644 (file)
@@ -176,7 +176,7 @@ static void snd_free_dev_pages(struct device *dev, size_t size, void *ptr,
  * Calls the memory-allocator function for the corresponding
  * buffer type.
  * 
- * Returns zero if the buffer with the given size is allocated successfuly,
+ * Returns zero if the buffer with the given size is allocated successfully,
  * other a negative value at error.
  */
 int snd_dma_alloc_pages(int type, struct device *device, size_t size,
@@ -230,7 +230,7 @@ int snd_dma_alloc_pages(int type, struct device *device, size_t size,
  * tries to allocate again.  The size actually allocated is stored in
  * res_size argument.
  * 
- * Returns zero if the buffer with the given size is allocated successfuly,
+ * Returns zero if the buffer with the given size is allocated successfully,
  * other a negative value at error.
  */
 int snd_dma_alloc_pages_fallback(int type, struct device *device, size_t size,