Commit c03983ac9b268d4bbb8c2600baba5798aefa9d5d

Authored by Jean Delvare
Committed by Adrian Bunk
1 parent db955170d4

Spelling fix: explicitly

From: Jean Delvare <khali@linux-fr.org>

Signed-off-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

Showing 19 changed files with 23 additions and 23 deletions Side-by-side Diff

arch/cris/arch-v10/kernel/entry.S
... ... @@ -97,7 +97,7 @@
97 97 *
98 98 * Revision 1.36 2001/11/22 13:36:36 bjornw
99 99 * * In ret_from_intr, check regs->dccr for usermode reentrance instead of
100   - * DCCR explicitely (because the latter might not reflect current reality)
  100 + * DCCR explicitly (because the latter might not reflect current reality)
101 101 * * In mmu_bus_fault, set $r9 _after_ calling the C-code instead of before
102 102 * since $r9 is call-clobbered and is potentially needed afterwards
103 103 *
arch/cris/arch-v10/kernel/kgdb.c
... ... @@ -959,7 +959,7 @@
959 959  
960 960 /* Send register contents. We probably only need to send the
961 961 * PC, frame pointer and stack pointer here. Other registers will be
962   - * explicitely asked for. But for now, send all.
  962 + * explicitly asked for. But for now, send all.
963 963 */
964 964  
965 965 for (regno = R0; regno <= USP; regno++) {
arch/cris/arch-v10/lib/dram_init.S
... ... @@ -40,7 +40,7 @@
40 40 * Copy warning from head.S about r8 and r9
41 41 *
42 42 * Revision 1.7 2001/04/18 12:05:39 bjornw
43   - * Fixed comments, and explicitely include config.h to be sure its there
  43 + * Fixed comments, and explicitly include config.h to be sure its there
44 44 *
45 45 * Revision 1.6 2001/04/10 06:20:16 starvik
46 46 * Delay should be 200us, not 200ns
... ... @@ -66,7 +66,7 @@
66 66 */
67 67  
68 68 /* Just to be certain the config file is included, we include it here
69   - * explicitely instead of depending on it being included in the file that
  69 + * explicitly instead of depending on it being included in the file that
70 70 * uses this code.
71 71 */
72 72  
arch/cris/arch-v32/lib/dram_init.S
... ... @@ -12,7 +12,7 @@
12 12 */
13 13  
14 14 /* Just to be certain the config file is included, we include it here
15   - * explicitely instead of depending on it being included in the file that
  15 + * explicitly instead of depending on it being included in the file that
16 16 * uses this code.
17 17 */
18 18  
arch/powerpc/kernel/cpu_setup_6xx.S
... ... @@ -113,7 +113,7 @@
113 113 * around #3 and with the same fix we use. We may want to
114 114 * check if the CPU is using 60x bus mode in which case
115 115 * the workaround for errata #4 is useless. Also, we may
116   - * want to explicitely clear HID0_NOPDST as this is not
  116 + * want to explicitly clear HID0_NOPDST as this is not
117 117 * needed once we have applied workaround #5 (though it's
118 118 * not set by Apple's firmware at least).
119 119 */
arch/powerpc/kernel/irq.c
... ... @@ -491,7 +491,7 @@
491 491  
492 492 /* Legacy flags are left to default at this point,
493 493 * one can then use irq_create_mapping() to
494   - * explicitely change them
  494 + * explicitly change them
495 495 */
496 496 ops->map(host, i, i);
497 497 }
drivers/input/mouse/psmouse-base.c
... ... @@ -906,7 +906,7 @@
906 906  
907 907 /*
908 908 * psmouse_deactivate() puts the mouse into poll mode so that we don't get motion
909   - * reports from it unless we explicitely request it.
  909 + * reports from it unless we explicitly request it.
910 910 */
911 911  
912 912 static void psmouse_deactivate(struct psmouse *psmouse)
drivers/input/mouse/vsxxxaa.c
... ... @@ -330,7 +330,7 @@
330 330  
331 331 /*
332 332 * Check for Power-On-Reset packets. These are sent out
333   - * after plugging the mouse in, or when explicitely
  333 + * after plugging the mouse in, or when explicitly
334 334 * requested by sending 'T'.
335 335 *
336 336 * [0]: 1 0 1 0 R3 R2 R1 R0
drivers/isdn/act2000/act2000_isa.c
... ... @@ -126,7 +126,7 @@
126 126  
127 127 /*
128 128 * Install interrupt handler, enable irq on card.
129   - * If irq is -1, choose next free irq, else irq is given explicitely.
  129 + * If irq is -1, choose next free irq, else irq is given explicitly.
130 130 */
131 131 int
132 132 act2000_isa_config_irq(act2000_card * card, short irq)
drivers/isdn/hardware/eicon/capifunc.c
... ... @@ -321,7 +321,7 @@
321 321 DBG_BLK((((char *)(long)GET_DWORD(&msg.info.data_b3_ind.Data)) + i,
322 322 ((dlength - i) < 256) ? (dlength - i) : 256))
323 323 if (!(myDriverDebugHandle.dbgMask & DL_PRV0))
324   - break; /* not more if not explicitely requested */
  324 + break; /* not more if not explicitly requested */
325 325 }
326 326 }
327 327 break;
... ... @@ -965,7 +965,7 @@
965 965 ((GET_WORD(&msg->info.data_b3_req.Data_Length) - j) <
966 966 256) ? (GET_WORD(&msg->info.data_b3_req.Data_Length) - j) : 256))
967 967 if (!(myDriverDebugHandle.dbgMask & DL_PRV0))
968   - break; /* not more if not explicitely requested */
  968 + break; /* not more if not explicitly requested */
969 969 }
970 970 }
971 971 #endif
drivers/macintosh/via-pmu.c
... ... @@ -1521,7 +1521,7 @@
1521 1521 req = current_req;
1522 1522 /*
1523 1523 * For PMU sleep and freq change requests, we lock the
1524   - * PMU until it's explicitely unlocked. This avoids any
  1524 + * PMU until it's explicitly unlocked. This avoids any
1525 1525 * spurrious event polling getting in
1526 1526 */
1527 1527 current_req = req->next;
drivers/net/wireless/bcm43xx/bcm43xx_xmit.h
... ... @@ -87,7 +87,7 @@
87 87  
88 88 /* RX header as received from the hardware. */
89 89 struct bcm43xx_rxhdr {
90   - /* Frame Length. Must be generated explicitely in PIO mode. */
  90 + /* Frame Length. Must be generated explicitly in PIO mode. */
91 91 __le16 frame_length;
92 92 PAD_BYTES(2);
93 93 /* Flags field 1 */
drivers/net/wireless/ipw2100.c
... ... @@ -6012,7 +6012,7 @@
6012 6012 * ends up causing problems. So, we just handle
6013 6013 * the WX extensions through the ipw2100_ioctl interface */
6014 6014  
6015   - /* memset() puts everything to 0, so we only have explicitely set
  6015 + /* memset() puts everything to 0, so we only have explicitly set
6016 6016 * those values that need to be something else */
6017 6017  
6018 6018 /* If power management is turned on, default to AUTO mode */
... ... @@ -7470,7 +7470,7 @@
7470 7470 switch (wrqu->power.flags & IW_POWER_MODE) {
7471 7471 case IW_POWER_ON: /* If not specified */
7472 7472 case IW_POWER_MODE: /* If set all mask */
7473   - case IW_POWER_ALL_R: /* If explicitely state all */
  7473 + case IW_POWER_ALL_R: /* If explicitly state all */
7474 7474 break;
7475 7475 default: /* Otherwise we don't support it */
7476 7476 IPW_DEBUG_WX("SET PM Mode: %X not supported.\n",
drivers/net/wireless/ipw2200.c
... ... @@ -9603,7 +9603,7 @@
9603 9603 switch (wrqu->power.flags & IW_POWER_MODE) {
9604 9604 case IW_POWER_ON: /* If not specified */
9605 9605 case IW_POWER_MODE: /* If set all mask */
9606   - case IW_POWER_ALL_R: /* If explicitely state all */
  9606 + case IW_POWER_ALL_R: /* If explicitly state all */
9607 9607 break;
9608 9608 default: /* Otherwise we don't support it */
9609 9609 IPW_DEBUG_WX("SET PM Mode: %X not supported.\n",
drivers/scsi/sym53c8xx_2/sym_fw2.h
... ... @@ -1781,7 +1781,7 @@
1781 1781 * While testing with bogus QUANTUM drives, the C1010
1782 1782 * sometimes raised a spurious phase mismatch with
1783 1783 * WSR and the CHMOV(1) triggered another PM.
1784   - * Waiting explicitely for the PHASE seemed to avoid
  1784 + * Waiting explicitly for the PHASE seemed to avoid
1785 1785 * the nested phase mismatch. Btw, this didn't happen
1786 1786 * using my IBM drives.
1787 1787 */
drivers/scsi/wd33c93.h
... ... @@ -155,7 +155,7 @@
155 155 #define WD33C93_FS_12_15 OWNID_FS_12
156 156 #define WD33C93_FS_16_20 OWNID_FS_16
157 157  
158   - /* pass input-clock explicitely. accepted mhz values are 8-10,12-20 */
  158 + /* pass input-clock explicitly. accepted mhz values are 8-10,12-20 */
159 159 #define WD33C93_FS_MHZ(mhz) (mhz)
160 160  
161 161 /* Control register */
include/asm-powerpc/io.h
... ... @@ -522,7 +522,7 @@
522 522 #else
523 523 /*
524 524 * Enforce synchronisation of stores vs. spin_unlock
525   - * (this does it explicitely, though our implementation of spin_unlock
  525 + * (this does it explicitly, though our implementation of spin_unlock
526 526 * does it implicitely too)
527 527 */
528 528 static inline void mmiowb(void)
include/net/irda/irttp.h
... ... @@ -56,7 +56,7 @@
56 56  
57 57 /* Receive queue sizes */
58 58 /* Minimum of credit that the peer should hold.
59   - * If the peer has less credits than 9 frames, we will explicitely send
  59 + * If the peer has less credits than 9 frames, we will explicitly send
60 60 * him some credits (through irttp_give_credit() and a specific frame).
61 61 * Note that when we give credits it's likely that it won't be sent in
62 62 * this LAP window, but in the next one. So, we make sure that the peer
... ... @@ -66,7 +66,7 @@
66 66 /* This is the default maximum number of credits held by the peer, so the
67 67 * default maximum number of frames he can send us before needing flow
68 68 * control answer from us (this may be negociated differently at TSAP setup).
69   - * We want to minimise the number of times we have to explicitely send some
  69 + * We want to minimise the number of times we have to explicitly send some
70 70 * credit to the peer, hoping we can piggyback it on the return data. In
71 71 * particular, it doesn't make sense for us to send credit more than once
72 72 * per LAP window.
net/ieee80211/ieee80211_wx.c
... ... @@ -409,7 +409,7 @@
409 409 (*crypt)->priv);
410 410 sec.flags |= (1 << key);
411 411 /* This ensures a key will be activated if no key is
412   - * explicitely set */
  412 + * explicitly set */
413 413 if (key == sec.active_key)
414 414 sec.flags |= SEC_ACTIVE_KEY;
415 415