Commit 404d0ae2 authored by Danny ter Haar's avatar Danny ter Haar Committed by Linus Torvalds

fix random typos

Signed-off-by: default avatarDanny ter Haar <dth@cistron.nl>
Cc: Patrick McHardy <kaber@trash.net>
Cc: Mikael Starvik <starvik@axis.com>
Cc: Avi Kivity <avi@qumranet.com>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 93fd85d0
...@@ -27,7 +27,7 @@ operating system. ...@@ -27,7 +27,7 @@ operating system.
The ETRAX 100LX chip 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 http://www.axis.com/news/us/001101_etrax.htm
......
Currently, kvm module in EXPERIMENTAL stage on IA64. This means that Currently, kvm module is in EXPERIMENTAL stage on IA64. This means that
interfaces are not stable enough to use. So, plase had better don't run interfaces are not stable enough to use. So, please don't run critical
critical applications in virtual machine. We will try our best to make it applications in virtual machine.
strong in future versions! We will try our best to improve it in future versions!
Guide: How to boot up guests on kvm/ia64 Guide: How to boot up guests on kvm/ia64
This guide is to describe how to enable kvm support for IA-64 systems. This guide is to describe how to enable kvm support for IA-64 systems.
......
...@@ -115,7 +115,7 @@ int nf_conntrack_acct_init(struct net *net) ...@@ -115,7 +115,7 @@ int nf_conntrack_acct_init(struct net *net)
if (net_eq(net, &init_net)) { if (net_eq(net, &init_net)) {
#ifdef CONFIG_NF_CT_ACCT #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 "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"); printk(KERN_WARNING "sysctl net.netfilter.nf_conntrack_acct=1 to enable it.\n");
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment