[PATCH V2]staging: "wlags49_h2" Fix typos.

2012-09-10 Thread Justin P. Mattock
From: "Justin P. Mattock" 

Signed-off-by: Justin P. Mattock 

---

NOTE: Resend because the original created a new typo in the subject line.
The below patch fixes typos while reading through staging "wlags49_h2".

 drivers/staging/wlags49_h2/README.ubuntu |   10 +-
 drivers/staging/wlags49_h2/TODO  |   10 +-
 drivers/staging/wlags49_h2/hcf.c |   20 ++--
 drivers/staging/wlags49_h2/mdd.h |4 ++--
 drivers/staging/wlags49_h2/sta_h2.c  |2 +-
 drivers/staging/wlags49_h2/sta_h25.c |2 +-
 drivers/staging/wlags49_h2/wl_enc.h  |2 +-
 drivers/staging/wlags49_h2/wl_internal.h |2 +-
 drivers/staging/wlags49_h2/wl_main.c |   14 +++---
 drivers/staging/wlags49_h2/wl_netdev.c   |   10 +-
 drivers/staging/wlags49_h2/wl_pci.c  |4 ++--
 drivers/staging/wlags49_h2/wl_wext.c |   22 +++---
 12 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/drivers/staging/wlags49_h2/README.ubuntu 
b/drivers/staging/wlags49_h2/README.ubuntu
index f1483c4..bfad7dc 100644
--- a/drivers/staging/wlags49_h2/README.ubuntu
+++ b/drivers/staging/wlags49_h2/README.ubuntu
@@ -46,12 +46,12 @@ If you have a card using the HERMES II.5 chip you have to 
make
 changes to the Makefile and uncomment -DHERMES25. This will build
 driver wlags49_h25_cs.
 
-Note: You can detemine the type with command "pccardctrl info"
+Note: You can determine the type with command "pccardctrl info"
 MANIFID: 0156,0002 = HERMES - not supported by this driver
 MANIFID: 0156,0003 = HERMES II   (Wireless B)
 MANIFID: 0156,0004 = HERMES II.5 (Wireless B/G)
 
-After succesfull compile type command
+After successful compile type command
 
 sudo make install
 
@@ -93,7 +93,7 @@ have to "open" the device first to get a handle and after 
"close" no
 changed; the former ioctl functions are now called before "open" and
 after "close", which was not expected. One of the problems was enable/
 disable of interrupts in the HCF. Interrupt handling starts at "open"
-so if a former "ioctl" routinge is called before "open" or after "close"
+so if a former "ioctl" routine is called before "open" or after "close"
 then nothing should be done with interrupt switching in the HCF. Once
 this was solved most HCF_ASSERTS went away.
 
@@ -120,8 +120,8 @@ include the man page. Even though setting parameters on the 
module
 does not work anymore but it provides some information about all the
 settings.
 
-I have not have personal contact with Agere, but others have. Agere
-agreed to make their software available under the BSD licence.
+I have no personal contact with Agere, but others have. Agere
+agreed to make their software available under the BSD license.
 This driver is based on the 7.22 version.
 
 The following was mailed by Agere to Andrey Borzenkov about this:
diff --git a/drivers/staging/wlags49_h2/TODO b/drivers/staging/wlags49_h2/TODO
index 94032b6..f1a4561 100644
--- a/drivers/staging/wlags49_h2/TODO
+++ b/drivers/staging/wlags49_h2/TODO
@@ -1,4 +1,4 @@
-First of all, the best thing would be that this driver becomes obsolte by
+First of all, the best thing would be that this driver becomes obsolete by
 adding support for Hermes II and Hermes II.5 cards to the existing orinoco
 driver. The orinoco driver currently only supports Hermes I based cards.
 Since this will not happen by magic and has not happened until now this
@@ -10,11 +10,11 @@ list.
 
 TODO:
- verify against a Hermes II.5 card
-   - verify with WPA encription (both with H2 and H2.5 cards)
+   - verify with WPA encryption (both with H2 and H2.5 cards)
- sometimes the card does not initialize correctly, retry mechanisms
- are build in to catch most cases but not all
+ are built in to catch most cases but not all
- once the driver runs it is very stable, but I have the impression
- some the crittical sections take to long
+ that some of the critical sections take some time.
- the driver is split into a Hermes II and a Hermes II.5 part, it
  would be nice to handle both with one module instead of two
- review by the wireless developer community
@@ -25,7 +25,7 @@ TODO:
 DONE:
- verified against a Hermes II card (Thomson Speedtouch 110 PCMCIA
  card)
-   - verified with WEP encription
+   - verified with WEP encryption
 
 Please send any patches or complaints about this driver to Greg
 Kroah-Hartman  and Cc: Henk de Groot 
