From: Christian Kujau <evil@g-house.de>
To: Kalle Lundgren <kalle@netzorz.se>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Spelling Error.
Date: Thu, 11 Mar 2004 16:53:01 +0100 [thread overview]
Message-ID: <40508B5D.3020709@g-house.de> (raw)
In-Reply-To: <20040311092851.6CE3A15646@texi.yes.nu>
[-- Attachment #1: Type: text/plain, Size: 794 bytes --]
-----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-----
[-- Attachment #2: ALSA-Configuration-defalut.diff --]
[-- Type: text/plain, Size: 603 bytes --]
--- 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
[-- Attachment #3: arch.i386.Kconfig-defalut.diff --]
[-- Type: text/plain, Size: 440 bytes --]
--- 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
[-- Attachment #4: via-ircc.c-defalut.diff --]
[-- Type: text/plain, Size: 452 bytes --]
--- 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");
next prev parent reply other threads:[~2004-03-11 15:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-03-11 9:28 Spelling Error Kalle Lundgren
2004-03-11 15:53 ` Christian Kujau [this message]
2004-03-11 15:56 ` Christian Kujau
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=40508B5D.3020709@g-house.de \
--to=evil@g-house.de \
--cc=kalle@netzorz.se \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.