Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
e5137db6
Commit
e5137db6
authored
Feb 25, 2003
by
Michael Hayes
Committed by
Linus Torvalds
Feb 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Spelling fixes: doesn't
doesnt -> doesn't (35 occurrences)
parent
9925742a
Changes
34
Hide whitespace changes
Inline
Side-by-side
Showing
34 changed files
with
35 additions
and
35 deletions
+35
-35
arch/i386/kernel/cpu/cyrix.c
arch/i386/kernel/cpu/cyrix.c
+1
-1
arch/i386/kernel/irq.c
arch/i386/kernel/irq.c
+1
-1
arch/i386/kernel/timers/timer_tsc.c
arch/i386/kernel/timers/timer_tsc.c
+1
-1
arch/ia64/kernel/irq.c
arch/ia64/kernel/irq.c
+1
-1
arch/ia64/mm/discontig.c
arch/ia64/mm/discontig.c
+1
-1
arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c
arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c
+1
-1
arch/ia64/sn/kernel/sn2/sn2_smp.c
arch/ia64/sn/kernel/sn2/sn2_smp.c
+1
-1
arch/mips/baget/wbflush.c
arch/mips/baget/wbflush.c
+1
-1
arch/mips/kernel/irq.c
arch/mips/kernel/irq.c
+1
-1
arch/mips/math-emu/ieee754.c
arch/mips/math-emu/ieee754.c
+1
-1
arch/ppc64/boot/addRamDisk.c
arch/ppc64/boot/addRamDisk.c
+1
-1
arch/ppc64/boot/addSystemMap.c
arch/ppc64/boot/addSystemMap.c
+1
-1
arch/ppc64/kernel/lmb.c
arch/ppc64/kernel/lmb.c
+1
-1
arch/ppc64/kernel/smp.c
arch/ppc64/kernel/smp.c
+1
-1
arch/sh/kernel/irq.c
arch/sh/kernel/irq.c
+1
-1
arch/um/kernel/irq.c
arch/um/kernel/irq.c
+1
-1
arch/v850/kernel/irq.c
arch/v850/kernel/irq.c
+1
-1
arch/x86_64/kernel/apic.c
arch/x86_64/kernel/apic.c
+1
-1
arch/x86_64/kernel/io_apic.c
arch/x86_64/kernel/io_apic.c
+2
-2
arch/x86_64/kernel/irq.c
arch/x86_64/kernel/irq.c
+1
-1
drivers/isdn/i4l/isdn_ppp_ccp.c
drivers/isdn/i4l/isdn_ppp_ccp.c
+1
-1
fs/cifs/cifspdu.h
fs/cifs/cifspdu.h
+1
-1
fs/xfs/xfs_trans_dquot.c
fs/xfs/xfs_trans_dquot.c
+1
-1
include/asm-i386/mach-default/do_timer.h
include/asm-i386/mach-default/do_timer.h
+1
-1
include/asm-i386/pgtable-2level.h
include/asm-i386/pgtable-2level.h
+1
-1
include/asm-i386/semaphore.h
include/asm-i386/semaphore.h
+1
-1
include/asm-mips/pgtable.h
include/asm-mips/pgtable.h
+1
-1
include/asm-mips64/pgtable.h
include/asm-mips64/pgtable.h
+1
-1
include/asm-sh/semaphore.h
include/asm-sh/semaphore.h
+1
-1
include/asm-um/pgtable.h
include/asm-um/pgtable.h
+1
-1
include/asm-x86_64/semaphore.h
include/asm-x86_64/semaphore.h
+1
-1
kernel/fork.c
kernel/fork.c
+1
-1
sound/oss/cs4232.c
sound/oss/cs4232.c
+1
-1
sound/oss/trident.c
sound/oss/trident.c
+1
-1
No files found.
arch/i386/kernel/cpu/cyrix.c
View file @
e5137db6
...
...
@@ -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
* 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 ???
*/
static
unsigned
char
Cx86_dir0_msb
__initdata
=
0
;
...
...
arch/i386/kernel/irq.c
View file @
e5137db6
...
...
@@ -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'.
* 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.
*/
#if CONFIG_X86
...
...
arch/i386/kernel/timers/timer_tsc.c
View file @
e5137db6
...
...
@@ -264,7 +264,7 @@ static int init_tsc(void)
* the ident/bugs checks so we must run this hook as it
* 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
* moaned if you have the only one in the world - you fix it!
*/
...
...
arch/ia64/kernel/irq.c
View file @
e5137db6
...
...
@@ -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'.
* 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.
*/
#if CONFIG_X86
...
...
arch/ia64/mm/discontig.c
View file @
e5137db6
...
...
@@ -241,7 +241,7 @@ discontig_mem_init(void)
* - build the nodedir for the node. This contains pointers to
* the per-bank mem_map entries.
* - 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
*/
...
...
arch/ia64/sn/io/sn2/pcibr/pcibr_slot.c
View file @
e5137db6
...
...
@@ -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
* 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
* called.
*/
...
...
arch/ia64/sn/kernel/sn2/sn2_smp.c
View file @
e5137db6
...
...
@@ -506,7 +506,7 @@ sn_send_IPI_phys(long physid, int vector, int delivery_mode)
pio_phys_write_mmr
(
p
,
val
);
#ifndef CONFIG_SHUB_1_0_SPECIFIC
/* doesnt work on shub 1.0 */
/* doesn
'
t work on shub 1.0 */
wait_piowc
();
#endif
}
...
...
arch/mips/baget/wbflush.c
View file @
e5137db6
...
...
@@ -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
)
{
...
...
arch/mips/kernel/irq.c
View file @
e5137db6
...
...
@@ -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'.
* 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.
*/
printk
(
"unexpected interrupt %d
\n
"
,
irq
);
...
...
arch/mips/math-emu/ieee754.c
View file @
e5137db6
...
...
@@ -3,7 +3,7 @@
*
* BUGS
* not much dp done
* doesnt generate IEEE754_INEXACT
* doesn
'
t generate IEEE754_INEXACT
*
*/
/*
...
...
arch/ppc64/boot/addRamDisk.c
View file @
e5137db6
...
...
@@ -154,7 +154,7 @@ int main(int argc, char **argv)
/* Process the Sysmap file to determine where _end is */
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
)
)
;
/* search for _end in the last page of the system map */
ptr_end
=
strstr
(
inbuf
,
" _end"
);
...
...
arch/ppc64/boot/addSystemMap.c
View file @
e5137db6
...
...
@@ -146,7 +146,7 @@ int main(int argc, char **argv)
/* Process the Sysmap file to determine the true end of the kernel */
sysmapPages
=
sysmapLen
/
4096
;
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
)
)
;
/* search for _end in the last page of the system map */
ptr_end
=
strstr
(
inbuf
,
" _end"
);
...
...
arch/ppc64/kernel/lmb.c
View file @
e5137db6
...
...
@@ -73,7 +73,7 @@ lmb_init(void)
_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
)
{
long
cnt
;
...
...
arch/ppc64/kernel/smp.c
View file @
e5137db6
...
...
@@ -51,7 +51,7 @@
int
smp_threads_ready
=
0
;
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
;
static
struct
smp_ops_t
*
smp_ops
;
...
...
arch/sh/kernel/irq.c
View file @
e5137db6
...
...
@@ -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'.
* 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.
*/
printk
(
"unexpected IRQ trap at vector %02x
\n
"
,
irq
);
...
...
arch/um/kernel/irq.c
View file @
e5137db6
...
...
@@ -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'.
* 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.
*/
#if CONFIG_X86
...
...
arch/v850/kernel/irq.c
View file @
e5137db6
...
...
@@ -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'.
* 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.
*/
printk
(
"received IRQ %d with unknown interrupt type
\n
"
,
irq
);
...
...
arch/x86_64/kernel/apic.c
View file @
e5137db6
...
...
@@ -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 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
* interrupt as well. Thus we cannot inline the local irq ... ]
...
...
arch/x86_64/kernel/io_apic.c
View file @
e5137db6
...
...
@@ -685,7 +685,7 @@ void __init setup_ExtINT_IRQ0_pin(unsigned int pin, int 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 ...
*/
irq_desc
[
0
].
handler
=
&
ioapic_edge_irq_type
;
...
...
@@ -1539,7 +1539,7 @@ static inline void check_timer(void)
printk
(
" failed.
\n
"
);
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
;
}
...
...
arch/x86_64/kernel/irq.c
View file @
e5137db6
...
...
@@ -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'.
* 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.
*/
#if CONFIG_X86
...
...
drivers/isdn/i4l/isdn_ppp_ccp.c
View file @
e5137db6
...
...
@@ -197,7 +197,7 @@ ippp_ccp_reset_xmit(struct ippp_ccp *ccp,
and increase ids only when an Ack is received for a
given id */
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 */
rp
->
expra
=
1
;
rp
->
dtval
=
0
;
...
...
fs/cifs/cifspdu.h
View file @
e5137db6
...
...
@@ -1245,7 +1245,7 @@ typedef struct smb_com_transaction2_get_dfs_refer_req {
__u8
Reserved3
;
__u16
SubCommand
;
/* one setup word */
__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
;
char
RequestFileName
[
1
];
}
TRANSACTION2_GET_DFS_REFER_REQ
;
...
...
fs/xfs/xfs_trans_dquot.c
View file @
e5137db6
...
...
@@ -755,7 +755,7 @@ xfs_trans_reserve_quota_bydquots(
/*
* 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.
*
* Returns 0 on success, EDQUOT or other errors otherwise
...
...
include/asm-i386/mach-default/do_timer.h
View file @
e5137db6
...
...
@@ -67,7 +67,7 @@ static inline int do_timer_overflow(int count)
#ifdef BUGGY_NEPTUN_TIMER
/*
* 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
* substract 256 from the counter
* ... funny, isnt it? :)
...
...
include/asm-i386/pgtable-2level.h
View file @
e5137db6
...
...
@@ -42,7 +42,7 @@ static inline int pgd_present(pgd_t pgd) { return 1; }
#define set_pte(pteptr, pteval) (*(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.)
*/
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
...
...
include/asm-i386/semaphore.h
View file @
e5137db6
...
...
@@ -76,7 +76,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
*
* 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
);
sem
->
sleepers
=
0
;
...
...
include/asm-mips/pgtable.h
View file @
e5137db6
...
...
@@ -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.)
*/
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
...
...
include/asm-mips64/pgtable.h
View file @
e5137db6
...
...
@@ -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.)
*/
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
...
...
include/asm-sh/semaphore.h
View file @
e5137db6
...
...
@@ -54,7 +54,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
*
* 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
);
sem
->
sleepers
=
0
;
...
...
include/asm-um/pgtable.h
View file @
e5137db6
...
...
@@ -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.)
*/
#define set_pmd(pmdptr, pmdval) (*(pmdptr) = pmdval)
...
...
include/asm-x86_64/semaphore.h
View file @
e5137db6
...
...
@@ -78,7 +78,7 @@ static inline void sema_init (struct semaphore *sem, int val)
* *sem = (struct semaphore)__SEMAPHORE_INITIALIZER((*sem),val);
*
* 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
);
sem
->
sleepers
=
0
;
...
...
kernel/fork.c
View file @
e5137db6
...
...
@@ -901,7 +901,7 @@ static struct task_struct *copy_process(unsigned long clone_flags,
/*
* 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.
*/
local_irq_disable
();
...
...
sound/oss/cs4232.c
View file @
e5137db6
...
...
@@ -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
* 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 ;)
*/
/*
...
...
sound/oss/trident.c
View file @
e5137db6
...
...
@@ -81,7 +81,7 @@
* v0.14.9a
* Aug 6 2001 Alan Cox
* 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
* Fixed a problem where the ALi change broke my generic card
* v0.14.9
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment