public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Justin P. Mattock" <justinmattock@gmail.com>
To: trivial@kernel.org
Cc: linux-kernel@vger.kernel.org, gregkh@suse.de,
	"Justin P. Mattock" <justinmattock@gmail.com>
Subject: [PATCH 09/15]drivers:staging:rtl8187se:r8185b_init.c Fix some comments.
Date: Thu, 30 Dec 2010 21:48:45 -0800	[thread overview]
Message-ID: <1293774531-5294-10-git-send-email-justinmattock@gmail.com> (raw)
In-Reply-To: <1293774531-5294-9-git-send-email-justinmattock@gmail.com>

Below are some patches that either fix a typo in a comment and/or fixes a
comment altogether to make more sense. If there is anything I missed let me know
and I'll resend.

Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>

---
 drivers/staging/rtl8187se/r8185b_init.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/drivers/staging/rtl8187se/r8185b_init.c b/drivers/staging/rtl8187se/r8185b_init.c
index 3bdf9b3..31e6810 100644
--- a/drivers/staging/rtl8187se/r8185b_init.c
+++ b/drivers/staging/rtl8187se/r8185b_init.c
@@ -1103,7 +1103,7 @@ ActUpdateChannelAccessSetting(
 				u8		u1bAIFS;
 				u32		u4bAcParam;
 
-				/*  Retrive paramters to udpate. */
+				/*  Retreive paramters to update. */
 				eACI = pAcParam->f.AciAifsn.f.ACI;
 				u1bAIFS = pAcParam->f.AciAifsn.f.AIFSN * ChnlAccessSetting->SlotTimeTimer + aSifsTime;
 				u4bAcParam = ((((u32)(pAcParam->f.TXOPLimit)) << AC_PARAM_TXOP_LIMIT_OFFSET)	|
@@ -1338,7 +1338,7 @@ MgntDisconnect(
 {
 	struct r8180_priv *priv = (struct r8180_priv *)ieee80211_priv(dev);
 	/*
-		Schedule an workitem to wake up for ps mode, 070109, by rcnjko.
+		Schedule a workitem to wake up for ps mode, 070109, by rcnjko.
 	*/
 
 	if (IS_DOT11D_ENABLE(priv->ieee80211))
@@ -1549,7 +1549,7 @@ IPSEnter(
 			Do not enter IPS in the following conditions:
 			(1) RF is already OFF or Sleep
 			(2) bSwRfProcessing (indicates the IPS is still under going)
-			(3) Connectted (only disconnected can trigger IPS)
+			(3) Connected (only disconnected can trigger IPS)
 			(4) IBSS (send Beacon)
 			(5) AP mode (send Beacon)
 		*/
@@ -1652,7 +1652,7 @@ void rtl8185b_adapter_start(struct net_device *dev)
 
 	/*
 		We assume RegWirelessMode has already been initialized before,
-		however, we has to validate the wireless mode here and provide a
+		however, we have to validate the wireless mode here and provide a
 		reasonable initialized value if necessary. 2005.01.13, by rcnjko.
 	*/
 	SupportedWirelessMode = GetSupportedWirelessMode8185(dev);
-- 
1.6.5.2.180.gc5b3e


  reply	other threads:[~2010-12-31  5:49 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-12-31  5:48 [PATCH 00/15]staging:rtl8187se trivial fix typos in comments Justin P. Mattock
2010-12-31  5:48 ` [PATCH 01/15]drivers:staging:rtl8187se:r8180_93cx6.h Fix some comments Justin P. Mattock
2010-12-31  5:48   ` [PATCH 02/15]drivers:staging:rtl8187se:r8180_core.c " Justin P. Mattock
2010-12-31  5:48     ` [PATCH 03/15]drivers:staging:rtl8187se:r8180_dm.c " Justin P. Mattock
2010-12-31  5:48       ` [PATCH 04/15]drivers:staging:rtl8187se:r8180.h " Justin P. Mattock
2010-12-31  5:48         ` [PATCH 05/15]drivers:staging:rtl8187se:r8180_hw.h " Justin P. Mattock
2010-12-31  5:48           ` [PATCH 06/15]drivers:staging:rtl8187se:r8180_rtl8225z2.c " Justin P. Mattock
2010-12-31  5:48             ` [PATCH 07/15]drivers:staging:rtl8187se:r8180_wx.c " Justin P. Mattock
2010-12-31  5:48               ` [PATCH 08/15]drivers:staging:rtl8187se:r8180_wx.h " Justin P. Mattock
2010-12-31  5:48                 ` Justin P. Mattock [this message]
2010-12-31  5:48                   ` [PATCH 10/15]drivers:staging:rtl8187se:ieee80211:dot11d.c " Justin P. Mattock
2010-12-31  5:48                     ` [PATCH 11/15]drivers:staging:rtl8187se:ieee80211:ieee80211_crypt.c " Justin P. Mattock
2010-12-31  5:48                       ` [PATCH 12/15]drivers:staging:rtl8187se:ieee80211:ieee80211.h " Justin P. Mattock
2010-12-31  5:48                         ` [PATCH 13/15]drivers:staging:rtl8187se:ieee80211:ieee80211_rx.c " Justin P. Mattock
2010-12-31  5:48                           ` [PATCH 14/15]drivers:staging:rtl8187se:ieee80211:ieee80211_softmac.c " Justin P. Mattock
2010-12-31  5:48                             ` [PATCH 15/15]drivers:staging:rtl8187se:ieee80211:ieee80211_tx.c " Justin P. Mattock

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=1293774531-5294-10-git-send-email-justinmattock@gmail.com \
    --to=justinmattock@gmail.com \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=trivial@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox