]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
Spelling fix: explicitly
authorJean Delvare <khali@linux-fr.org>
Fri, 19 Oct 2007 21:22:55 +0000 (23:22 +0200)
committerAdrian Bunk <bunk@kernel.org>
Fri, 19 Oct 2007 21:22:55 +0000 (23:22 +0200)
From: Jean Delvare <khali@linux-fr.org>

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
19 files changed:
arch/cris/arch-v10/kernel/entry.S
arch/cris/arch-v10/kernel/kgdb.c
arch/cris/arch-v10/lib/dram_init.S
arch/cris/arch-v32/lib/dram_init.S
arch/powerpc/kernel/cpu_setup_6xx.S
arch/powerpc/kernel/irq.c
drivers/input/mouse/psmouse-base.c
drivers/input/mouse/vsxxxaa.c
drivers/isdn/act2000/act2000_isa.c
drivers/isdn/hardware/eicon/capifunc.c
drivers/macintosh/via-pmu.c
drivers/net/wireless/bcm43xx/bcm43xx_xmit.h
drivers/net/wireless/ipw2100.c
drivers/net/wireless/ipw2200.c
drivers/scsi/sym53c8xx_2/sym_fw2.h
drivers/scsi/wd33c93.h
include/asm-powerpc/io.h
include/net/irda/irttp.h
net/ieee80211/ieee80211_wx.c

index ae45d4522e6551982c9c57ffbc318dce71918fc3..c5844cb70f095bc96333bc46f9b114db2f725439 100644 (file)
@@ -97,7 +97,7 @@
  *
  *  Revision 1.36  2001/11/22 13:36:36  bjornw
  *  * In ret_from_intr, check regs->dccr for usermode reentrance instead of
- *    DCCR explicitely (because the latter might not reflect current reality)
+ *    DCCR explicitly (because the latter might not reflect current reality)
  *  * In mmu_bus_fault, set $r9 _after_ calling the C-code instead of before
  *    since $r9 is call-clobbered and is potentially needed afterwards
  *
index 07628a13c6c492c8c9574caeefd5c5fca6c3a894..77f4b142372590a4bce1b8dcfbaf59e6f4ee2712 100644 (file)
@@ -959,7 +959,7 @@ stub_is_stopped(int sigval)
 
        /* Send register contents. We probably only need to send the
         * PC, frame pointer and stack pointer here. Other registers will be
-        * explicitely asked for. But for now, send all. 
+        * explicitly asked for. But for now, send all.
         */
        
        for (regno = R0; regno <= USP; regno++) {
index 9cf83932cd5dd60d5b4352be0241307966f3b1a4..6a6bdfd6984d6725db83d667f12116e7a380391d 100644 (file)
@@ -40,7 +40,7 @@
  * Copy warning from head.S about r8 and r9
  *
  * Revision 1.7  2001/04/18 12:05:39  bjornw
- * Fixed comments, and explicitely include config.h to be sure its there
+ * Fixed comments, and explicitly include config.h to be sure its there
  *
  * Revision 1.6  2001/04/10 06:20:16  starvik
  * Delay should be 200us, not 200ns
@@ -66,7 +66,7 @@
  */
 
 /* Just to be certain the config file is included, we include it here
- * explicitely instead of depending on it being included in the file that
+ * explicitly instead of depending on it being included in the file that
  * uses this code.
  */
 
index 158b3dbb4d9d91a67b499afb057db5206d88585d..218fbe259ee50eab7e5efec576606a9895e3fd66 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 /* Just to be certain the config file is included, we include it here
- * explicitely instead of depending on it being included in the file that
+ * explicitly instead of depending on it being included in the file that
  * uses this code.
  */
 
index 8b4a4ee85eca24b8b229bf1c46b42c26bba82e6d..f1ee0b3f78f26fc1e0364244b2819486e637191f 100644 (file)
@@ -113,7 +113,7 @@ setup_604_hid0:
  * around #3 and with the same fix we use. We may want to
  * check if the CPU is using 60x bus mode in which case
  * the workaround for errata #4 is useless. Also, we may
- * want to explicitely clear HID0_NOPDST as this is not
+ * want to explicitly clear HID0_NOPDST as this is not
  * needed once we have applied workaround #5 (though it's
  * not set by Apple's firmware at least).
  */
index 2250f9e6c5ca0ceb517a571bebc8967a9b1dcd4f..b0e5deb4274f89a62ee4ce4991468aec726ffed3 100644 (file)
@@ -491,7 +491,7 @@ struct irq_host *irq_alloc_host(struct device_node *of_node,
 
                        /* Legacy flags are left to default at this point,
                         * one can then use irq_create_mapping() to
-                        * explicitely change them
+                        * explicitly change them
                         */
                        ops->map(host, i, i);
                }
index da316d13d7f578cdd6b3b0aa8f1a122f8c055ccd..21a9c0b69a1f461befa62691f0a35baaa99641a6 100644 (file)
@@ -906,7 +906,7 @@ static void psmouse_activate(struct psmouse *psmouse)
 
 /*
  * psmouse_deactivate() puts the mouse into poll mode so that we don't get motion
- * reports from it unless we explicitely request it.
+ * reports from it unless we explicitly request it.
  */
 
 static void psmouse_deactivate(struct psmouse *psmouse)
index 4a321576f34518181b1d3b04a201746956d32561..404eedd5ffa2b7e039db5c7508971450e7ae1a4c 100644 (file)
@@ -330,7 +330,7 @@ vsxxxaa_handle_POR_packet (struct vsxxxaa *mouse)
 
        /*
         * Check for Power-On-Reset packets. These are sent out
-        * after plugging the mouse in, or when explicitely
+        * after plugging the mouse in, or when explicitly
         * requested by sending 'T'.
         *
         * [0]: 1       0       1       0       R3      R2      R1      R0
index 09ea50dd3459d536a6a4f9414f6a56a8be3f2758..819ea85576a39be065e75ff71f721b25d14809fd 100644 (file)
@@ -126,7 +126,7 @@ act2000_isa_enable_irq(act2000_card * card)
 
 /*
  * Install interrupt handler, enable irq on card.
- * If irq is -1, choose next free irq, else irq is given explicitely.
+ * If irq is -1, choose next free irq, else irq is given explicitly.
  */
 int
 act2000_isa_config_irq(act2000_card * card, short irq)
index 82edc1c1db7a685127498fcfecffc46db5e594dc..4d425c644d413b7d4080ea36dd0bdb1b0f694b6d 100644 (file)
@@ -321,7 +321,7 @@ void sendf(APPL * appl, word command, dword Id, word Number, byte * format, ...)
                                  DBG_BLK((((char *)(long)GET_DWORD(&msg.info.data_b3_ind.Data)) + i,
                                        ((dlength - i) < 256) ? (dlength - i) : 256))
                                  if (!(myDriverDebugHandle.dbgMask & DL_PRV0))
-                                         break; /* not more if not explicitely requested */
+                                         break; /* not more if not explicitly requested */
                                }
                        }
                        break;
