]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
fix similar typos to successfull
authorColy Li <coyli@suse.de>
Thu, 8 Jan 2009 02:09:16 +0000 (18:09 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 8 Jan 2009 16:31:15 +0000 (08:31 -0800)
When I review ocfs2 code, find there are 2 typos to "successfull".  After
doing grep "successfull " in kernel tree, 22 typos found totally -- great
minds always think alike :)

This patch fixes all the similar typos. Thanks for Randy's ack and comments.

Signed-off-by: Coly Li <coyli@suse.de>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Acked-by: Roland Dreier <rolandd@cisco.com>
Cc: Jeremy Kerr <jk@ozlabs.org>
Cc: Jeff Garzik <jeff@garzik.org>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: Theodore Ts'o <tytso@mit.edu>
Cc: Mark Fasheh <mfasheh@suse.com>
Cc: Vlad Yasevich <vladislav.yasevich@hp.com>
Cc: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
19 files changed:
Documentation/hwmon/abituguru-datasheet
Documentation/scsi/scsi_fc_transport.txt
arch/powerpc/platforms/cell/spufs/spufs.h
drivers/infiniband/hw/nes/nes_cm.c
drivers/isdn/hardware/eicon/debuglib.h
drivers/isdn/hardware/eicon/os_4bri.c
drivers/isdn/hardware/eicon/os_bri.c
drivers/isdn/hardware/eicon/os_pri.c
drivers/mtd/ubi/kapi.c
drivers/net/wireless/ath5k/dma.c
drivers/net/wireless/zd1211rw/zd_mac.c
drivers/s390/block/dasd_3990_erp.c
drivers/s390/block/dasd_int.h
drivers/s390/char/tape_3590.c
drivers/s390/cio/cio.c
drivers/s390/cio/qdio_main.c
fs/ext4/extents.c
fs/ocfs2/dlmglue.c
net/sctp/auth.c

index 4d184f2db0ea668e0ce6440693a61b28c202f98d..d9251efdcec72a1a92cf7b4e3c75505e85caf4d1 100644 (file)
@@ -121,7 +121,7 @@ Once all bytes have been read data will hold 0x09, but there is no reason to
 test for this. Notice that the number of bytes is bank address dependent see
 above and below.
 
-After completing a successfull read it is advised to put the uGuru back in
+After completing a successful read it is advised to put the uGuru back in
 ready mode, so that it is ready for the next read / write cycle. This way
 if your program / driver is unloaded and later loaded again the detection
 algorithm described above will still work.
@@ -141,7 +141,7 @@ don't ask why this is the way it is.
 
 Once DATA holds 0x01 read CMD it should hold 0xAC now.
 
-After completing a successfull write it is advised to put the uGuru back in
+After completing a successful write it is advised to put the uGuru back in
 ready mode, so that it is ready for the next read / write cycle. This way
 if your program / driver is unloaded and later loaded again the detection
 algorithm described above will still work.
index 38d324d62b253be77166a40347583b11b1490754..e5b071d466196de262e4e79bf41d359f4260251a 100644 (file)
@@ -191,7 +191,7 @@ Vport States:
       This is equivalent to a driver "attach" on an adapter, which is
       independent of the adapter's link state.
     - Instantiation of the vport on the FC link via ELS traffic, etc.
-      This is equivalent to a "link up" and successfull link initialization.
+      This is equivalent to a "link up" and successful link initialization.
   Further information can be found in the interfaces section below for
   Vport Creation.
 
@@ -320,7 +320,7 @@ Vport Creation:
       This is equivalent to a driver "attach" on an adapter, which is
       independent of the adapter's link state.
     - Instantiation of the vport on the FC link via ELS traffic, etc.
-      This is equivalent to a "link up" and successfull link initialization.
+      This is equivalent to a "link up" and successful link initialization.
 
   The LLDD's vport_create() function will not synchronously wait for both
   parts to be fully completed before returning. It must validate that the
index 15c62d3ca129f55d6ebfe56fe7b93fcb8939f42c..3bf908e2873adb9216f48df40e0481787fb4bab3 100644 (file)
@@ -314,7 +314,7 @@ extern char *isolated_loader;
  *     we need to call spu_release(ctx) before sleeping, and
  *     then spu_acquire(ctx) when awoken.
  *
- *     Returns with state_mutex re-acquired when successfull or
+ *     Returns with state_mutex re-acquired when successful or
  *     with -ERESTARTSYS and the state_mutex dropped when interrupted.
  */
 
index a812db24347756a2e755988e590c416bc12dab60..6ba57e91d7ab742288208649cd707a845e672572 100644 (file)
@@ -2705,7 +2705,7 @@ int nes_accept(struct iw_cm_id *cm_id, struct iw_cm_conn_param *conn_param)
                        sizeof(struct ietf_mpa_frame));
 
 
-       /* notify OF layer that accept event was successfull */
+       /* notify OF layer that accept event was successful */
        cm_id->add_ref(cm_id);
 
        cm_event.event = IW_CM_EVENT_ESTABLISHED;
