All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
To: trivial@kernel.org
Cc: linux-kernel@vger.kernel.org, Greg Kroah-Hartman <gregkh@suse.de>
Subject: [PATCH 10/10] staging/trivial: fix typos concerning "management"
Date: Fri, 11 Jun 2010 12:17:04 +0200	[thread overview]
Message-ID: <1276251424-12806-10-git-send-email-u.kleine-koenig@pengutronix.de> (raw)
In-Reply-To: <20100611101624.GD10894@pengutronix.de>

Cc: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/staging/vt6655/80211mgr.h |    2 +-
 drivers/staging/vt6656/80211mgr.c |    2 +-
 drivers/staging/vt6656/80211mgr.h |    2 +-
 drivers/staging/vt6656/power.c    |    2 +-
 drivers/staging/vt6656/power.h    |    2 +-
 drivers/staging/vt6656/wmgr.h     |    4 ++--
 6 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/vt6655/80211mgr.h b/drivers/staging/vt6655/80211mgr.h
index 658fe14..1f7b863 100644
--- a/drivers/staging/vt6655/80211mgr.h
+++ b/drivers/staging/vt6655/80211mgr.h
@@ -19,7 +19,7 @@
  *
  * File: 80211mgr.h
  *
- * Purpose: 802.11 managment frames pre-defines.
+ * Purpose: 802.11 management frames pre-defines.
  *
  *
  * Author: Lyndon Chen
diff --git a/drivers/staging/vt6656/80211mgr.c b/drivers/staging/vt6656/80211mgr.c
index f24dc55..5fc96a1 100644
--- a/drivers/staging/vt6656/80211mgr.c
+++ b/drivers/staging/vt6656/80211mgr.c
@@ -18,7 +18,7 @@
  *
  * File: 80211mgr.c
  *
- * Purpose: Handles the 802.11 managment support functions
+ * Purpose: Handles the 802.11 management support functions
  *
  * Author: Lyndon Chen
  *
diff --git a/drivers/staging/vt6656/80211mgr.h b/drivers/staging/vt6656/80211mgr.h
index c140a95..2139839 100644
--- a/drivers/staging/vt6656/80211mgr.h
+++ b/drivers/staging/vt6656/80211mgr.h
@@ -19,7 +19,7 @@
  *
  * File: 80211mgr.h
  *
- * Purpose: 802.11 managment frames pre-defines.
+ * Purpose: 802.11 management frames pre-defines.
  *
  *
  * Author: Lyndon Chen
diff --git a/drivers/staging/vt6656/power.c b/drivers/staging/vt6656/power.c
index 766c5be..5ff15bf 100644
--- a/drivers/staging/vt6656/power.c
+++ b/drivers/staging/vt6656/power.c
@@ -19,7 +19,7 @@
  *
  * File: power.c
  *
- * Purpose: Handles 802.11 power managment  functions
+ * Purpose: Handles 802.11 power management  functions
  *
  * Author: Lyndon Chen
  *
diff --git a/drivers/staging/vt6656/power.h b/drivers/staging/vt6656/power.h
index 50792bb..41bffe5 100644
--- a/drivers/staging/vt6656/power.h
+++ b/drivers/staging/vt6656/power.h
@@ -18,7 +18,7 @@
  *
  * File: power.h
  *
- * Purpose: Handles 802.11 power managment  functions
+ * Purpose: Handles 802.11 power management  functions
  *
  * Author: Lyndon Chen
  *
diff --git a/drivers/staging/vt6656/wmgr.h b/drivers/staging/vt6656/wmgr.h
index 1e5b916..5a890e8 100644
--- a/drivers/staging/vt6656/wmgr.h
+++ b/drivers/staging/vt6656/wmgr.h
@@ -343,11 +343,11 @@ typedef struct tagSMgmtObject
     BOOL                    bRxBeaconInTBTTWake;
     BYTE                    abyPSTxMap[MAX_NODE_NUM + 1];
 
-    // managment command related
+    // management command related
     unsigned int                    uCmdBusy;
     unsigned int                    uCmdHostAPBusy;
 
-    // managment packet pool
+    // management packet pool
     PBYTE                   pbyMgmtPacketPool;
     BYTE                    byMgmtPacketPool[sizeof(STxMgmtPacket) + WLAN_A3FR_MAXLEN];
 
-- 
1.7.1


  parent reply	other threads:[~2010-06-11 10:17 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-03 16:57 [PATCH] trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
2010-05-11  8:17 ` Jiri Kosina
2010-06-11 10:16   ` [PATCH 00/10] refreshed trivial patches (Was: [PATCH] trivial: fix typos concerning "initiali[zs]e") Uwe Kleine-König
2010-06-11 10:16     ` [PATCH 01/10] trivial: fix typos concerning "first" Uwe Kleine-König
2010-06-11 10:16     ` [PATCH 02/10] trivial: fix typos concerning "instead" Uwe Kleine-König
2010-06-11 10:16     ` [PATCH 03/10] trivial: fix typos concerning "acquire" Uwe Kleine-König
2010-06-11 10:16     ` [PATCH 04/10] trivial: fix typos concerning "associate" Uwe Kleine-König
2010-06-11 10:16     ` [PATCH 05/10] trivial: fix typos concerning "hierarchy" Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 06/10] trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
2010-06-17  7:39       ` [PATCH 06/10 v2] " Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 07/10] trivial: fix typos concerning "management" Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 08/10] trivial: fix typos concerning "precedence" Uwe Kleine-König
2010-06-16 16:04       ` Jiri Kosina
2010-06-17  5:06         ` Uwe Kleine-König
2010-06-17  9:19           ` Jiri Kosina
2010-06-16 16:20       ` Nick Bowler
2010-06-16 16:49       ` David Daney
2010-06-17  7:42       ` [PATCH 08/10 v2] " Uwe Kleine-König
2010-06-11 10:17     ` [PATCH 09/10] staging/trivial: fix typos concerning "initiali[zs]e" Uwe Kleine-König
2010-06-11 10:17     ` Uwe Kleine-König [this message]
2010-06-16 16:07     ` [PATCH 00/10] refreshed trivial patches (Was: [PATCH] trivial: fix typos concerning "initiali[zs]e") Jiri Kosina

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=1276251424-12806-10-git-send-email-u.kleine-koenig@pengutronix.de \
    --to=u.kleine-koenig@pengutronix.de \
    --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 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.