diff --git a/drivers/staging/wlags49_h2/hcf.c b/drivers/staging/wlags49_h2/hcf.c
index 4235446..4aac26d 100644
--- a/drivers/staging/wlags49_h2/hcf.c
+++ b/drivers/staging/wlags49_h2/hcf.c
@@ -508,7 +508,7 @@ HCF_STATIC hcf_16* BASED [ ] = {
  *- HCF_ACT_INT_FORCE_ON enable interrupt generation by WaveLAN NIC
  *- HCF_ACT_INT_OFF  disable interrupt generation by WaveLAN NIC
  *- HCF_ACT_INT_ON   compensate 1 

[PATCH V2]staging: wlags49_h2 Fix typos.

2012-09-10 Thread Justin P. Mattock
From: Justin P. Mattock justinmatt...@gmail.com

Signed-off-by: Justin P. Mattock justinmatt...@gmail.com

---

NOTE: Resend because the original created a new typo in the subject line.
The below patch fixes typos while reading through staging wlags49_h2.

 drivers/staging/wlags49_h2/README.ubuntu |   10 +-
 drivers/staging/wlags49_h2/TODO  |   10 +-
 drivers/staging/wlags49_h2/hcf.c |   20 ++--
 drivers/staging/wlags49_h2/mdd.h |4 ++--
 drivers/staging/wlags49_h2/sta_h2.c  |2 +-
 drivers/staging/wlags49_h2/sta_h25.c |2 +-
 drivers/staging/wlags49_h2/wl_enc.h  |2 +-
 drivers/staging/wlags49_h2/wl_internal.h |2 +-
 drivers/staging/wlags49_h2/wl_main.c |   14 +++---
 drivers/staging/wlags49_h2/wl_netdev.c   |   10 +-
 drivers/staging/wlags49_h2/wl_pci.c  |4 ++--
 drivers/staging/wlags49_h2/wl_wext.c |   22 +++---
 12 files changed, 51 insertions(+), 51 deletions(-)

diff --git a/drivers/staging/wlags49_h2/README.ubuntu 
b/drivers/staging/wlags49_h2/README.ubuntu
index f1483c4..bfad7dc 100644
--- a/drivers/staging/wlags49_h2/README.ubuntu
+++ b/drivers/staging/wlags49_h2/README.ubuntu
@@ -46,12 +46,12 @@ If you have a card using the HERMES II.5 chip you have to 
make
 changes to the Makefile and uncomment -DHERMES25. This will build
 driver wlags49_h25_cs.
 
-Note: You can detemine the type with command pccardctrl info
+Note: You can determine the type with command pccardctrl info
 MANIFID: 0156,0002 = HERMES - not supported by this driver
 MANIFID: 0156,0003 = HERMES II   (Wireless B)
 MANIFID: 0156,0004 = HERMES II.5 (Wireless B/G)
 
-After succesfull compile type command
+After successful compile type command
 
 sudo make install
 
@@ -93,7 +93,7 @@ have to open the device first to get a handle and after 
close no
 changed; the former ioctl functions are now called before open and
 after close, which was not expected. One of the problems was enable/
 disable of interrupts in the HCF. Interrupt handling starts at open
-so if a former ioctl routinge is called before open or after close
+so if a former ioctl routine is called before open or after close
 then nothing should be done with interrupt switching in the HCF. Once
 this was solved most HCF_ASSERTS went away.
 
@@ -120,8 +120,8 @@ include the man page. Even though setting parameters on the 
module
 does not work anymore but it provides some information about all the
 settings.
 
-I have not have personal contact with Agere, but others have. Agere
-agreed to make their software available under the BSD licence.
+I have no personal contact with Agere, but others have. Agere
+agreed to make their software available under the BSD license.
 This driver is based on the 7.22 version.
 
 The following was mailed by Agere to Andrey Borzenkov about this:
diff --git a/drivers/staging/wlags49_h2/TODO b/drivers/staging/wlags49_h2/TODO
index 94032b6..f1a4561 100644
--- a/drivers/staging/wlags49_h2/TODO
+++ b/drivers/staging/wlags49_h2/TODO
@@ -1,4 +1,4 @@
-First of all, the best thing would be that this driver becomes obsolte by
+First of all, the best thing would be that this driver becomes obsolete by
 adding support for Hermes II and Hermes II.5 cards to the existing orinoco
 driver. The orinoco driver currently only supports Hermes I based cards.
 Since this will not happen by magic and has not happened until now this
@@ -10,11 +10,11 @@ list.
 
 TODO:
- verify against a Hermes II.5 card
-   - verify with WPA encription (both with H2 and H2.5 cards)
+   - verify with WPA encryption (both with H2 and H2.5 cards)
- sometimes the card does not initialize correctly, retry mechanisms
- are build in to catch most cases but not all
+ are built in to catch most cases but not all
- once the driver runs it is very stable, but I have the impression
- some the crittical sections take to long
+ that some of the critical sections take some time.
- the driver is split into a Hermes II and a Hermes II.5 part, it
  would be nice to handle both with one module instead of two
- review by the wireless developer community
@@ -25,7 +25,7 @@ TODO:
 DONE:
- verified against a Hermes II card (Thomson Speedtouch 110 PCMCIA
  card)
-   - verified with WEP encription
+   - verified with WEP encryption
 
 Please send any patches or complaints about this driver to Greg
 Kroah-Hartman g...@kroah.com and Cc: Henk de Groot pe1...@amsat.org
diff --git a/drivers/staging/wlags49_h2/hcf.c b/drivers/staging/wlags49_h2/hcf.c
index 4235446..4aac26d 100644
--- a/drivers/staging/wlags49_h2/hcf.c
+++ b/drivers/staging/wlags49_h2/hcf.c
@@ -508,7 +508,7 @@ HCF_STATIC hcf_16* BASED [ ] = {
  *- HCF_ACT_INT_FORCE_ON enable interrupt generation by WaveLAN NIC
  *- HCF_ACT_INT_OFF  disable interrupt generation by WaveLAN NIC