index 016410cf227340e679e81a88f662e7fc8a1b14cb..8ea587783e149f886b2bc140683a884fcd3099fc 100644 (file)
@@ -235,7 +235,7 @@ typedef void ( * DbgOld) (unsigned short, char *, va_list) ;
 typedef void ( * DbgEv)  (unsigned short, unsigned long, va_list) ;
 typedef void ( * DbgIrq) (unsigned short, int, char *, va_list) ;
 typedef struct _DbgHandle_
-{ char    Registered ; /* driver successfull registered */
+{ char    Registered ; /* driver successfully registered */
 #define DBG_HANDLE_REG_NEW 0x01  /* this (new) structure    */
 #define DBG_HANDLE_REG_OLD 0x7f  /* old structure (see below)  */
  char    Version;  /* version of this structure  */
index 7b4ec3f60dbf6c61b5d0b24e584d6aa137f7a73f..c964b8d91ada568a4b6813409e2f29e852dc2495 100644 (file)
@@ -997,7 +997,7 @@ diva_4bri_start_adapter(PISDN_ADAPTER IoAdapter,
        diva_xdi_display_adapter_features(IoAdapter->ANum);
 
        for (i = 0; i < IoAdapter->tasks; i++) {
-               DBG_LOG(("A(%d) %s adapter successfull started",
+               DBG_LOG(("A(%d) %s adapter successfully started",
                         IoAdapter->QuadroList->QuadroAdapter[i]->ANum,
                         (IoAdapter->tasks == 1) ? "BRI 2.0" : "4BRI"))
                diva_xdi_didd_register_adapter(IoAdapter->QuadroList->QuadroAdapter[i]->ANum);
index f31bba5b16ffa7ae2afd25c52c6ece5b188e9a33..08f01993f46b4a91548d27f81e2047fc050d5bc9 100644 (file)
@@ -736,7 +736,7 @@ diva_bri_start_adapter(PISDN_ADAPTER IoAdapter,
 
        IoAdapter->Properties.Features = (word) features;
        diva_xdi_display_adapter_features(IoAdapter->ANum);
-       DBG_LOG(("A(%d) BRI adapter successfull started", IoAdapter->ANum))
+       DBG_LOG(("A(%d) BRI adapter successfully started", IoAdapter->ANum))
            /*
               Register with DIDD
             */
index 903356547b79c715a896253ecd0658e74f6b2c29..5d65405c75f466c3df2aa33faeb62d24dbbe1db4 100644 (file)
@@ -513,7 +513,7 @@ diva_pri_start_adapter(PISDN_ADAPTER IoAdapter,
 
        diva_xdi_display_adapter_features(IoAdapter->ANum);
 
-       DBG_LOG(("A(%d) PRI adapter successfull started", IoAdapter->ANum))
+       DBG_LOG(("A(%d) PRI adapter successfully started", IoAdapter->ANum))
        /*
           Register with DIDD
         */
index 5d9bcf109c13be5e584b17bf345b6ddd016cc876..4abbe573fa40300e05b26526c030749bd6621759 100644 (file)
@@ -564,7 +564,7 @@ EXPORT_SYMBOL_GPL(ubi_leb_unmap);
  * @dtype: expected data type
  *
  * This function maps an un-mapped logical eraseblock @lnum to a physical
- * eraseblock. This means, that after a successfull invocation of this
+ * eraseblock. This means, that after a successful invocation of this
  * function the logical eraseblock @lnum will be empty (contain only %0xFF
  * bytes) and be mapped to a physical eraseblock, even if an unclean reboot
  * happens.
index 7e2b1a67e5da3c505cddea78fde4406ab80254fd..b65b4feb2d287559383a2913f8d2bc8bd7cb7252 100644 (file)
@@ -594,7 +594,7 @@ int ath5k_hw_get_isr(struct ath5k_hw *ah, enum ath5k_int *interrupt_mask)
                 * XXX: BMISS interrupts may occur after association.
                 * I found this on 5210 code but it needs testing. If this is
                 * true we should disable them before assoc and re-enable them
-                * after a successfull assoc + some jiffies.
+                * after a successful assoc + some jiffies.
                        interrupt_mask &= ~AR5K_INT_BMISS;
                 */
        }
index 9caa96a135866c8c79cbc240d63ebfadc9c5e699..a611ad8579832ad3451faec3dac6b96a4355fa6c 100644 (file)
@@ -287,7 +287,7 @@ static void zd_op_stop(struct ieee80211_hw *hw)
  * @skb - a sk-buffer
  * @flags: extra flags to set in the TX status info
  * @ackssi: ACK signal strength
- * @success - True for successfull transmission of the frame
+ * @success - True for successful transmission of the frame
  *
  * This information calls ieee80211_tx_status_irqsafe() if required by the
  * control information. It copies the control information into the status
index b8f9c00633f3adfb6885daedbb04031c1b925877..d82aad5224f0c6854fdf96999fb19185b9801c5e 100644 (file)
@@ -2621,7 +2621,7 @@ dasd_3990_erp_action(struct dasd_ccw_req * cqr)
                }
        }
 
-       /* double-check if current erp/cqr was successfull */
+       /* double-check if current erp/cqr was successful */
        if ((cqr->irb.scsw.cmd.cstat == 0x00) &&
            (cqr->irb.scsw.cmd.dstat ==
             (DEV_STAT_CHN_END | DEV_STAT_DEV_END))) {
index 05a14536c369685985e39b225afc69b0e89e9930..4a39084d9c95cd4f47370903143484bc04bae10f 100644 (file)
@@ -199,7 +199,7 @@ struct dasd_ccw_req {
 #define DASD_CQR_ERROR         0x82    /* request is completed with error */
 #define DASD_CQR_CLEAR_PENDING 0x83    /* request is clear pending */
 #define DASD_CQR_CLEARED       0x84    /* request was cleared */
-#define DASD_CQR_SUCCESS       0x85    /* request was successfull */
+#define DASD_CQR_SUCCESS       0x85    /* request was successful */
 
 
 /* per dasd_ccw_req flags */
index 4005c44a404c47efbb33d8e177389ca4a0b01a28..71605a179d65e6740839413ad9ec99811a5fd248 100644 (file)
@@ -801,7 +801,7 @@ tape_3590_done(struct tape_device *device, struct tape_request *request)
 static inline int
 tape_3590_erp_succeded(struct tape_device *device, struct tape_request *request)
 {
-       DBF_EVENT(3, "Error Recovery successfull for %s\n",
+       DBF_EVENT(3, "Error Recovery successful for %s\n",
                  tape_op_verbose[request->op]);
        return tape_3590_done(device, request);
 }
index 06b71823f3991b7e23d6810d13be0f6c0f5cee20..659f8a791656f472a22c18a99c14e45211185c97 100644 (file)
@@ -379,7 +379,7 @@ int cio_commit_config(struct subchannel *sch)
                if (ccode < 0) /* -EIO if msch gets a program check. */
                        return ccode;
                switch (ccode) {
-               case 0: /* successfull */
+               case 0: /* successful */
                        if (stsch(sch->schid, &schib) ||
                            !css_sch_is_valid(&schib))
                                return -ENODEV;
index 744f928a59eac4c3df9c3564fef85bece0b88ff3..10cb0f8726e5a72a264e4b62a2cbb9c3e32b65b1 100644 (file)
@@ -114,7 +114,7 @@ static inline int qdio_check_ccq(struct qdio_q *q, unsigned int ccq)
  * @count: count of buffers to examine
  * @auto_ack: automatically acknowledge buffers
  *
- * Returns the number of successfull extracted equal buffer states.
+ * Returns the number of successfully extracted equal buffer states.
  * Stops processing if a state is different from the last buffers state.
  */
 static int qdio_do_eqbs(struct qdio_q *q, unsigned char *state,
index ea2ce3c0ae66ec47db52596ed6d5c22cf844ba65..3f54db31cdc233c4627a6956f2b47228ebffed2f 100644 (file)
@@ -2536,7 +2536,7 @@ static int ext4_ext_convert_to_initialized(handle_t *handle,
                 */
                newdepth = ext_depth(inode);
                /*
-                * update the extent length after successfull insert of the
+                * update the extent length after successful insert of the
                 * split extent
                 */
                orig_ex.ee_len = cpu_to_le16(ee_len -
index f731ab4917951feae22d07b30d837a2ca7e0994b..b0c4cadd4c45181f7d8d02f1af11a182e2f380dd 100644 (file)
@@ -1324,7 +1324,7 @@ again:
                        goto out;
                }
 
-               mlog(0, "lock %s, successfull return from ocfs2_dlm_lock\n",
+               mlog(0, "lock %s, successful return from ocfs2_dlm_lock\n",
                     lockres->l_name);
 
                /* At this point we've gone inside the dlm and need to
@@ -2951,7 +2951,7 @@ static int ocfs2_drop_lock(struct ocfs2_super *osb,
                ocfs2_dlm_dump_lksb(&lockres->l_lksb);
                BUG();
        }
-       mlog(0, "lock %s, successfull return from ocfs2_dlm_unlock\n",
+       mlog(0, "lock %s, successful return from ocfs2_dlm_unlock\n",
             lockres->l_name);
 
        ocfs2_wait_on_busy_lock(lockres);
index 20c576f530fa93ab03cfd93d50d561eac8bd831b..56935bbc1496f535e646d2e8ef03c9bddb3a2634 100644 (file)
@@ -489,7 +489,7 @@ int sctp_auth_init_hmacs(struct sctp_endpoint *ep, gfp_t gfp)
        return 0;
 
 out_err:
-       /* Clean up any successfull allocations */
+       /* Clean up any successful allocations */
        sctp_auth_destroy_hmacs(ep->auth_hmacs);
        return -ENOMEM;
 }