Re: Spelling Error.

From: Christian Kujau
Date: Thu Mar 11 2004 - 10:54:30 EST


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Kalle Lundgren wrote:
| PROBLEM: Spelling error in Kconfig CONFIG_IRQBALANCE.
|
| Line 834:
| The defalut yes will allow the kernel to do irq load balancing.
|
| Should be:
| The default yes will allow the kernel to do irq load balancing.

and there are other places too:

arch/i386/Kconfig
Documentation/sound/alsa/ALSA-Configuration.txt
drivers/net/irda/via-ircc.c

...if this matters at all, i have attached patches.

Thanks,
Christian.
- --
BOFH excuse #310:

asynchronous inode failure
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQFAUItc+A7rjkF8z0wRAny2AKDKXCb/jCpG8g2LgYaBP7RlnhsjLwCePRKw
veA3nWRn4hQXvSAEoF0DA9Y=
=RBbU
-----END PGP SIGNATURE-----
--- linux-2.6/Documentation/sound/alsa/ALSA-Configuration.txt.orig 2004-03-11 16:47:10.000000000 +0100
+++ linux-2.6/Documentation/sound/alsa/ALSA-Configuration.txt 2004-03-11 16:47:26.000000000 +0100
@@ -1030,7 +1030,7 @@
joystick - Enable joystick (default off) [VIA686A/686B only]
ac97_clock - AC'97 codec clock base (default 48000Hz)
dxs_support - support DXS channels,
- 0 = auto (defalut), 1 = enable, 2 = disable,
+ 0 = auto (default), 1 = enable, 2 = disable,
3 = 48k only, 4 = no VRA
[VIA8233/C,8235 only]
ac97_quirk - AC'97 workaround for strange hardware
--- linux-2.6/arch/i386/Kconfig 2004-03-11 16:45:47.000000000 +0100
+++ linux-2.6/arch/i386/Kconfig.orig 2004-03-11 16:45:14.000000000 +0100
@@ -831,7 +831,7 @@
depends on SMP && X86_IO_APIC
default y
help
- The default yes will allow the kernel to do irq load balancing.
+ The defalut yes will allow the kernel to do irq load balancing.
Saying no will keep the kernel from doing irq load balancing.

config HAVE_DEC_LOCK
--- linux-2.6/drivers/net/irda/via-ircc.c.orig 2004-03-11 16:48:43.000000000 +0100
+++ linux-2.6/drivers/net/irda/via-ircc.c 2004-03-11 16:49:05.000000000 +0100
@@ -69,7 +69,7 @@

/* Module parameters */
static int qos_mtt_bits = 0x07; /* 1 ms or more */
-static int dongle_id = 9; //defalut IBM type
+static int dongle_id = 9; //default IBM type

/* Resource is allocate by BIOS user only need to supply dongle_id*/
MODULE_PARM(dongle_id, "i");