All of lore.kernel.org
 help / color / mirror / Atom feed
From: Martin Olsson <mnemo@minimum.se>
To: kernel-janitors@vger.kernel.org
Subject: [PATCH 1/2] Fix paramater/parameter typo in dmesg and source comments
Date: Sat, 04 Apr 2009 10:49:44 +0000	[thread overview]
Message-ID: <49D73B48.9020208@minimum.se> (raw)

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

                 reply	other threads:[~2009-04-04 10:49 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=49D73B48.9020208@minimum.se \
    --to=mnemo@minimum.se \
    --cc=kernel-janitors@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.