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
nexedi
linux
Commits
9925742a
Commit
9925742a
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: couldn't
couldnt -> couldn't (4 occurrences)
parent
d3b8cdb9
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
arch/i386/kernel/smpboot.c
arch/i386/kernel/smpboot.c
+1
-1
arch/x86_64/kernel/smpboot.c
arch/x86_64/kernel/smpboot.c
+1
-1
drivers/md/md.c
drivers/md/md.c
+1
-1
drivers/usb/media/konicawc.c
drivers/usb/media/konicawc.c
+1
-1
No files found.
arch/i386/kernel/smpboot.c
View file @
9925742a
...
...
@@ -956,7 +956,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus)
smp_tune_scheduling
();
/*
* If we couldnt find an SMP configuration at boot time,
* If we couldn
'
t find an SMP configuration at boot time,
* get out of here now!
*/
if
(
!
smp_found_config
)
{
...
...
arch/x86_64/kernel/smpboot.c
View file @
9925742a
...
...
@@ -774,7 +774,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus)
}
/*
* If we couldnt find an SMP configuration at boot time,
* If we couldn
'
t find an SMP configuration at boot time,
* get out of here now!
*/
if
(
!
smp_found_config
)
{
...
...
drivers/md/md.c
View file @
9925742a
...
...
@@ -2290,7 +2290,7 @@ static int md_ioctl(struct inode *inode, struct file *file,
}
err
=
set_array_info
(
mddev
,
&
info
);
if
(
err
)
{
printk
(
KERN_WARNING
"md: couldnt set array info. %d
\n
"
,
err
);
printk
(
KERN_WARNING
"md: couldn
'
t set array info. %d
\n
"
,
err
);
goto
abort_unlock
;
}
}
...
...
drivers/usb/media/konicawc.c
View file @
9925742a
...
...
@@ -607,7 +607,7 @@ static int konicawc_set_video_mode(struct uvd *uvd, struct video_window *vw)
}
if
(
newsize
>
MAX_FRAME_SIZE
)
{
DEBUG
(
1
,
"couldnt find size %d,%d"
,
x
,
y
);
DEBUG
(
1
,
"couldn
'
t find size %d,%d"
,
x
,
y
);
return
-
EINVAL
;
}
...
...
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