Commit e5137db6 authored by Michael Hayes's avatar Michael Hayes Committed by Linus Torvalds

[PATCH] Spelling fixes: doesn't

    doesnt -> doesn't (35 occurrences)
parent 9925742a
...@@ -49,7 +49,7 @@ void __init do_cyrix_devid(unsigned char *dir0, unsigned char *dir1) ...@@ -49,7 +49,7 @@ void __init do_cyrix_devid(unsigned char *dir0, unsigned char *dir1)
* Cx86_dir0_msb is a HACK needed by check_cx686_cpuid/slop in bugs.h in * Cx86_dir0_msb is a HACK needed by check_cx686_cpuid/slop in bugs.h in
* order to identify the Cyrix CPU model after we're out of setup.c * order to identify the Cyrix CPU model after we're out of setup.c
* *
* Actually since bugs.h doesnt even reference this perhaps someone should * Actually since bugs.h doesn't even reference this perhaps someone should
* fix the documentation ??? * fix the documentation ???
*/ */
static unsigned char Cx86_dir0_msb __initdata = 0; static unsigned char Cx86_dir0_msb __initdata = 0;
......
...@@ -87,7 +87,7 @@ static void ack_none(unsigned int irq) ...@@ -87,7 +87,7 @@ static void ack_none(unsigned int irq)
{ {
/* /*
* 'what should we do if we get a hw irq event on an illegal vector'. * 'what should we do if we get a hw irq event on an illegal vector'.
* each architecture has to answer this themselves, it doesnt deserve * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think. * a generic callback i think.
*/ */
#if CONFIG_X86 #if CONFIG_X86
......
...@@ -264,7 +264,7 @@ static int init_tsc(void) ...@@ -264,7 +264,7 @@ static int init_tsc(void)
* the ident/bugs checks so we must run this hook as it * the ident/bugs checks so we must run this hook as it
* may turn off the TSC flag. * may turn off the TSC flag.
* *
* NOTE: this doesnt yet handle SMP 486 machines where only * NOTE: this doesn't yet handle SMP 486 machines where only
* some CPU's have a TSC. Thats never worked and nobody has * some CPU's have a TSC. Thats never worked and nobody has
* moaned if you have the only one in the world - you fix it! * moaned if you have the only one in the world - you fix it!
*/ */
......
...@@ -104,7 +104,7 @@ static void ack_none(unsigned int irq) ...@@ -104,7 +104,7 @@ static void ack_none(unsigned int irq)
{ {
/* /*
* 'what should we do if we get a hw irq event on an illegal vector'. * 'what should we do if we get a hw irq event on an illegal vector'.
* each architecture has to answer this themselves, it doesnt deserve * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think. * a generic callback i think.
*/ */
#if CONFIG_X86 #if CONFIG_X86
......
...@@ -241,7 +241,7 @@ discontig_mem_init(void) ...@@ -241,7 +241,7 @@ discontig_mem_init(void)
* - build the nodedir for the node. This contains pointers to * - build the nodedir for the node. This contains pointers to
* the per-bank mem_map entries. * the per-bank mem_map entries.
* - fix the page struct "virtual" pointers. These are bank specific * - fix the page struct "virtual" pointers. These are bank specific
* values that the paging system doesnt understand. * values that the paging system doesn't understand.
* - replicate the nodedir structure to other nodes * - replicate the nodedir structure to other nodes
*/ */
......
...@@ -852,7 +852,7 @@ pcibr_slot_info_init(devfs_handle_t pcibr_vhdl, ...@@ -852,7 +852,7 @@ pcibr_slot_info_init(devfs_handle_t pcibr_vhdl,
} }
/* Get the PCI-X capability if running in PCI-X mode. If the func /* Get the PCI-X capability if running in PCI-X mode. If the func
* doesnt have a pcix capability, allocate a PCIIO_VENDOR_ID_NONE * doesn't have a pcix capability, allocate a PCIIO_VENDOR_ID_NONE
* pcibr_info struct so the device driver for that function is not * pcibr_info struct so the device driver for that function is not
* called. * called.
*/ */
......
...@@ -506,7 +506,7 @@ sn_send_IPI_phys(long physid, int vector, int delivery_mode) ...@@ -506,7 +506,7 @@ sn_send_IPI_phys(long physid, int vector, int delivery_mode)
pio_phys_write_mmr(p, val); pio_phys_write_mmr(p, val);
#ifndef CONFIG_SHUB_1_0_SPECIFIC #ifndef CONFIG_SHUB_1_0_SPECIFIC
/* doesnt work on shub 1.0 */ /* doesn't work on shub 1.0 */
wait_piowc(); wait_piowc();
#endif #endif
} }
......
...@@ -17,7 +17,7 @@ void __init wbflush_setup(void) ...@@ -17,7 +17,7 @@ void __init wbflush_setup(void)
} }
/* /*
* Baget/MIPS doesnt need to write back the WB. * Baget/MIPS doesn't need to write back the WB.
*/ */
static void wbflush_baget(void) static void wbflush_baget(void)
{ {
......
...@@ -44,7 +44,7 @@ static void ack_none(unsigned int irq) ...@@ -44,7 +44,7 @@ static void ack_none(unsigned int irq)
{ {
/* /*
* 'what should we do if we get a hw irq event on an illegal vector'. * 'what should we do if we get a hw irq event on an illegal vector'.
* each architecture has to answer this themselves, it doesnt deserve * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think. * a generic callback i think.
*/ */
printk("unexpected interrupt %d\n", irq); printk("unexpected interrupt %d\n", irq);
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* *
* BUGS * BUGS
* not much dp done * not much dp done
* doesnt generate IEEE754_INEXACT * doesn't generate IEEE754_INEXACT
* *
*/ */
/* /*
......
...@@ -154,7 +154,7 @@ int main(int argc, char **argv) ...@@ -154,7 +154,7 @@ int main(int argc, char **argv)
/* Process the Sysmap file to determine where _end is */ /* Process the Sysmap file to determine where _end is */
sysmapPages = sysmapLen / 4096; sysmapPages = sysmapLen / 4096;
/* read the whole file line by line, expect that it doesnt fail */ /* read the whole file line by line, expect that it doesn't fail */
while ( fgets(inbuf, 4096, sysmap) ) ; while ( fgets(inbuf, 4096, sysmap) ) ;
/* search for _end in the last page of the system map */ /* search for _end in the last page of the system map */
ptr_end = strstr(inbuf, " _end"); ptr_end = strstr(inbuf, " _end");
......
...@@ -146,7 +146,7 @@ int main(int argc, char **argv) ...@@ -146,7 +146,7 @@ int main(int argc, char **argv)
/* Process the Sysmap file to determine the true end of the kernel */ /* Process the Sysmap file to determine the true end of the kernel */
sysmapPages = sysmapLen / 4096; sysmapPages = sysmapLen / 4096;
printf("System map pages to copy = %ld\n", sysmapPages); printf("System map pages to copy = %ld\n", sysmapPages);
/* read the whole file line by line, expect that it doesnt fail */ /* read the whole file line by line, expect that it doesn't fail */
while ( fgets(inbuf, 4096, sysmap) ) ; while ( fgets(inbuf, 4096, sysmap) ) ;
/* search for _end in the last page of the system map */ /* search for _end in the last page of the system map */
ptr_end = strstr(inbuf, " _end"); ptr_end = strstr(inbuf, " _end");
......
...@@ -73,7 +73,7 @@ lmb_init(void) ...@@ -73,7 +73,7 @@ lmb_init(void)
_lmb->reserved.cnt = 1; _lmb->reserved.cnt = 1;
} }
/* This is only used here, it doesnt deserve to be in bitops.h */ /* This is only used here, it doesn't deserve to be in bitops.h */
static __inline__ long cnt_trailing_zeros(unsigned long mask) static __inline__ long cnt_trailing_zeros(unsigned long mask)
{ {
long cnt; long cnt;
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
int smp_threads_ready = 0; int smp_threads_ready = 0;
unsigned long cache_decay_ticks; unsigned long cache_decay_ticks;
/* initialised so it doesnt end up in bss */ /* initialised so it doesn't end up in bss */
unsigned long cpu_online_map = 0; unsigned long cpu_online_map = 0;
static struct smp_ops_t *smp_ops; static struct smp_ops_t *smp_ops;
......
...@@ -61,7 +61,7 @@ static void ack_none(unsigned int irq) ...@@ -61,7 +61,7 @@ static void ack_none(unsigned int irq)
{ {
/* /*
* 'what should we do if we get a hw irq event on an illegal vector'. * 'what should we do if we get a hw irq event on an illegal vector'.
* each architecture has to answer this themselves, it doesnt deserve * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think. * a generic callback i think.
*/ */
printk("unexpected IRQ trap at vector %02x\n", irq); printk("unexpected IRQ trap at vector %02x\n", irq);
......
...@@ -45,7 +45,7 @@ static void ack_none(unsigned int irq) ...@@ -45,7 +45,7 @@ static void ack_none(unsigned int irq)
{ {
/* /*
* 'what should we do if we get a hw irq event on an illegal vector'. * 'what should we do if we get a hw irq event on an illegal vector'.
* each architecture has to answer this themselves, it doesnt deserve * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think. * a generic callback i think.
*/ */
#if CONFIG_X86 #if CONFIG_X86
......
...@@ -48,7 +48,7 @@ static void ack_none(unsigned int irq) ...@@ -48,7 +48,7 @@ static void ack_none(unsigned int irq)
{ {
/* /*
* 'what should we do if we get a hw irq event on an illegal vector'. * 'what should we do if we get a hw irq event on an illegal vector'.
* each architecture has to answer this themselves, it doesnt deserve * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think. * a generic callback i think.
*/ */
printk("received IRQ %d with unknown interrupt type\n", irq); printk("received IRQ %d with unknown interrupt type\n", irq);
......
...@@ -948,7 +948,7 @@ void smp_local_timer_interrupt(struct pt_regs *regs) ...@@ -948,7 +948,7 @@ void smp_local_timer_interrupt(struct pt_regs *regs)
/* /*
* Local APIC timer interrupt. This is the most natural way for doing * Local APIC timer interrupt. This is the most natural way for doing
* local interrupts, but local timer interrupts can be emulated by * local interrupts, but local timer interrupts can be emulated by
* broadcast interrupts too. [in case the hw doesnt support APIC timers] * broadcast interrupts too. [in case the hw doesn't support APIC timers]
* *
* [ if a single-CPU system runs an SMP kernel then we call the local * [ if a single-CPU system runs an SMP kernel then we call the local
* interrupt as well. Thus we cannot inline the local irq ... ] * interrupt as well. Thus we cannot inline the local irq ... ]
......
...@@ -685,7 +685,7 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int vector) ...@@ -685,7 +685,7 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int vector)
entry.vector = vector; entry.vector = vector;
/* /*
* The timer IRQ doesnt have to know that behind the * The timer IRQ doesn't have to know that behind the
* scene we have a 8259A-master in AEOI mode ... * scene we have a 8259A-master in AEOI mode ...
*/ */
irq_desc[0].handler = &ioapic_edge_irq_type; irq_desc[0].handler = &ioapic_edge_irq_type;
...@@ -1539,7 +1539,7 @@ static inline void check_timer(void) ...@@ -1539,7 +1539,7 @@ static inline void check_timer(void)
printk(" failed.\n"); printk(" failed.\n");
if (nmi_watchdog) { if (nmi_watchdog) {
printk(KERN_WARNING "timer doesnt work through the IO-APIC - disabling NMI Watchdog!\n"); printk(KERN_WARNING "timer doesn't work through the IO-APIC - disabling NMI Watchdog!\n");
nmi_watchdog = 0; nmi_watchdog = 0;
} }
......
...@@ -87,7 +87,7 @@ static void ack_none(unsigned int irq) ...@@ -87,7 +87,7 @@ static void ack_none(unsigned int irq)
{ {
/* /*
* 'what should we do if we get a hw irq event on an illegal vector'. * 'what should we do if we get a hw irq event on an illegal vector'.
* each architecture has to answer this themselves, it doesnt deserve * each architecture has to answer this themselves, it doesn't deserve
* a generic callback i think. * a generic callback i think.
*/ */
#if CONFIG_X86 #if CONFIG_X86
......
...@@ -197,7 +197,7 @@ ippp_ccp_reset_xmit(struct ippp_ccp *ccp, ...@@ -197,7 +197,7 @@ ippp_ccp_reset_xmit(struct ippp_ccp *ccp,
and increase ids only when an Ack is received for a and increase ids only when an Ack is received for a
given id */ given id */
id = ccp->reset->lastid++; id = ccp->reset->lastid++;
/* We always expect an Ack if the decompressor doesnt /* We always expect an Ack if the decompressor doesn't
know better */ know better */
rp->expra = 1; rp->expra = 1;
rp->dtval = 0; rp->dtval = 0;
......
...@@ -1245,7 +1245,7 @@ typedef struct smb_com_transaction2_get_dfs_refer_req { ...@@ -1245,7 +1245,7 @@ typedef struct smb_com_transaction2_get_dfs_refer_req {
__u8 Reserved3; __u8 Reserved3;
__u16 SubCommand; /* one setup word */ __u16 SubCommand; /* one setup word */
__u16 ByteCount; __u16 ByteCount;
__u8 Pad[3]; /* Win2K has sent 0x0F01 (max resp length perhaps?) followed by one byte pad - doesnt seem to matter though */ __u8 Pad[3]; /* Win2K has sent 0x0F01 (max resp length perhaps?) followed by one byte pad - doesn't seem to matter though */
__u16 MaxReferralLevel; __u16 MaxReferralLevel;
char RequestFileName[1]; char RequestFileName[1];
} TRANSACTION2_GET_DFS_REFER_REQ; } TRANSACTION2_GET_DFS_REFER_REQ;
......
...@@ -755,7 +755,7 @@ xfs_trans_reserve_quota_bydquots( ...@@ -755,7 +755,7 @@ xfs_trans_reserve_quota_bydquots(
/* /*
* Lock the dquot and change the reservation if we can. * Lock the dquot and change the reservation if we can.
* This doesnt change the actual usage, just the reservation. * This doesn't change the actual usage, just the reservation.
* The inode sent in is locked. * The inode sent in is locked.
* *
* Returns 0 on success, EDQUOT or other errors otherwise * Returns 0 on success, EDQUOT or other errors otherwise
......
...@@ -67,7 +67,7 @@ static inline int do_timer_overflow(int count) ...@@ -67,7 +67,7 @@ static inline int do_timer_overflow(int count)
#ifdef BUGGY_NEPTUN_TIMER #ifdef BUGGY_NEPTUN_TIMER
/* /*
* for the Neptun bug we know that the 'latch' * for the Neptun bug we know that the 'latch'
* command doesnt latch the high and low value * command doesn't latch the high and low value
* of the counter atomically. Thus we have to * of the counter atomically. Thus we have to
* substract 256 from the counter * substract 256 from the counter
* ... funny, isnt it? :) * ... funny, isnt it? :)
......
...@@ -42,7 +42,7 @@ static inline int pgd_present(pgd_t pgd) { return 1; } ...@@ -42,7 +42,7 @@ static inline int pgd_present(pgd_t pgd) { return 1; }
#define set_pte(pteptr, pteval) (*(pteptr) = pteval) #define set_pte(pteptr, pteval) (*(pteptr) = pteval)
#define set_pte_atomic(pteptr, pteval) set_pte(pteptr,pteval) #define set_pte_atomic(pteptr, pteval) set_pte(pteptr,pteval)
/* /*
* (pmds are folded into pgds so this doesnt get actually called, * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.) * but the define is needed for a generic inline function.)
*/ */
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
......
...@@ -76,7 +76,7 @@ static inline void sema_init (struct semaphore *sem, int val) ...@@ -76,7 +76,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val); * *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
* *
* i'd rather use the more flexible initialization above, but sadly * i'd rather use the more flexible initialization above, but sadly
* GCC 2.7.2.3 emits a bogus warning. EGCS doesnt. Oh well. * GCC 2.7.2.3 emits a bogus warning. EGCS doesn't. Oh well.
*/ */
atomic_set(&sem->count, val); atomic_set(&sem->count, val);
sem->sleepers = 0; sem->sleepers = 0;
......
...@@ -291,7 +291,7 @@ extern inline void pte_clear(pte_t *ptep) ...@@ -291,7 +291,7 @@ extern inline void pte_clear(pte_t *ptep)
} }
/* /*
* (pmds are folded into pgds so this doesnt get actually called, * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.) * but the define is needed for a generic inline function.)
*/ */
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
......
...@@ -318,7 +318,7 @@ extern inline void pte_clear(pte_t *ptep) ...@@ -318,7 +318,7 @@ extern inline void pte_clear(pte_t *ptep)
} }
/* /*
* (pmds are folded into pgds so this doesnt get actually called, * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.) * but the define is needed for a generic inline function.)
*/ */
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
......
...@@ -54,7 +54,7 @@ static inline void sema_init (struct semaphore *sem, int val) ...@@ -54,7 +54,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val); * *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
* *
* i'd rather use the more flexible initialization above, but sadly * i'd rather use the more flexible initialization above, but sadly
* GCC 2.7.2.3 emits a bogus warning. EGCS doesnt. Oh well. * GCC 2.7.2.3 emits a bogus warning. EGCS doesn't. Oh well.
*/ */
atomic_set(&sem->count, val); atomic_set(&sem->count, val);
sem->sleepers = 0; sem->sleepers = 0;
......
...@@ -226,7 +226,7 @@ static inline void set_pte(pte_t *pteptr, pte_t pteval) ...@@ -226,7 +226,7 @@ static inline void set_pte(pte_t *pteptr, pte_t pteval)
} }
/* /*
* (pmds are folded into pgds so this doesnt get actually called, * (pmds are folded into pgds so this doesn't get actually called,
* but the define is needed for a generic inline function.) * but the define is needed for a generic inline function.)
*/ */
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval) #define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
......
...@@ -78,7 +78,7 @@ static inline void sema_init (struct semaphore *sem, int val) ...@@ -78,7 +78,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val); * *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
* *
* i'd rather use the more flexible initialization above, but sadly * i'd rather use the more flexible initialization above, but sadly
* GCC 2.7.2.3 emits a bogus warning. EGCS doesnt. Oh well. * GCC 2.7.2.3 emits a bogus warning. EGCS doesn't. Oh well.
*/ */
atomic_set(&sem->count, val); atomic_set(&sem->count, val);
sem->sleepers = 0; sem->sleepers = 0;
......
...@@ -901,7 +901,7 @@ static struct task_struct *copy_process(unsigned long clone_flags, ...@@ -901,7 +901,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
/* /*
* Share the timeslice between parent and child, thus the * Share the timeslice between parent and child, thus the
* total amount of pending timeslices in the system doesnt change, * total amount of pending timeslices in the system doesn't change,
* resulting in more scheduling fairness. * resulting in more scheduling fairness.
*/ */
local_irq_disable(); local_irq_disable();
......
...@@ -127,7 +127,7 @@ int probe_cs4232(struct address_info *hw_config, int isapnp_configured) ...@@ -127,7 +127,7 @@ int probe_cs4232(struct address_info *hw_config, int isapnp_configured)
* method conflicts with possible PnP support in the OS. For this reason * method conflicts with possible PnP support in the OS. For this reason
* driver is just a temporary kludge. * driver is just a temporary kludge.
* *
* Also the Cirrus/Crystal method doesnt always work. Try ISA PnP first ;) * Also the Cirrus/Crystal method doesn't always work. Try ISA PnP first ;)
*/ */
/* /*
......
...@@ -81,7 +81,7 @@ ...@@ -81,7 +81,7 @@
* v0.14.9a * v0.14.9a
* Aug 6 2001 Alan Cox * Aug 6 2001 Alan Cox
* 0.14.9 crashed on rmmod due to a timer/bh left running. Simplified * 0.14.9 crashed on rmmod due to a timer/bh left running. Simplified
* the existing logic (the BH doesnt help as ac97 is lock_irqsave) * the existing logic (the BH doesn't help as ac97 is lock_irqsave)
* and used del_timer_sync to clean up * and used del_timer_sync to clean up
* Fixed a problem where the ALi change broke my generic card * Fixed a problem where the ALi change broke my generic card
* v0.14.9 * v0.14.9
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment