All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] trivial typo's 2.6.*
@ 2008-08-22 18:31 Danny ter Haar
  2008-08-22 19:01 ` Andrew Morton
  0 siblings, 1 reply; 2+ messages in thread
From: Danny ter Haar @ 2008-08-22 18:31 UTC (permalink / raw)
  To: linux-kernel; +Cc: trivial

I noticed a typo during message on bootup.
Using grep found a few more.

Signed-off-by: Danny ter Haar <dth@cistron.nl>
Cc: trivial@kernel.org

--------------------------------------



diff -r -u linux-2.6.27-rc3-git6.orig/Documentation/cris/README linux-2.6.27-rc3-git6/Documentation/cris/README
--- linux-2.6.27-rc3-git6.orig/Documentation/cris/README	2008-07-13 23:51:29.000000000 +0200
+++ linux-2.6.27-rc3-git6/Documentation/cris/README	2008-08-19 16:04:20.876635000 +0200
@@ -27,7 +27,7 @@
 The ETRAX 100LX chip
 --------------------
 
-For reference, plase see the press-release:
+For reference, please see the press-release:
 
 http://www.axis.com/news/us/001101_etrax.htm
 
diff -r -u linux-2.6.27-rc3-git6.orig/Documentation/ia64/kvm.txt linux-2.6.27-rc3-git6/Documentation/ia64/kvm.txt
--- linux-2.6.27-rc3-git6.orig/Documentation/ia64/kvm.txt	2008-08-19 14:43:18.496631000 +0200
+++ linux-2.6.27-rc3-git6/Documentation/ia64/kvm.txt	2008-08-19 16:05:35.796644000 +0200
@@ -1,7 +1,8 @@
-Currently, kvm module in EXPERIMENTAL stage on IA64. This means that
-interfaces are not stable enough to use. So, plase had better don't run
-critical applications in virtual machine. We will try our best to make it
-strong in future versions!
+Currently, kvm module is in EXPERIMENTAL stage on IA64. This means that
+interfaces are not stable enough to use. So, please don't run critical 
+applications in virtual machine. 
+We will try our best to improve it in future versions!
+
 				Guide: How to boot up guests on kvm/ia64
 
 This guide is to describe how to enable kvm support for IA-64 systems.
diff -r -u linux-2.6.27-rc3-git6.orig/net/netfilter/nf_conntrack_acct.c linux-2.6.27-rc3-git6/net/netfilter/nf_conntrack_acct.c
--- linux-2.6.27-rc3-git6.orig/net/netfilter/nf_conntrack_acct.c	2008-08-19 14:46:12.906631000 +0200
+++ linux-2.6.27-rc3-git6/net/netfilter/nf_conntrack_acct.c	2008-08-22 20:19:43.976982594 +0200
@@ -69,7 +69,7 @@
 	int ret;
 
 #ifdef CONFIG_NF_CT_ACCT
-	printk(KERN_WARNING "CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use\n");
+	printk(KERN_WARNING "CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use\n");
 	printk(KERN_WARNING "nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or\n");
 	printk(KERN_WARNING "sysctl net.netfilter.nf_conntrack_acct=1 to enable it.\n");
 #endif




-- 
The five R's of windows tech support: Retry, Reboot, Reinstall, Replace & Resign

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

* Re: [PATCH] trivial typo's 2.6.*
  2008-08-22 18:31 [PATCH] trivial typo's 2.6.* Danny ter Haar
@ 2008-08-22 19:01 ` Andrew Morton
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Morton @ 2008-08-22 19:01 UTC (permalink / raw)
  To: Danny ter Haar; +Cc: linux-kernel, trivial

On Fri, 22 Aug 2008 20:31:28 +0200
Danny ter Haar <dth@cistron.nl> wrote:

> I noticed a typo during message on bootup.
> Using grep found a few more.
> 
> Signed-off-by: Danny ter Haar <dth@cistron.nl>
> Cc: trivial@kernel.org
> 
> --------------------------------------
> 
> 
> 
> diff -r -u linux-2.6.27-rc3-git6.orig/Documentation/cris/README linux-2.6.27-rc3-git6/Documentation/cris/README
> --- linux-2.6.27-rc3-git6.orig/Documentation/cris/README	2008-07-13 23:51:29.000000000 +0200
> +++ linux-2.6.27-rc3-git6/Documentation/cris/README	2008-08-19 16:04:20.876635000 +0200
> @@ -27,7 +27,7 @@
>  The ETRAX 100LX chip
>  --------------------
>  
> -For reference, plase see the press-release:
> +For reference, please see the press-release:
>  
>  http://www.axis.com/news/us/001101_etrax.htm
>  
> diff -r -u linux-2.6.27-rc3-git6.orig/Documentation/ia64/kvm.txt linux-2.6.27-rc3-git6/Documentation/ia64/kvm.txt
> --- linux-2.6.27-rc3-git6.orig/Documentation/ia64/kvm.txt	2008-08-19 14:43:18.496631000 +0200
> +++ linux-2.6.27-rc3-git6/Documentation/ia64/kvm.txt	2008-08-19 16:05:35.796644000 +0200
> @@ -1,7 +1,8 @@
> -Currently, kvm module in EXPERIMENTAL stage on IA64. This means that
> -interfaces are not stable enough to use. So, plase had better don't run
> -critical applications in virtual machine. We will try our best to make it
> -strong in future versions!
> +Currently, kvm module is in EXPERIMENTAL stage on IA64. This means that
> +interfaces are not stable enough to use. So, please don't run critical 
> +applications in virtual machine. 
> +We will try our best to improve it in future versions!
> +
>  				Guide: How to boot up guests on kvm/ia64
>  
>  This guide is to describe how to enable kvm support for IA-64 systems.
> diff -r -u linux-2.6.27-rc3-git6.orig/net/netfilter/nf_conntrack_acct.c linux-2.6.27-rc3-git6/net/netfilter/nf_conntrack_acct.c
> --- linux-2.6.27-rc3-git6.orig/net/netfilter/nf_conntrack_acct.c	2008-08-19 14:46:12.906631000 +0200
> +++ linux-2.6.27-rc3-git6/net/netfilter/nf_conntrack_acct.c	2008-08-22 20:19:43.976982594 +0200
> @@ -69,7 +69,7 @@
>  	int ret;
>  
>  #ifdef CONFIG_NF_CT_ACCT
> -	printk(KERN_WARNING "CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Plase use\n");
> +	printk(KERN_WARNING "CONFIG_NF_CT_ACCT is deprecated and will be removed soon. Please use\n");
>  	printk(KERN_WARNING "nf_conntrack.acct=1 kernel paramater, acct=1 nf_conntrack module option or\n");
>  	printk(KERN_WARNING "sysctl net.netfilter.nf_conntrack_acct=1 to enable it.\n");
>  #endif

this really should have been three separate patches, but whatever.

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

end of thread, other threads:[~2008-08-22 19:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-22 18:31 [PATCH] trivial typo's 2.6.* Danny ter Haar
2008-08-22 19:01 ` Andrew Morton

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.