Commit 9925742a authored by Michael Hayes's avatar Michael Hayes Committed by Linus Torvalds

[PATCH] Spelling fixes: couldn't

    couldnt -> couldn't (4 occurrences)
parent d3b8cdb9
...@@ -956,7 +956,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus) ...@@ -956,7 +956,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus)
smp_tune_scheduling(); 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! * get out of here now!
*/ */
if (!smp_found_config) { if (!smp_found_config) {
......
...@@ -774,7 +774,7 @@ static void __init smp_boot_cpus(unsigned int max_cpus) ...@@ -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! * get out of here now!
*/ */
if (!smp_found_config) { if (!smp_found_config) {
......
...@@ -2290,7 +2290,7 @@ static int md_ioctl(struct inode *inode, struct file *file, ...@@ -2290,7 +2290,7 @@ static int md_ioctl(struct inode *inode, struct file *file,
} }
err = set_array_info(mddev, &info); err = set_array_info(mddev, &info);
if (err) { 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; goto abort_unlock;
} }
} }
......
...@@ -607,7 +607,7 @@ static int konicawc_set_video_mode(struct uvd *uvd, struct video_window *vw) ...@@ -607,7 +607,7 @@ static int konicawc_set_video_mode(struct uvd *uvd, struct video_window *vw)
} }
if(newsize > MAX_FRAME_SIZE) { 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; return -EINVAL;
} }
......
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