* [PATCH 1/2] Fix paramater/parameter typo in dmesg and source comments
@ 2009-04-04 10:49 Martin Olsson
0 siblings, 0 replies; only message in thread
From: Martin Olsson @ 2009-04-04 10:49 UTC (permalink / raw)
To: kernel-janitors
[-- Attachment #1: Type: text/plain, Size: 1718 bytes --]
From 30e68348523decf94480959d45c9b9abbc922059 Mon Sep 17 00:00:00 2001
From: Martin Olsson <martin@minimum.se>
Date: Sat, 4 Apr 2009 12:34:49 +0200
Subject: [PATCH] Correctly spell the word "parameter" in debug print statements.
Signed-off-by: Martin Olsson <martin@minimum.se>
---
drivers/net/wireless/rndis_wlan.c | 2 +-
net/netfilter/nf_conntrack_acct.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/rndis_wlan.c b/drivers/net/wireless/rndis_wlan.c
index db91db7..2f632b2 100644
--- a/drivers/net/wireless/rndis_wlan.c
+++ b/drivers/net/wireless/rndis_wlan.c
@@ -584,7 +584,7 @@ static int rndis_set_config_parameter(struct usbnet *dev, char *param,
ret = rndis_set_oid(dev, OID_GEN_RNDIS_CONFIG_PARAMETER,
infobuf, info_len);
if (ret != 0)
- devdbg(dev, "setting rndis config paramater failed, %d.", ret);
+ devdbg(dev, "setting rndis config parameter failed, %d.", ret);
kfree(infobuf);
return ret;
diff --git a/net/netfilter/nf_conntrack_acct.c b/net/netfilter/nf_conntrack_acct.c
index 9fe8982..4a1d94a 100644
--- a/net/netfilter/nf_conntrack_acct.c
+++ b/net/netfilter/nf_conntrack_acct.c
@@ -116,7 +116,7 @@ int nf_conntrack_acct_init(struct net *net)
if (net_eq(net, &init_net)) {
#ifdef CONFIG_NF_CT_ACCT
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 parameter, acct=1 nf_conntrack module option or\n");
printk(KERN_WARNING "sysctl net.netfilter.nf_conntrack_acct=1 to enable it.\n");
#endif
--
1.6.0.4
[-- Attachment #2: 0002-Correctly-spell-the-word-parameter-in-debug-print.patch --]
[-- Type: application/mbox, Size: 1706 bytes --]
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-04-04 10:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-04 10:49 [PATCH 1/2] Fix paramater/parameter typo in dmesg and source comments Martin Olsson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).