Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix typo in printed messages

Coult -> Could

Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Anatol Pomozov and committed by
Linus Torvalds
02b7d834 104452f0

+3 -3
+1 -1
arch/sparc/kernel/vio.c
··· 443 443 root_vdev = vio_create_one(hp, root, NULL); 444 444 err = -ENODEV; 445 445 if (!root_vdev) { 446 - printk(KERN_ERR "VIO: Coult not create root device.\n"); 446 + printk(KERN_ERR "VIO: Could not create root device.\n"); 447 447 goto out_release; 448 448 } 449 449
+1 -1
drivers/net/wireless/b43/main.c
··· 3767 3767 if (prev_status >= B43_STAT_STARTED) { 3768 3768 err = b43_wireless_core_start(up_dev); 3769 3769 if (err) { 3770 - b43err(wl, "Fatal: Coult not start device for " 3770 + b43err(wl, "Fatal: Could not start device for " 3771 3771 "selected %s-GHz band\n", 3772 3772 band_to_string(chan->band)); 3773 3773 b43_wireless_core_exit(up_dev);
+1 -1
drivers/net/wireless/b43legacy/main.c
··· 2633 2633 if (prev_status >= B43legacy_STAT_STARTED) { 2634 2634 err = b43legacy_wireless_core_start(up_dev); 2635 2635 if (err) { 2636 - b43legacyerr(wl, "Fatal: Coult not start device for " 2636 + b43legacyerr(wl, "Fatal: Could not start device for " 2637 2637 "newly selected %s-PHY mode\n", 2638 2638 phymode_to_string(new_mode)); 2639 2639 b43legacy_wireless_core_exit(up_dev);