@@ -965,7 +965,7 @@ static u16 diva_send_message(struct capi_ctr *ctrl,
                                        ((GET_WORD(&msg->info.data_b3_req.Data_Length) - j) <
                                          256) ? (GET_WORD(&msg->info.data_b3_req.Data_Length) - j) : 256))
                                if (!(myDriverDebugHandle.dbgMask & DL_PRV0))
-                                       break;  /* not more if not explicitely requested */
+                                       break;  /* not more if not explicitly requested */
                        }
                }
 #endif
index f7c509b7a8ea1eaa5c25166f5ec51e3f0840e95d..dc741d3a4531cbe365aa8b89256a0337782b5b00 100644 (file)
@@ -1521,7 +1521,7 @@ pmu_sr_intr(void)
                        req = current_req;
                        /* 
                         * For PMU sleep and freq change requests, we lock the
-                        * PMU until it's explicitely unlocked. This avoids any
+                        * PMU until it's explicitly unlocked. This avoids any
                         * spurrious event polling getting in
                         */
                        current_req = req->next;
index 9ecf2bf0d25ddb100773ba759839180ab10ee367..47c135a7f4dc6136d7f2ce0e698ef204f5c1a3bd 100644 (file)
@@ -87,7 +87,7 @@ void bcm43xx_generate_txhdr(struct bcm43xx_private *bcm,
 
 /* RX header as received from the hardware. */
 struct bcm43xx_rxhdr {
-       /* Frame Length. Must be generated explicitely in PIO mode. */
+       /* Frame Length. Must be generated explicitly in PIO mode. */
        __le16 frame_length;
        PAD_BYTES(2);
        /* Flags field 1 */
index c144e3cdb890f9ef9d7210d93b1dce3064aa48ed..92314c365afdc05b7504182968bc1c0f6072ffb1 100644 (file)
@@ -6012,7 +6012,7 @@ static struct net_device *ipw2100_alloc_device(struct pci_dev *pci_dev,
         * ends up causing problems.  So, we just handle
         * the WX extensions through the ipw2100_ioctl interface */
 
-       /* memset() puts everything to 0, so we only have explicitely set
+       /* memset() puts everything to 0, so we only have explicitly set
         * those values that need to be something else */
 
        /* If power management is turned on, default to AUTO mode */
@@ -7470,7 +7470,7 @@ static int ipw2100_wx_set_power(struct net_device *dev,
        switch (wrqu->power.flags & IW_POWER_MODE) {
        case IW_POWER_ON:       /* If not specified */
        case IW_POWER_MODE:     /* If set all mask */
-       case IW_POWER_ALL_R:    /* If explicitely state all */
+       case IW_POWER_ALL_R:    /* If explicitly state all */
                break;
        default:                /* Otherwise we don't support it */
                IPW_DEBUG_WX("SET PM Mode: %X not supported.\n",
index feb8fcbab2d5a35b4c81dbd449c64b5a0dd5a174..e3c828401b9aa5d1ec9e0d7090203530fef46f92 100644 (file)
@@ -9603,7 +9603,7 @@ static int ipw_wx_set_power(struct net_device *dev,
        switch (wrqu->power.flags & IW_POWER_MODE) {
        case IW_POWER_ON:       /* If not specified */
        case IW_POWER_MODE:     /* If set all mask */
-       case IW_POWER_ALL_R:    /* If explicitely state all */
+       case IW_POWER_ALL_R:    /* If explicitly state all */
                break;
        default:                /* Otherwise we don't support it */
                IPW_DEBUG_WX("SET PM Mode: %X not supported.\n",
index 6e5b952312e364bcd8f9d7c73fdbcb1183486fd5..ae1fb179b88e571ea6e0e0ad544d6449476a0299 100644 (file)
@@ -1781,7 +1781,7 @@ static struct SYM_FWB_SCR SYM_FWB_SCR = {
         *  While testing with bogus QUANTUM drives, the C1010 
         *  sometimes raised a spurious phase mismatch with 
         *  WSR and the CHMOV(1) triggered another PM.
-        *  Waiting explicitely for the PHASE seemed to avoid 
+        *  Waiting explicitly for the PHASE seemed to avoid
         *  the nested phase mismatch. Btw, this didn't happen 
         *  using my IBM drives.
         */
index 61ffb860dacc78dd5484953145413d1563312129..00123f2383d7c6d6c8557d16ef1329c642c0df1c 100644 (file)
 #define WD33C93_FS_12_15 OWNID_FS_12
 #define WD33C93_FS_16_20 OWNID_FS_16
 
-   /* pass input-clock explicitely. accepted mhz values are 8-10,12-20 */
+   /* pass input-clock explicitly. accepted mhz values are 8-10,12-20 */
 #define WD33C93_FS_MHZ(mhz) (mhz)
 
    /* Control register */
index bf14ab4ef4c9794b30432d5d415ec06660d8c121..e44cdfc8493a8f30a2b4a4644884c429f5b1f966 100644 (file)
@@ -522,7 +522,7 @@ static inline void name at                                  \
 #else
 /*
  * Enforce synchronisation of stores vs. spin_unlock
- * (this does it explicitely, though our implementation of spin_unlock
+ * (this does it explicitly, though our implementation of spin_unlock
  * does it implicitely too)
  */
 static inline void mmiowb(void)
index cf80c1af5854a4d7c9351bb8922fd3892884a887..32c385dd9e06a94ab6cf77988537d02cc47835ad 100644 (file)
@@ -56,7 +56,7 @@
 
 /* Receive queue sizes */
 /* Minimum of credit that the peer should hold.
- * If the peer has less credits than 9 frames, we will explicitely send
+ * If the peer has less credits than 9 frames, we will explicitly send
  * him some credits (through irttp_give_credit() and a specific frame).
  * Note that when we give credits it's likely that it won't be sent in
  * this LAP window, but in the next one. So, we make sure that the peer
@@ -66,7 +66,7 @@
 /* This is the default maximum number of credits held by the peer, so the
  * default maximum number of frames he can send us before needing flow
  * control answer from us (this may be negociated differently at TSAP setup).
- * We want to minimise the number of times we have to explicitely send some
+ * We want to minimise the number of times we have to explicitly send some
  * credit to the peer, hoping we can piggyback it on the return data. In
  * particular, it doesn't make sense for us to send credit more than once
  * per LAP window.
index 9b58dd67acb6c34f0a43970e929a34cc24282d93..d309e8f199929618b1fb0a2ee02fc9aed362b881 100644 (file)
@@ -409,7 +409,7 @@ int ieee80211_wx_set_encode(struct ieee80211_device *ieee,
                                               (*crypt)->priv);
                sec.flags |= (1 << key);
                /* This ensures a key will be activated if no key is
-                * explicitely set */
+                * explicitly set */
                if (key == sec.active_key)
                        sec.flags |= SEC_ACTIVE_KEY;