public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Spelling Error.
@ 2004-03-11  9:28 Kalle Lundgren
  2004-03-11 15:53 ` Christian Kujau
  2004-03-11 15:56 ` Christian Kujau
  0 siblings, 2 replies; 3+ messages in thread
From: Kalle Lundgren @ 2004-03-11  9:28 UTC (permalink / raw)
  To: linux-kernel


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.

Didn\'t mean to disturb.

/Kalle Lundgren (kalle@netzorz.se)

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Spelling Error.
  2004-03-11  9:28 Spelling Error Kalle Lundgren
@ 2004-03-11 15:53 ` Christian Kujau
  2004-03-11 15:56 ` Christian Kujau
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Kujau @ 2004-03-11 15:53 UTC (permalink / raw)
  To: Kalle Lundgren; +Cc: linux-kernel

[-- 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");

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Spelling Error.
  2004-03-11  9:28 Spelling Error Kalle Lundgren
  2004-03-11 15:53 ` Christian Kujau
@ 2004-03-11 15:56 ` Christian Kujau
  1 sibling, 0 replies; 3+ messages in thread
From: Christian Kujau @ 2004-03-11 15:56 UTC (permalink / raw)
  To: Kalle Lundgren; +Cc: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 437 bytes --]

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

oh well, arch.i386.Kconfig-defalut.diff was diff'ed vice-versa, here is
it again.

- --
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

iD8DBQFAUIwx+A7rjkF8z0wRAgBBAJ0SND4hNMoNzd2clnLAJyOJOqOAmQCePkEn
9G3pQaPGX1xT2CCHjAEEdv8=
=ZRoB
-----END PGP SIGNATURE-----

[-- Attachment #2: arch.i386.Kconfig-defalut.diff --]
[-- Type: text/plain, Size: 440 bytes --]

--- linux-2.6/arch/i386/Kconfig.orig	2004-03-11 16:54:37.000000000 +0100
+++ linux-2.6/arch/i386/Kconfig	2004-03-11 16:54:51.000000000 +0100
@@ -831,7 +831,7 @@
 	depends on SMP && X86_IO_APIC
 	default y
 	help
- 	  The defalut yes will allow the kernel to do irq load balancing.
+ 	  The default 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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-03-11 15:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-11  9:28 Spelling Error Kalle Lundgren
2004-03-11 15:53 ` Christian Kujau
2004-03-11 15:56 ` Christian Kujau

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox