Просмотр исходного кода

Staging: fix assorted typos all over the place

Signed-off-by: André Goddard Rosa <andre.goddard@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
André Goddard Rosa 16 лет назад
Родитель
Сommit
bbc9a9916b
63 измененных файлов с 118 добавлено и 118 удалено
  1. 3 3
      drivers/staging/altpciechdma/altpciechdma.c
  2. 3 3
      drivers/staging/comedi/drivers/addi-data/APCI1710_INCCPT.c
  3. 1 1
      drivers/staging/comedi/drivers/addi-data/APCI1710_Tor.c
  4. 1 1
      drivers/staging/comedi/drivers/addi-data/addi_common.h
  5. 1 1
      drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.c
  6. 1 1
      drivers/staging/comedi/drivers/addi-data/hwdrv_apci3501.c
  7. 2 2
      drivers/staging/comedi/drivers/cb_pcidio.c
  8. 1 1
      drivers/staging/comedi/drivers/me4000.c
  9. 3 3
      drivers/staging/comedi/drivers/pcl812.c
  10. 2 2
      drivers/staging/comedi/drivers/pcl816.c
  11. 5 5
      drivers/staging/comedi/drivers/pcl818.c
  12. 1 1
      drivers/staging/dst/export.c
  13. 1 1
      drivers/staging/et131x/et131x_adapter.h
  14. 2 2
      drivers/staging/hv/hv_api.h
  15. 3 3
      drivers/staging/iio/accel/accel.h
  16. 2 2
      drivers/staging/iio/accel/sca3000.h
  17. 1 1
      drivers/staging/iio/accel/sca3000_core.c
  18. 1 1
      drivers/staging/octeon/cvmx-pow.h
  19. 1 1
      drivers/staging/octeon/ethernet-tx.c
  20. 2 2
      drivers/staging/otus/80211core/ccmd.c
  21. 2 2
      drivers/staging/otus/80211core/cmm.c
  22. 2 2
      drivers/staging/otus/80211core/cmmsta.c
  23. 1 1
      drivers/staging/otus/80211core/ctxrx.c
  24. 1 1
      drivers/staging/otus/80211core/pub_zfi.h
  25. 1 1
      drivers/staging/quatech_usb2/quatech_usb2.c
  26. 2 2
      drivers/staging/rar/rar_driver.c
  27. 1 1
      drivers/staging/rt2860/sta/rtmp_data.c
  28. 3 3
      drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c
  29. 1 1
      drivers/staging/rtl8187se/r8180.h
  30. 5 5
      drivers/staging/rtl8187se/r8180_core.c
  31. 6 6
      drivers/staging/rtl8187se/r8180_dm.c
  32. 1 1
      drivers/staging/rtl8187se/r8180_rtl8225z2.c
  33. 1 1
      drivers/staging/rtl8187se/r8180_wx.c
  34. 2 2
      drivers/staging/rtl8187se/r8185b_init.c
  35. 1 1
      drivers/staging/rtl8192e/ieee80211/ieee80211_module.c
  36. 2 2
      drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c
  37. 1 1
      drivers/staging/rtl8192e/r8190_rtl8256.c
  38. 3 3
      drivers/staging/rtl8192e/r8192E_core.c
  39. 10 10
      drivers/staging/rtl8192e/r8192E_dm.c
  40. 1 1
      drivers/staging/rtl8192e/r8192E_wx.c
  41. 1 1
      drivers/staging/rtl8192e/r819xE_cmdpkt.c
  42. 1 1
      drivers/staging/rtl8192e/r819xE_phyreg.h
  43. 1 1
      drivers/staging/rtl8192su/ieee80211/ieee80211_module.c
  44. 2 2
      drivers/staging/rtl8192su/ieee80211/ieee80211_softmac.c
  45. 1 1
      drivers/staging/rtl8192su/ieee80211/readme
  46. 2 2
      drivers/staging/rtl8192su/r8192S_phy.c
  47. 1 1
      drivers/staging/rtl8192su/r8192S_phyreg.h
  48. 2 2
      drivers/staging/rtl8192su/r8192S_rtl6052.c
  49. 5 5
      drivers/staging/rtl8192su/r8192U_dm.c
  50. 1 1
      drivers/staging/rtl8192su/r8192U_wx.c
  51. 1 1
      drivers/staging/rtl8192su/r819xU_cmdpkt.c
  52. 1 1
      drivers/staging/sep/sep_driver.c
  53. 1 1
      drivers/staging/serqt_usb2/serqt_usb2.c
  54. 1 1
      drivers/staging/vt6655/device_main.c
  55. 2 2
      drivers/staging/vt6655/ioctl.c
  56. 2 2
      drivers/staging/vt6655/mib.h
  57. 1 1
      drivers/staging/vt6656/baseband.c
  58. 1 1
      drivers/staging/vt6656/channel.c
  59. 2 2
      drivers/staging/vt6656/ioctl.c
  60. 1 1
      drivers/staging/vt6656/iwctl.c
  61. 1 1
      drivers/staging/vt6656/main_usb.c
  62. 2 2
      drivers/staging/vt6656/mib.h
  63. 1 1
      drivers/staging/vt6656/wcmd.c

+ 3 - 3
drivers/staging/altpciechdma/altpciechdma.c

@@ -212,7 +212,7 @@ struct ape_dev {
 	int msi_enabled;
 	int msi_enabled;
 	/* whether this driver could obtain the regions */
 	/* whether this driver could obtain the regions */
 	int got_regions;
 	int got_regions;
-	/* irq line succesfully requested by this driver, -1 otherwise */
+	/* irq line successfully requested by this driver, -1 otherwise */
 	int irq_line;
 	int irq_line;
 	/* board revision */
 	/* board revision */
 	u8 revision;
 	u8 revision;
@@ -336,7 +336,7 @@ static int __devinit map_bars(struct ape_dev *ape, struct pci_dev *dev)
 		printk(KERN_DEBUG "BAR[%d] mapped at 0x%p with length %lu(/%lu).\n", i,
 		printk(KERN_DEBUG "BAR[%d] mapped at 0x%p with length %lu(/%lu).\n", i,
 		ape->bar[i], bar_min_len[i], bar_length);
 		ape->bar[i], bar_min_len[i], bar_length);
 	}
 	}
-	/* succesfully mapped all required BAR regions */
+	/* successfully mapped all required BAR regions */
 	rc = 0;
 	rc = 0;
 	goto success;
 	goto success;
 fail:
 fail:
@@ -911,7 +911,7 @@ static int __devinit probe(struct pci_dev *dev, const struct pci_device_id *id)
 	/* perform DMA engines loop back test */
 	/* perform DMA engines loop back test */
 	rc = dma_test(ape, dev);
 	rc = dma_test(ape, dev);
 	(void)rc;
 	(void)rc;
-	/* succesfully took the device */
+	/* successfully took the device */
 	rc = 0;
 	rc = 0;
 	printk(KERN_DEBUG "probe() successful.\n");
 	printk(KERN_DEBUG "probe() successful.\n");
 	goto end;
 	goto end;

+ 3 - 3
drivers/staging/comedi/drivers/addi-data/APCI1710_INCCPT.c

@@ -3807,7 +3807,7 @@ int i_APCI1710_EnableFrequencyMeasurement(struct comedi_device *dev,
 			s_ModuleInfo[b_ModulNbr].
 			s_ModuleInfo[b_ModulNbr].
 			s_SiemensCounterInfo.s_InitFlag.b_CounterInit == 1) {
 			s_SiemensCounterInfo.s_InitFlag.b_CounterInit == 1) {
 	      /********************************************/
 	      /********************************************/
-			/* Test if frequency mesurement initialised */
+			/* Test if frequency measurement initialised */
 	      /********************************************/
 	      /********************************************/
 
 
 			if (devpriv->
 			if (devpriv->
@@ -3953,7 +3953,7 @@ int i_APCI1710_DisableFrequencyMeasurement(struct comedi_device *dev, unsigned c
 			s_ModuleInfo[b_ModulNbr].
 			s_ModuleInfo[b_ModulNbr].
 			s_SiemensCounterInfo.s_InitFlag.b_CounterInit == 1) {
 			s_SiemensCounterInfo.s_InitFlag.b_CounterInit == 1) {
 	      /********************************************/
 	      /********************************************/
-			/* Test if frequency mesurement initialised */
+			/* Test if frequency measurement initialised */
 	      /********************************************/
 	      /********************************************/
 
 
 			if (devpriv->
 			if (devpriv->
@@ -5166,7 +5166,7 @@ int i_APCI1710_ReadFrequencyMeasurement(struct comedi_device *dev,
 			s_ModuleInfo[b_ModulNbr].
 			s_ModuleInfo[b_ModulNbr].
 			s_SiemensCounterInfo.s_InitFlag.b_CounterInit == 1) {
 			s_SiemensCounterInfo.s_InitFlag.b_CounterInit == 1) {
 	      /********************************************/
 	      /********************************************/
-			/* Test if frequency mesurement initialised */
+			/* Test if frequency measurement initialised */
 	      /********************************************/
 	      /********************************************/
 
 
 			if (devpriv->
 			if (devpriv->

+ 1 - 1
drivers/staging/comedi/drivers/addi-data/APCI1710_Tor.c

@@ -1808,7 +1808,7 @@ int i_APCI1710_InsnBitsGetTorCounterProgressStatusAndValue(struct comedi_device
 									2) {
 									2) {
 									if (dw_Status & 4) {
 									if (dw_Status & 4) {
 				/************************/
 				/************************/
-										/* Tor counter owerflow */
+										/* Tor counter overflow */
 				/************************/
 				/************************/
 
 
 										*pb_TorCounterStatus
 										*pb_TorCounterStatus

+ 1 - 1
drivers/staging/comedi/drivers/addi-data/addi_common.h

@@ -82,7 +82,7 @@ struct addi_board {
 
 
 	int i_NbrDiChannel;	/*  Number of DI channels */
 	int i_NbrDiChannel;	/*  Number of DI channels */
 	int i_NbrDoChannel;	/*  Number of DO channels */
 	int i_NbrDoChannel;	/*  Number of DO channels */
-	int i_DoMaxdata;	/*  data to set all chanels high */
+	int i_DoMaxdata;	/*  data to set all channels high */
 
 
 	int i_NbrTTLChannel;	/*  Number of TTL channels */
 	int i_NbrTTLChannel;	/*  Number of TTL channels */
 	const struct comedi_lrange *pr_TTLRangelist;	/* rangelist for TTL */
 	const struct comedi_lrange *pr_TTLRangelist;	/* rangelist for TTL */

+ 1 - 1
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3120.c

@@ -1468,7 +1468,7 @@ void v_APCI3120_Interrupt(int irq, void *d)
 	int_amcc = inl(devpriv->i_IobaseAmcc + AMCC_OP_REG_INTCSR);	/*  get AMCC int register */
 	int_amcc = inl(devpriv->i_IobaseAmcc + AMCC_OP_REG_INTCSR);	/*  get AMCC int register */
 
 
 	if ((!int_daq) && (!(int_amcc & ANY_S593X_INT))) {
 	if ((!int_daq) && (!(int_amcc & ANY_S593X_INT))) {
-		comedi_error(dev, "IRQ from unknow source");
+		comedi_error(dev, "IRQ from unknown source");
 		return;
 		return;
 	}
 	}
 
 

+ 1 - 1
drivers/staging/comedi/drivers/addi-data/hwdrv_apci3501.c

@@ -724,7 +724,7 @@ void v_APCI3501_Interrupt(int irq, void *d)
 		APCI3501_TCW_IRQ) & 0x1;
 		APCI3501_TCW_IRQ) & 0x1;
 
 
 	if ((!ui_Timer_AOWatchdog)) {
 	if ((!ui_Timer_AOWatchdog)) {
-		comedi_error(dev, "IRQ from unknow source");
+		comedi_error(dev, "IRQ from unknown source");
 		return;
 		return;
 	}
 	}
 
 

+ 2 - 2
drivers/staging/comedi/drivers/cb_pcidio.c

@@ -109,12 +109,12 @@ MODULE_DEVICE_TABLE(pci, pcidio_pci_table);
    several hardware drivers keep similar information in this structure,
    several hardware drivers keep similar information in this structure,
    feel free to suggest moving the variable to the struct comedi_device struct.  */
    feel free to suggest moving the variable to the struct comedi_device struct.  */
 struct pcidio_private {
 struct pcidio_private {
-	int data;		/*  curently unused */
+	int data;		/*  currently unused */
 
 
 	/* would be useful for a PCI device */
 	/* would be useful for a PCI device */
 	struct pci_dev *pci_dev;
 	struct pci_dev *pci_dev;
 
 
-	/* used for DO readback, curently unused */
+	/* used for DO readback, currently unused */
 	unsigned int do_readback[4];	/* up to 4 unsigned int suffice to hold 96 bits for PCI-DIO96 */
 	unsigned int do_readback[4];	/* up to 4 unsigned int suffice to hold 96 bits for PCI-DIO96 */
 
 
 	unsigned long dio_reg_base;	/*  address of port A of the first 8255 chip on board */
 	unsigned long dio_reg_base;	/*  address of port A of the first 8255 chip on board */

+ 1 - 1
drivers/staging/comedi/drivers/me4000.c

@@ -840,7 +840,7 @@ static int xilinx_download(struct comedi_device *dev)
 		       "comedi%d: me4000: xilinx_download(): DONE flag is not set\n",
 		       "comedi%d: me4000: xilinx_download(): DONE flag is not set\n",
 		       dev->minor);
 		       dev->minor);
 		printk(KERN_ERR
 		printk(KERN_ERR
-		       "comedi%d: me4000: xilinx_download(): Download not succesful\n",
+		       "comedi%d: me4000: xilinx_download(): Download not successful\n",
 		       dev->minor);
 		       dev->minor);
 		return -EIO;
 		return -EIO;
 	}
 	}

+ 3 - 3
drivers/staging/comedi/drivers/pcl812.c

@@ -51,7 +51,7 @@ Options for PCL-812:
         5=A/D input range is +/-0.3125V
         5=A/D input range is +/-0.3125V
   [5] - 0=D/A outputs 0-5V  (internal reference -5V)
   [5] - 0=D/A outputs 0-5V  (internal reference -5V)
         1=D/A outputs 0-10V (internal reference -10V)
         1=D/A outputs 0-10V (internal reference -10V)
-        2=D/A outputs unknow (external reference)
+        2=D/A outputs unknown (external reference)
 
 
 Options for PCL-812PG, ACL-8112PG:
 Options for PCL-812PG, ACL-8112PG:
   [0] - IO Base
   [0] - IO Base
@@ -63,7 +63,7 @@ Options for PCL-812PG, ACL-8112PG:
         1=A/D have max +/-10V input
         1=A/D have max +/-10V input
   [5] - 0=D/A outputs 0-5V  (internal reference -5V)
   [5] - 0=D/A outputs 0-5V  (internal reference -5V)
         1=D/A outputs 0-10V (internal reference -10V)
         1=D/A outputs 0-10V (internal reference -10V)
-        2=D/A outputs unknow (external reference)
+        2=D/A outputs unknown (external reference)
 
 
 Options for ACL-8112DG/HG, A-822PGL/PGH, A-823PGL/PGH, ACL-8216, A-826PG:
 Options for ACL-8112DG/HG, A-822PGL/PGH, A-823PGL/PGH, ACL-8216, A-826PG:
   [0] - IO Base
   [0] - IO Base
@@ -75,7 +75,7 @@ Options for ACL-8112DG/HG, A-822PGL/PGH, A-823PGL/PGH, ACL-8216, A-826PG:
         1=A/D channels are DIFF
         1=A/D channels are DIFF
   [5] - 0=D/A outputs 0-5V  (internal reference -5V)
   [5] - 0=D/A outputs 0-5V  (internal reference -5V)
         1=D/A outputs 0-10V (internal reference -10V)
         1=D/A outputs 0-10V (internal reference -10V)
-        2=D/A outputs unknow (external reference)
+        2=D/A outputs unknown (external reference)
 
 
 Options for A-821PGL/PGH:
 Options for A-821PGL/PGH:
   [0] - IO Base
   [0] - IO Base

+ 2 - 2
drivers/staging/comedi/drivers/pcl816.c

@@ -112,7 +112,7 @@ struct pcl816_board {
 	int n_dichan;		/*  num of DI chans */
 	int n_dichan;		/*  num of DI chans */
 	int n_dochan;		/*  num of DO chans */
 	int n_dochan;		/*  num of DO chans */
 	const struct comedi_lrange *ai_range_type;	/*  default A/D rangelist */
 	const struct comedi_lrange *ai_range_type;	/*  default A/D rangelist */
-	const struct comedi_lrange *ao_range_type;	/*  dafault D/A rangelist */
+	const struct comedi_lrange *ao_range_type;	/*  default D/A rangelist */
 	unsigned int io_range;	/*  len of IO space */
 	unsigned int io_range;	/*  len of IO space */
 	unsigned int IRQbits;	/*  allowed interrupts */
 	unsigned int IRQbits;	/*  allowed interrupts */
 	unsigned int DMAbits;	/*  allowed DMA chans */
 	unsigned int DMAbits;	/*  allowed DMA chans */
@@ -445,7 +445,7 @@ static irqreturn_t interrupt_pcl816(int irq, void *d)
 		comedi_error(dev, "bad IRQ!");
 		comedi_error(dev, "bad IRQ!");
 		return IRQ_NONE;
 		return IRQ_NONE;
 	}
 	}
-	comedi_error(dev, "IRQ from unknow source!");
+	comedi_error(dev, "IRQ from unknown source!");
 	return IRQ_NONE;
 	return IRQ_NONE;
 }
 }
 
 

+ 5 - 5
drivers/staging/comedi/drivers/pcl818.c

@@ -50,7 +50,7 @@ A word or two about DMA. Driver support DMA operations at two ways:
           1, 10=A/D input -10V..+10V
           1, 10=A/D input -10V..+10V
     [5] - 0,  5=D/A output 0-5V  (internal reference -5V)
     [5] - 0,  5=D/A output 0-5V  (internal reference -5V)
           1, 10=D/A output 0-10V (internal reference -10V)
           1, 10=D/A output 0-10V (internal reference -10V)
-	  2    =D/A output unknow (external reference)
+	  2    =D/A output unknown (external reference)
 
 
    Options for PCL-818, PCL-818H:
    Options for PCL-818, PCL-818H:
     [0] - IO Base
     [0] - IO Base
@@ -60,7 +60,7 @@ A word or two about DMA. Driver support DMA operations at two ways:
               1= 1MHz clock for 8254
               1= 1MHz clock for 8254
     [4] - 0,  5=D/A output 0-5V  (internal reference -5V)
     [4] - 0,  5=D/A output 0-5V  (internal reference -5V)
           1, 10=D/A output 0-10V (internal reference -10V)
           1, 10=D/A output 0-10V (internal reference -10V)
-	  2    =D/A output unknow (external reference)
+	  2    =D/A output unknown (external reference)
 
 
    Options for PCL-818HD, PCL-818HG:
    Options for PCL-818HD, PCL-818HG:
     [0] - IO Base
     [0] - IO Base
@@ -71,7 +71,7 @@ A word or two about DMA. Driver support DMA operations at two ways:
               1= 1MHz clock for 8254
               1= 1MHz clock for 8254
     [4] - 0,  5=D/A output 0-5V  (internal reference -5V)
     [4] - 0,  5=D/A output 0-5V  (internal reference -5V)
           1, 10=D/A output 0-10V (internal reference -10V)
           1, 10=D/A output 0-10V (internal reference -10V)
-   	  2    =D/A output unknow (external reference)
+   	  2    =D/A output unknown (external reference)
 
 
    Options for PCL-718:
    Options for PCL-718:
     [0] - IO Base
     [0] - IO Base
@@ -92,7 +92,7 @@ A word or two about DMA. Driver support DMA operations at two ways:
 	     10=	     user defined unipolar
 	     10=	     user defined unipolar
     [5] - 0,  5=D/A outputs 0-5V  (internal reference -5V)
     [5] - 0,  5=D/A outputs 0-5V  (internal reference -5V)
           1, 10=D/A outputs 0-10V (internal reference -10V)
           1, 10=D/A outputs 0-10V (internal reference -10V)
-	      2=D/A outputs unknow (external reference)
+	      2=D/A outputs unknown (external reference)
     [6] - 0, 60=max  60kHz A/D sampling
     [6] - 0, 60=max  60kHz A/D sampling
           1,100=max 100kHz A/D sampling (PCL-718 with Option 001 installed)
           1,100=max 100kHz A/D sampling (PCL-718 with Option 001 installed)
 
 
@@ -876,7 +876,7 @@ static irqreturn_t interrupt_pcl818(int irq, void *d)
 		return IRQ_NONE;
 		return IRQ_NONE;
 	}
 	}
 
 
-	comedi_error(dev, "IRQ from unknow source!");
+	comedi_error(dev, "IRQ from unknown source!");
 	return IRQ_NONE;
 	return IRQ_NONE;
 }
 }
 
 

+ 1 - 1
drivers/staging/dst/export.c

@@ -203,7 +203,7 @@ static struct dst_state *dst_accept_client(struct dst_state *st)
  * so to play good with all cases we just queue BIO into the queue
  * so to play good with all cases we just queue BIO into the queue
  * and wake up processing thread, which gets completed request and
  * and wake up processing thread, which gets completed request and
  * send (encrypting if needed) it back to the client (if it was a read
  * send (encrypting if needed) it back to the client (if it was a read
- * request), or sends back reply that writing succesfully completed.
+ * request), or sends back reply that writing successfully completed.
  */
  */
 static int dst_export_process_request_queue(struct dst_state *st)
 static int dst_export_process_request_queue(struct dst_state *st)
 {
 {

+ 1 - 1
drivers/staging/et131x/et131x_adapter.h

@@ -162,7 +162,7 @@ typedef struct _ce_stats_t {
 	u32 tx_deferred;
 	u32 tx_deferred;
 
 
 	/* Rx Statistics. */
 	/* Rx Statistics. */
-	u32 rx_ov_flow;	/* Rx Over Flow */
+	u32 rx_ov_flow;	/* Rx Overflow */
 
 
 	u32 length_err;
 	u32 length_err;
 	u32 alignment_err;
 	u32 alignment_err;

+ 2 - 2
drivers/staging/hv/hv_api.h

@@ -316,13 +316,13 @@
 
 
 /*
 /*
  * HV_STATUS_VMX_INSTRUCTION_FAILED
  * HV_STATUS_VMX_INSTRUCTION_FAILED
- * The requested VMX instruction failed to complete succesfully.
+ * The requested VMX instruction failed to complete successfully.
  */
  */
 #define HV_STATUS_VMX_INSTRUCTION_FAILED		((u16)0x1011)
 #define HV_STATUS_VMX_INSTRUCTION_FAILED		((u16)0x1011)
 
 
 /*
 /*
  * HV_STATUS_VMX_INSTRUCTION_FAILED_WITH_STATUS
  * HV_STATUS_VMX_INSTRUCTION_FAILED_WITH_STATUS
- * The requested VMX instruction failed to complete succesfully indicating
+ * The requested VMX instruction failed to complete successfully indicating
  * status.
  * status.
  */
  */
 #define HV_STATUS_VMX_INSTRUCTION_FAILED_WITH_STATUS	((u16)0x1012)
 #define HV_STATUS_VMX_INSTRUCTION_FAILED_WITH_STATUS	((u16)0x1012)

+ 3 - 3
drivers/staging/iio/accel/accel.h

@@ -31,13 +31,13 @@
 	IIO_DEVICE_ATTR(accel_z, S_IRUGO, _show, NULL, _addr)
 	IIO_DEVICE_ATTR(accel_z, S_IRUGO, _show, NULL, _addr)
 
 
 /* Thresholds are somewhat chip dependent - may need quite a few defs here */
 /* Thresholds are somewhat chip dependent - may need quite a few defs here */
-/* For unified thesholds (shared across all directions */
+/* For unified thresholds (shared across all directions */
 
 
 /**
 /**
  * IIO_DEV_ATTR_ACCEL_THRESH: unified threshold
  * IIO_DEV_ATTR_ACCEL_THRESH: unified threshold
  * @_mode: read/write
  * @_mode: read/write
  * @_show: read detector threshold value
  * @_show: read detector threshold value
- * @_store: write detector theshold value
+ * @_store: write detector threshold value
  * @_addr: driver specific data, typically a register address
  * @_addr: driver specific data, typically a register address
  *
  *
  * This one is for cases where as single threshold covers all directions
  * This one is for cases where as single threshold covers all directions
@@ -48,7 +48,7 @@
 /**
 /**
  * IIO_DEV_ATTR_ACCEL_THRESH_X: independant direction threshold, x axis
  * IIO_DEV_ATTR_ACCEL_THRESH_X: independant direction threshold, x axis
  * @_mode: readable / writable
  * @_mode: readable / writable
- * @_show: read x axis detector theshold value
+ * @_show: read x axis detector threshold value
  * @_store: write x axis detector threshold value
  * @_store: write x axis detector threshold value
  * @_addr: device driver dependant, typically a register address
  * @_addr: device driver dependant, typically a register address
  **/
  **/

+ 2 - 2
drivers/staging/iio/accel/sca3000.h

@@ -74,7 +74,7 @@
 #define SCA3000_MEAS_MODE_OP_2			0x02
 #define SCA3000_MEAS_MODE_OP_2			0x02
 
 
 /* In motion detection mode the accelerations are band pass filtered
 /* In motion detection mode the accelerations are band pass filtered
- * (aprox 1 - 25Hz) and then a programmable theshold used to trigger
+ * (aprox 1 - 25Hz) and then a programmable threshold used to trigger
  * and interrupt.
  * and interrupt.
  */
  */
 #define SCA3000_MEAS_MODE_MOT_DET		0x03
 #define SCA3000_MEAS_MODE_MOT_DET		0x03
@@ -139,7 +139,7 @@
 /* Values of mulipexed registers (write to ctrl_data after select) */
 /* Values of mulipexed registers (write to ctrl_data after select) */
 #define SCA3000_REG_ADDR_CTRL_DATA		0x22
 #define SCA3000_REG_ADDR_CTRL_DATA		0x22
 
 
-/* Measurment modes available on some sca3000 series chips. Code assumes others
+/* Measurement modes available on some sca3000 series chips. Code assumes others
  * may become available in the future.
  * may become available in the future.
  *
  *
  * Bypass - Bypass the low-pass filter in the signal channel so as to increase
  * Bypass - Bypass the low-pass filter in the signal channel so as to increase

+ 1 - 1
drivers/staging/iio/accel/sca3000_core.c

@@ -720,7 +720,7 @@ static ssize_t sca3000_read_temp(struct device *dev,
 static IIO_DEV_ATTR_TEMP(sca3000_read_temp);
 static IIO_DEV_ATTR_TEMP(sca3000_read_temp);
 
 
 /**
 /**
- * sca3000_show_thresh() sysfs query of a theshold
+ * sca3000_show_thresh() sysfs query of a threshold
  **/
  **/
 static ssize_t sca3000_show_thresh(struct device *dev,
 static ssize_t sca3000_show_thresh(struct device *dev,
 				   struct device_attribute *attr,
 				   struct device_attribute *attr,

+ 1 - 1
drivers/staging/octeon/cvmx-pow.h

@@ -1959,7 +1959,7 @@ static inline uint32_t cvmx_pow_tag_get_hw_bits(uint64_t tag)
  * @buffer_size:
  * @buffer_size:
  *               The size of the supplied buffer
  *               The size of the supplied buffer
  *
  *
- * Returns Zero on sucess, negative on failure
+ * Returns Zero on success, negative on failure
  */
  */
 extern int cvmx_pow_capture(void *buffer, int buffer_size);
 extern int cvmx_pow_capture(void *buffer, int buffer_size);
 
 

+ 1 - 1
drivers/staging/octeon/ethernet-tx.c

@@ -624,7 +624,7 @@ int cvm_oct_transmit_qos(struct net_device *dev, void *work_queue_entry,
 EXPORT_SYMBOL(cvm_oct_transmit_qos);
 EXPORT_SYMBOL(cvm_oct_transmit_qos);
 
 
 /**
 /**
- * This function frees all skb that are currenty queued for TX.
+ * This function frees all skb that are currently queued for TX.
  *
  *
  * @dev:    Device being shutdown
  * @dev:    Device being shutdown
  */
  */

+ 2 - 2
drivers/staging/otus/80211core/ccmd.c

@@ -899,7 +899,7 @@ u16_t zfiWlanDisable(zdev_t *dev, u8_t ResetKeyCache)
 		zfStaDisableSWEncryption(dev);
 		zfStaDisableSWEncryption(dev);
 	}
 	}
 
 
-	/* Improve WEP/TKIP performace with HT AP,
+	/* Improve WEP/TKIP performance with HT AP,
 	detail information please look bug#32495 */
 	detail information please look bug#32495 */
 	/* zfHpSetTTSIFSTime(dev, 0x8); */
 	/* zfHpSetTTSIFSTime(dev, 0x8); */
 
 
@@ -1407,7 +1407,7 @@ u16_t zfWlanReset(zdev_t *dev)
 		zfStaDisableSWEncryption(dev);
 		zfStaDisableSWEncryption(dev);
 	}
 	}
 
 
-	/* 	Improve WEP/TKIP performace with HT AP,
+	/* 	Improve WEP/TKIP performance with HT AP,
 		detail information please look bug#32495
 		detail information please look bug#32495
 	*/
 	*/
 	/* zfHpSetTTSIFSTime(dev, 0x8); */
 	/* zfHpSetTTSIFSTime(dev, 0x8); */

+ 2 - 2
drivers/staging/otus/80211core/cmm.c

@@ -1428,7 +1428,7 @@ void zfProcessManagement(zdev_t* dev, zbuf_t* buf, struct zsAdditionInfo* AddInf
         {
         {
                 /* Beacon */
                 /* Beacon */
             case ZM_WLAN_FRAME_TYPE_BEACON :
             case ZM_WLAN_FRAME_TYPE_BEACON :
-                /* if enable 802.11h and current chanel is silent but receive beacon from other AP */
+                /* if enable 802.11h and current channel is silent but receive beacon from other AP */
                 if (((wd->regulationTable.allowChannel[wd->regulationTable.CurChIndex].channelFlags
                 if (((wd->regulationTable.allowChannel[wd->regulationTable.CurChIndex].channelFlags
                         & ZM_REG_FLAG_CHANNEL_CSA) != 0) && wd->sta.DFSEnable)
                         & ZM_REG_FLAG_CHANNEL_CSA) != 0) && wd->sta.DFSEnable)
                 {
                 {
@@ -1469,7 +1469,7 @@ void zfProcessManagement(zdev_t* dev, zbuf_t* buf, struct zsAdditionInfo* AddInf
                 break;
                 break;
                 /* Probe response */
                 /* Probe response */
             case ZM_WLAN_FRAME_TYPE_PROBERSP :
             case ZM_WLAN_FRAME_TYPE_PROBERSP :
-                /* if enable 802.11h and current chanel is silent but receive probe response from other AP */
+                /* if enable 802.11h and current channel is silent but receive probe response from other AP */
                 if (((wd->regulationTable.allowChannel[wd->regulationTable.CurChIndex].channelFlags
                 if (((wd->regulationTable.allowChannel[wd->regulationTable.CurChIndex].channelFlags
                         & ZM_REG_FLAG_CHANNEL_CSA) != 0) && wd->sta.DFSEnable)
                         & ZM_REG_FLAG_CHANNEL_CSA) != 0) && wd->sta.DFSEnable)
                 {
                 {

+ 2 - 2
drivers/staging/otus/80211core/cmmsta.c

@@ -216,7 +216,7 @@ void zfStaConnectFail(zdev_t* dev, u16_t reason, u16_t* bssid, u8_t weight)
     /* Change internal state */
     /* Change internal state */
     zfChangeAdapterState(dev, ZM_STA_STATE_DISCONNECT);
     zfChangeAdapterState(dev, ZM_STA_STATE_DISCONNECT);
 
 
-    /* Improve WEP/TKIP performace with HT AP, detail information please look bug#32495 */
+    /* Improve WEP/TKIP performance with HT AP, detail information please look bug#32495 */
     //zfHpSetTTSIFSTime(dev, 0x8);
     //zfHpSetTTSIFSTime(dev, 0x8);
 
 
     /* Notify wrapper of connection status changes */
     /* Notify wrapper of connection status changes */
@@ -4148,7 +4148,7 @@ void zfInfraConnectNetwork(zdev_t* dev)
             wd->sta.bIsSharedKey = 0;
             wd->sta.bIsSharedKey = 0;
         }
         }
 
 
-        /* Improve WEP/TKIP performace with HT AP, detail information please look bug#32495 */
+        /* Improve WEP/TKIP performance with HT AP, detail information please look bug#32495 */
         /*
         /*
         if ( (pBssInfo->broadcomHTAp == 1)
         if ( (pBssInfo->broadcomHTAp == 1)
              && (wd->sta.SWEncryptEnable != 0) )
              && (wd->sta.SWEncryptEnable != 0) )

+ 1 - 1
drivers/staging/otus/80211core/ctxrx.c

@@ -3093,7 +3093,7 @@ u16_t zfWlanRxFilter(zdev_t* dev, zbuf_t* buf)
 
 
     frameType = zmw_rx_buf_readh(dev, buf, offset);
     frameType = zmw_rx_buf_readh(dev, buf, offset);
 
 
-    // Don't divide 2^4 because we don't want the fragementation pkt to be treated as
+    // Don't divide 2^4 because we don't want the fragmentation pkt to be treated as
     // duplicated frames
     // duplicated frames
     seq = zmw_rx_buf_readh(dev, buf, offset+22);
     seq = zmw_rx_buf_readh(dev, buf, offset+22);
     dst0 = zmw_rx_buf_readh(dev, buf, offset+4);
     dst0 = zmw_rx_buf_readh(dev, buf, offset+4);

+ 1 - 1
drivers/staging/otus/80211core/pub_zfi.h

@@ -782,7 +782,7 @@ extern void zfiWlanSetDynamicSIFSParam(zdev_t* dev, u8_t val);
 
 
 /***** End of section 2 *****/
 /***** End of section 2 *****/
 
 
-/***** section 3 performace evaluation *****/
+/***** section 3 performance evaluation *****/
 #ifdef ZM_ENABLE_PERFORMANCE_EVALUATION
 #ifdef ZM_ENABLE_PERFORMANCE_EVALUATION
 extern void zfiTxPerformanceMSDU(zdev_t* dev, u32_t tick);
 extern void zfiTxPerformanceMSDU(zdev_t* dev, u32_t tick);
 extern void zfiRxPerformanceMPDU(zdev_t* dev, zbuf_t* buf);
 extern void zfiRxPerformanceMPDU(zdev_t* dev, zbuf_t* buf);

+ 1 - 1
drivers/staging/quatech_usb2/quatech_usb2.c

@@ -1670,7 +1670,7 @@ __func__);
 		dbg("%s(): failed resubmitting read urb, error %d",
 		dbg("%s(): failed resubmitting read urb, error %d",
 			__func__, result);
 			__func__, result);
 	} else {
 	} else {
-		dbg("%s() sucessfully resumitted read urb", __func__);
+		dbg("%s() successfully resubmitted read urb", __func__);
 		if (tty_st && RxCount) {
 		if (tty_st && RxCount) {
 			/* if some inbound data was processed, then
 			/* if some inbound data was processed, then
 			 * we need to push that through the tty layer
 			 * we need to push that through the tty layer

+ 2 - 2
drivers/staging/rar/rar_driver.c

@@ -66,7 +66,7 @@ static int __init rar_init_handler(void);
 static void __exit rar_exit_handler(void);
 static void __exit rar_exit_handler(void);
 
 
 /*
 /*
-  function that is activated on the succesfull probe of the RAR device
+  function that is activated on the successfull probe of the RAR device
 */
 */
 static int __devinit rar_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
 static int __devinit rar_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
 
 
@@ -319,7 +319,7 @@ static int memrar_init_rar_params(struct pci_dev *pdev)
 }
 }
 
 
 /*
 /*
-  function that is activaed on the succesfull probe of the RAR device
+  function that is activated on the successfull probe of the RAR device
 */
 */
 static int __devinit rar_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 static int __devinit rar_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
 {

+ 1 - 1
drivers/staging/rt2860/sta/rtmp_data.c

@@ -913,7 +913,7 @@ Routine Description:
 	pPacket 	Pointer to send packet
 	pPacket 	Pointer to send packet
 
 
 Return Value:
 Return Value:
-	NDIS_STATUS_SUCCESS			If succes to queue the packet into TxSwQueue.
+	NDIS_STATUS_SUCCESS			If success to queue the packet into TxSwQueue.
 	NDIS_STATUS_FAILURE			If failed to do en-queue.
 	NDIS_STATUS_FAILURE			If failed to do en-queue.
 
 
 Note:
 Note:

+ 3 - 3
drivers/staging/rtl8187se/ieee80211/ieee80211_softmac.c

@@ -1837,7 +1837,7 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb,
 
 
 					 	            if (((ieee->current_network.wmm_info^info_element->data[6])& \
 					 	            if (((ieee->current_network.wmm_info^info_element->data[6])& \
 										    0x0f)||(!ieee->init_wmmparam_flag)) {
 										    0x0f)||(!ieee->init_wmmparam_flag)) {
-						   	      //refresh paramete element for current network
+						   	      // refresh parameter element for current network
 							      // update the register parameter for hardware
 							      // update the register parameter for hardware
 							      ieee->init_wmmparam_flag = 1;
 							      ieee->init_wmmparam_flag = 1;
 							      queue_work(ieee->wq, &ieee->wmm_param_update_wq);
 							      queue_work(ieee->wq, &ieee->wmm_param_update_wq);
@@ -1958,10 +1958,10 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb,
  * care of the ieee802.11 fragmentation.
  * care of the ieee802.11 fragmentation.
  * So the driver receives a fragment per time and might
  * So the driver receives a fragment per time and might
  * call the stop function when it want without take care
  * call the stop function when it want without take care
- * to have enought room to TX an entire packet.
+ * to have enough room to TX an entire packet.
  * This might be useful if each fragment need it's own
  * This might be useful if each fragment need it's own
  * descriptor, thus just keep a total free memory > than
  * descriptor, thus just keep a total free memory > than
- * the max fragmentation treshold is not enought.. If the
+ * the max fragmentation threshold is not enough.. If the
  * ieee802.11 stack passed a TXB struct then you needed
  * ieee802.11 stack passed a TXB struct then you needed
  * to keep N free descriptors where
  * to keep N free descriptors where
  * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD
  * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD

+ 1 - 1
drivers/staging/rtl8187se/r8180.h

@@ -599,7 +599,7 @@ typedef struct r8180_priv
 	u8						RSSI;
 	u8						RSSI;
 	char					RxPower;
 	char					RxPower;
 	 u8 InitialGain;
 	 u8 InitialGain;
-	 //For adjust Dig Threshhold during Legacy/Leisure Power Save Mode
+	 //For adjust Dig Threshold during Legacy/Leisure Power Save Mode
 	u32				DozePeriodInPast2Sec;
 	u32				DozePeriodInPast2Sec;
 	 // Don't access BB/RF under disable PLL situation.
 	 // Don't access BB/RF under disable PLL situation.
 	u8					InitialGainBackUp;
 	u8					InitialGainBackUp;

+ 5 - 5
drivers/staging/rtl8187se/r8180_core.c

@@ -1848,7 +1848,7 @@ void rtl8180_rx(struct net_device *dev)
 				    sizeof(u8),
 				    sizeof(u8),
 				    PCI_DMA_FROMDEVICE);
 				    PCI_DMA_FROMDEVICE);
 
 
-drop: // this is used when we have not enought mem
+drop: // this is used when we have not enough mem
 		/* restore the descriptor */
 		/* restore the descriptor */
 		*(priv->rxringtail+2)=priv->rxbuffer->dma;
 		*(priv->rxringtail+2)=priv->rxbuffer->dma;
 		*(priv->rxringtail)=*(priv->rxringtail) &~ 0xfff;
 		*(priv->rxringtail)=*(priv->rxringtail) &~ 0xfff;
@@ -1919,8 +1919,8 @@ rate)
 	/*
 	/*
 	* This function doesn't require lock because we make
 	* This function doesn't require lock because we make
 	* sure it's called with the tx_lock already acquired.
 	* sure it's called with the tx_lock already acquired.
-	* this come from the kernel's hard_xmit callback (trought
-	* the ieee stack, or from the try_wake_queue (again trought
+	* this come from the kernel's hard_xmit callback (through
+	* the ieee stack, or from the try_wake_queue (again through
 	* the ieee stack.
 	* the ieee stack.
 	*/
 	*/
 	priority = AC2Q(skb->priority);
 	priority = AC2Q(skb->priority);
@@ -3399,7 +3399,7 @@ void rtl8180_adapter_start(struct net_device *dev)
 	/*
 	/*
 	   The following is very strange. seems to be that 1 means test mode,
 	   The following is very strange. seems to be that 1 means test mode,
 	   but we need to acknolwledges the nic when a packet is ready
 	   but we need to acknolwledges the nic when a packet is ready
-	   altought we set it to 0
+	   although we set it to 0
 	*/
 	*/
 
 
 	write_nic_byte(dev,
 	write_nic_byte(dev,
@@ -4144,7 +4144,7 @@ void rtl8180_tx_isr(struct net_device *dev, int pri,short error)
 		}
 		}
 
 
 	/* we check all the descriptors between the head and the nic,
 	/* we check all the descriptors between the head and the nic,
-	 * but not the currenly pointed by the nic (the next to be txed)
+	 * but not the currently pointed by the nic (the next to be txed)
 	 * and the previous of the pointed (might be in process ??)
 	 * and the previous of the pointed (might be in process ??)
 	*/
 	*/
 	offs = (nic - nicbegin);
 	offs = (nic - nicbegin);

+ 6 - 6
drivers/staging/rtl8187se/r8180_dm.c

@@ -36,7 +36,7 @@ bool CheckHighPower(struct net_device *dev)
 //
 //
 //	Note:
 //	Note:
 //		The reason why we udpate Tx power level here instead of DoRxHighPower()
 //		The reason why we udpate Tx power level here instead of DoRxHighPower()
-//		is the number of IO to change Tx power is much more than chane TR switch
+//		is the number of IO to change Tx power is much more than channel TR switch
 //		and they are related to OFDM and MAC registers.
 //		and they are related to OFDM and MAC registers.
 //		So, we don't want to update it so frequently in per-Rx packet base.
 //		So, we don't want to update it so frequently in per-Rx packet base.
 //
 //
@@ -1326,7 +1326,7 @@ SetAntenna8185(
 			break;
 			break;
 
 
 		default:
 		default:
-			printk("SetAntenna8185: unkown RFChipID(%d)\n", priv->rf_chip);
+			printk("SetAntenna8185: unknown RFChipID(%d)\n", priv->rf_chip);
 			break;
 			break;
 		}
 		}
 		break;
 		break;
@@ -1346,13 +1346,13 @@ SetAntenna8185(
 			break;
 			break;
 
 
 		default:
 		default:
-			printk("SetAntenna8185: unkown RFChipID(%d)\n", priv->rf_chip);
+			printk("SetAntenna8185: unknown RFChipID(%d)\n", priv->rf_chip);
 			break;
 			break;
 		}
 		}
 		break;
 		break;
 
 
 	default:
 	default:
-		printk("SetAntenna8185: unkown u1bAntennaIndex(%d)\n", u1bAntennaIndex);
+		printk("SetAntenna8185: unknown u1bAntennaIndex(%d)\n", u1bAntennaIndex);
 		break;
 		break;
 	}
 	}
 
 
@@ -1448,7 +1448,7 @@ SwAntennaDiversity(
 
 
 		priv->bAdSwitchedChecking = false;
 		priv->bAdSwitchedChecking = false;
 
 
-		// Adjust Rx signal strength threashold.
+		// Adjust Rx signal strength threshold.
 		priv->AdRxSsThreshold = (priv->AdRxSignalStrength + priv->AdRxSsBeforeSwitched) / 2;
 		priv->AdRxSsThreshold = (priv->AdRxSignalStrength + priv->AdRxSsBeforeSwitched) / 2;
 
 
 		priv->AdRxSsThreshold = (priv->AdRxSsThreshold > priv->AdMaxRxSsThreshold) ?
 		priv->AdRxSsThreshold = (priv->AdRxSsThreshold > priv->AdMaxRxSsThreshold) ?
@@ -1562,7 +1562,7 @@ SwAntennaDiversity(
 //				priv->AdRxSignalStrength, priv->AdRxSsThreshold);
 //				priv->AdRxSignalStrength, priv->AdRxSsThreshold);
 
 
 			priv->bAdSwitchedChecking = false;
 			priv->bAdSwitchedChecking = false;
-			// Increase Rx signal strength threashold if necessary.
+			// Increase Rx signal strength threshold if necessary.
 			if(	(priv->AdRxSignalStrength > (priv->AdRxSsThreshold + 10)) && // Signal is much stronger than current threshold
 			if(	(priv->AdRxSignalStrength > (priv->AdRxSsThreshold + 10)) && // Signal is much stronger than current threshold
 				priv->AdRxSsThreshold <= priv->AdMaxRxSsThreshold) // Current threhold is not yet reach upper limit.
 				priv->AdRxSsThreshold <= priv->AdMaxRxSsThreshold) // Current threhold is not yet reach upper limit.
 			{
 			{

+ 1 - 1
drivers/staging/rtl8187se/r8180_rtl8225z2.c

@@ -1058,7 +1058,7 @@ bool SetZebraRFPowerState8185(struct net_device *dev,
 			break;
 			break;
 		default:
 		default:
 			bResult = false;
 			bResult = false;
-			printk("SetZebraRFPowerState8185(): unknow state to set: 0x%X!!!\n", eRFPowerState);
+			printk("SetZebraRFPowerState8185(): unknown state to set: 0x%X!!!\n", eRFPowerState);
 			break;
 			break;
 		}
 		}
 		break;
 		break;

+ 1 - 1
drivers/staging/rtl8187se/r8180_wx.c

@@ -276,7 +276,7 @@ static int rtl8180_wx_get_range(struct net_device *dev,
 	range->max_qual.updated = 7; /* Updated all three */
 	range->max_qual.updated = 7; /* Updated all three */
 
 
 	range->avg_qual.qual = 92; /* > 8% missed beacons is 'bad' */
 	range->avg_qual.qual = 92; /* > 8% missed beacons is 'bad' */
-	/* TODO: Find real 'good' to 'bad' threshol value for RSSI */
+	/* TODO: Find real 'good' to 'bad' threshold value for RSSI */
 	range->avg_qual.level = 20 + -98;
 	range->avg_qual.level = 20 + -98;
 	range->avg_qual.noise = 0;
 	range->avg_qual.noise = 0;
 	range->avg_qual.updated = 7; /* Updated all three */
 	range->avg_qual.updated = 7; /* Updated all three */

+ 2 - 2
drivers/staging/rtl8187se/r8185b_init.c

@@ -2493,8 +2493,8 @@ void rtl8185b_adapter_start(struct net_device *dev)
 	PhyConfig8185(dev);
 	PhyConfig8185(dev);
 
 
 	// We assume RegWirelessMode has already been initialized before,
 	// We assume RegWirelessMode has already been initialized before,
-	// however, we has to validate the wireless mode here and provide a reasonble
-	// initialized value if necessary. 2005.01.13, by rcnjko.
+	// however, we has to validate the wireless mode here and provide a
+	// reasonable initialized value if necessary. 2005.01.13, by rcnjko.
 	SupportedWirelessMode = GetSupportedWirelessMode8185(dev);
 	SupportedWirelessMode = GetSupportedWirelessMode8185(dev);
 	if(	(ieee->mode != WIRELESS_MODE_B) &&
 	if(	(ieee->mode != WIRELESS_MODE_B) &&
 		(ieee->mode != WIRELESS_MODE_G) &&
 		(ieee->mode != WIRELESS_MODE_G) &&

+ 1 - 1
drivers/staging/rtl8192e/ieee80211/ieee80211_module.c

@@ -164,7 +164,7 @@ struct net_device *alloc_ieee80211(int sizeof_priv)
  	ieee->privacy_invoked = 0;
  	ieee->privacy_invoked = 0;
  	ieee->ieee802_1x = 1;
  	ieee->ieee802_1x = 1;
 	ieee->raw_tx = 0;
 	ieee->raw_tx = 0;
-	//ieee->hwsec_support = 1; //defalt support hw security. //use module_param instead.
+	//ieee->hwsec_support = 1; //default support hw security. //use module_param instead.
 	ieee->hwsec_active = 0; //disable hwsec, switch it on when necessary.
 	ieee->hwsec_active = 0; //disable hwsec, switch it on when necessary.
 
 
 	ieee80211_softmac_init(ieee);
 	ieee80211_softmac_init(ieee);

+ 2 - 2
drivers/staging/rtl8192e/ieee80211/ieee80211_softmac.c

@@ -2330,10 +2330,10 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb,
  * care of the ieee802.11 fragmentation.
  * care of the ieee802.11 fragmentation.
  * So the driver receives a fragment per time and might
  * So the driver receives a fragment per time and might
  * call the stop function when it want without take care
  * call the stop function when it want without take care
- * to have enought room to TX an entire packet.
+ * to have enough room to TX an entire packet.
  * This might be useful if each fragment need it's own
  * This might be useful if each fragment need it's own
  * descriptor, thus just keep a total free memory > than
  * descriptor, thus just keep a total free memory > than
- * the max fragmentation treshold is not enought.. If the
+ * the max fragmentation threshold is not enough.. If the
  * ieee802.11 stack passed a TXB struct then you needed
  * ieee802.11 stack passed a TXB struct then you needed
  * to keep N free descriptors where
  * to keep N free descriptors where
  * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD
  * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD

+ 1 - 1
drivers/staging/rtl8192e/r8190_rtl8256.c

@@ -629,7 +629,7 @@ SetRFPowerState8190(
 
 
 			default:
 			default:
 					bResult = false;
 					bResult = false;
-					RT_TRACE(COMP_ERR, "SetRFPowerState8190(): unknow state to set: 0x%X!!!\n", eRFPowerState);
+					RT_TRACE(COMP_ERR, "SetRFPowerState8190(): unknown state to set: 0x%X!!!\n", eRFPowerState);
 					break;
 					break;
 		}
 		}
 
 

+ 3 - 3
drivers/staging/rtl8192e/r8192E_core.c

@@ -1041,7 +1041,7 @@ static void rtl8192_tx_isr(struct net_device *dev, int prio)
         tx_desc_819x_pci *entry = &ring->desc[ring->idx];
         tx_desc_819x_pci *entry = &ring->desc[ring->idx];
         struct sk_buff *skb;
         struct sk_buff *skb;
 
 
-        /* beacon packet will only use the first descriptor defautly,
+        /* beacon packet will only use the first descriptor defaultly,
          * and the OWN may not be cleared by the hardware
          * and the OWN may not be cleared by the hardware
          * */
          * */
         if(prio != BEACON_QUEUE) {
         if(prio != BEACON_QUEUE) {
@@ -2562,7 +2562,7 @@ static void rtl8192_read_eeprom_info(struct net_device* dev)
 		priv->bTXPowerDataReadFromEEPORM = false;
 		priv->bTXPowerDataReadFromEEPORM = false;
 	}
 	}
 
 
-	// 2007/11/15 MH 8190PCI Default=2T4R, 8192PCIE dafault=1T2R
+	// 2007/11/15 MH 8190PCI Default=2T4R, 8192PCIE default=1T2R
 	priv->rf_type = RTL819X_DEFAULT_RF_TYPE;
 	priv->rf_type = RTL819X_DEFAULT_RF_TYPE;
 
 
 	if(priv->card_8192_version > VERSION_8190_BD)
 	if(priv->card_8192_version > VERSION_8190_BD)
@@ -3554,7 +3554,7 @@ void rtl8192_prepare_beacon(struct r8192_priv *priv)
 	//spin_lock_irqsave(&priv->tx_lock,flags);
 	//spin_lock_irqsave(&priv->tx_lock,flags);
 	/* prepare misc info for the beacon xmit */
 	/* prepare misc info for the beacon xmit */
 	tcb_desc->queue_index = BEACON_QUEUE;
 	tcb_desc->queue_index = BEACON_QUEUE;
-	/* IBSS does not support HT yet, use 1M defautly */
+	/* IBSS does not support HT yet, use 1M defaultly */
 	tcb_desc->data_rate = 2;
 	tcb_desc->data_rate = 2;
 	tcb_desc->RATRIndex = 7;
 	tcb_desc->RATRIndex = 7;
 	tcb_desc->bTxDisableRateFallBack = 1;
 	tcb_desc->bTxDisableRateFallBack = 1;

+ 10 - 10
drivers/staging/rtl8192e/r8192E_dm.c

@@ -455,7 +455,7 @@ static void dm_check_rate_adaptive(struct net_device * dev)
 					(pra->low_rssi_thresh_for_ra40M):(pra->low_rssi_thresh_for_ra20M);
 					(pra->low_rssi_thresh_for_ra40M):(pra->low_rssi_thresh_for_ra20M);
 		}
 		}
 
 
-		//DbgPrint("[DM] THresh H/L=%d/%d\n\r", RATR.HighRSSIThreshForRA, RATR.LowRSSIThreshForRA);
+		//DbgPrint("[DM] Thresh H/L=%d/%d\n\r", RATR.HighRSSIThreshForRA, RATR.LowRSSIThreshForRA);
 		if(priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA)
 		if(priv->undecorated_smoothed_pwdb >= (long)HighRSSIThreshForRA)
 		{
 		{
 			//DbgPrint("[DM] RSSI=%d STA=HIGH\n\r", pHalData->UndecoratedSmoothedPWDB);
 			//DbgPrint("[DM] RSSI=%d STA=HIGH\n\r", pHalData->UndecoratedSmoothedPWDB);
@@ -571,7 +571,7 @@ static u32 OFDMSwingTable[OFDM_Table_Length] = {
 	0x5a400169,	// 3, +3db
 	0x5a400169,	// 3, +3db
 	0x50800142,	// 4, +2db
 	0x50800142,	// 4, +2db
 	0x47c0011f,	// 5, +1db
 	0x47c0011f,	// 5, +1db
-	0x40000100,	// 6, +0db ===> default, upper for higher temprature, lower for low temprature
+	0x40000100,	// 6, +0db ===> default, upper for higher temperature, lower for low temperature
 	0x390000e4,	// 7, -1db
 	0x390000e4,	// 7, -1db
 	0x32c000cb,	// 8, -2db
 	0x32c000cb,	// 8, -2db
 	0x2d4000b5,	// 9, -3db
 	0x2d4000b5,	// 9, -3db
@@ -932,14 +932,14 @@ static void dm_TXPowerTrackingCallback_ThermalMeter(struct net_device * dev)
 	RT_TRACE(COMP_POWER_TRACKING, "Readback ThermalMeterA = %d \n", tmpRegA);
 	RT_TRACE(COMP_POWER_TRACKING, "Readback ThermalMeterA = %d \n", tmpRegA);
 	if(tmpRegA < 3 || tmpRegA > 13)
 	if(tmpRegA < 3 || tmpRegA > 13)
 		return;
 		return;
-	if(tmpRegA >= 12)	// if over 12, TP will be bad when high temprature
+	if(tmpRegA >= 12)	// if over 12, TP will be bad when high temperature
 		tmpRegA = 12;
 		tmpRegA = 12;
 	RT_TRACE(COMP_POWER_TRACKING, "Valid ThermalMeterA = %d \n", tmpRegA);
 	RT_TRACE(COMP_POWER_TRACKING, "Valid ThermalMeterA = %d \n", tmpRegA);
 	priv->ThermalMeter[0] = ThermalMeterVal;	//We use fixed value by Bryant's suggestion
 	priv->ThermalMeter[0] = ThermalMeterVal;	//We use fixed value by Bryant's suggestion
 	priv->ThermalMeter[1] = ThermalMeterVal;	//We use fixed value by Bryant's suggestion
 	priv->ThermalMeter[1] = ThermalMeterVal;	//We use fixed value by Bryant's suggestion
 
 
-	//Get current RF-A temprature index
-	if(priv->ThermalMeter[0] >= (u8)tmpRegA)	//lower temprature
+	//Get current RF-A temperature index
+	if(priv->ThermalMeter[0] >= (u8)tmpRegA)	//lower temperature
 	{
 	{
 		tmpOFDMindex = tmpCCK20Mindex = 6+(priv->ThermalMeter[0]-(u8)tmpRegA);
 		tmpOFDMindex = tmpCCK20Mindex = 6+(priv->ThermalMeter[0]-(u8)tmpRegA);
 		tmpCCK40Mindex = tmpCCK20Mindex - 6;
 		tmpCCK40Mindex = tmpCCK20Mindex - 6;
@@ -953,7 +953,7 @@ static void dm_TXPowerTrackingCallback_ThermalMeter(struct net_device * dev)
 	else
 	else
 	{
 	{
 		tmpval = ((u8)tmpRegA - priv->ThermalMeter[0]);
 		tmpval = ((u8)tmpRegA - priv->ThermalMeter[0]);
-		if(tmpval >= 6)								// higher temprature
+		if(tmpval >= 6)								// higher temperature
 			tmpOFDMindex = tmpCCK20Mindex = 0;		// max to +6dB
 			tmpOFDMindex = tmpCCK20Mindex = 0;		// max to +6dB
 		else
 		else
 			tmpOFDMindex = tmpCCK20Mindex = 6 - tmpval;
 			tmpOFDMindex = tmpCCK20Mindex = 6 - tmpval;
@@ -2017,7 +2017,7 @@ static void dm_dig_init(struct net_device *dev)
 	dm_digtable.dbg_mode = DM_DBG_OFF;	//off=by real rssi value, on=by DM_DigTable.Rssi_val for new dig
 	dm_digtable.dbg_mode = DM_DBG_OFF;	//off=by real rssi value, on=by DM_DigTable.Rssi_val for new dig
 	dm_digtable.dig_algorithm_switch = 0;
 	dm_digtable.dig_algorithm_switch = 0;
 
 
-	/* 2007/10/04 MH Define init gain threshol. */
+	/* 2007/10/04 MH Define init gain threshold. */
 	dm_digtable.dig_state		= DM_STA_DIG_MAX;
 	dm_digtable.dig_state		= DM_STA_DIG_MAX;
 	dm_digtable.dig_highpwr_state	= DM_STA_DIG_MAX;
 	dm_digtable.dig_highpwr_state	= DM_STA_DIG_MAX;
 	dm_digtable.initialgain_lowerbound_state = false;
 	dm_digtable.initialgain_lowerbound_state = false;
@@ -2145,7 +2145,7 @@ static void dm_ctrl_initgain_byrssi_by_fwfalse_alarm(
 	/*DbgPrint("DIG Check\n\r RSSI=%d LOW=%d HIGH=%d STATE=%d",
 	/*DbgPrint("DIG Check\n\r RSSI=%d LOW=%d HIGH=%d STATE=%d",
 	pHalData->UndecoratedSmoothedPWDB, DM_DigTable.RssiLowThresh,
 	pHalData->UndecoratedSmoothedPWDB, DM_DigTable.RssiLowThresh,
 	DM_DigTable.RssiHighThresh, DM_DigTable.Dig_State);*/
 	DM_DigTable.RssiHighThresh, DM_DigTable.Dig_State);*/
-	/* 1. When RSSI decrease, We have to judge if it is smaller than a treshold
+	/* 1. When RSSI decrease, We have to judge if it is smaller than a threshold
 		  and then execute below step. */
 		  and then execute below step. */
 	if ((priv->undecorated_smoothed_pwdb <= dm_digtable.rssi_low_thresh))
 	if ((priv->undecorated_smoothed_pwdb <= dm_digtable.rssi_low_thresh))
 	{
 	{
@@ -2205,7 +2205,7 @@ static void dm_ctrl_initgain_byrssi_by_fwfalse_alarm(
 
 
 	}
 	}
 
 
-	/* 2. When RSSI increase, We have to judge if it is larger than a treshold
+	/* 2. When RSSI increase, We have to judge if it is larger than a threshold
 		  and then execute below step.  */
 		  and then execute below step.  */
 	if ((priv->undecorated_smoothed_pwdb >= dm_digtable.rssi_high_thresh) )
 	if ((priv->undecorated_smoothed_pwdb >= dm_digtable.rssi_high_thresh) )
 	{
 	{
@@ -2314,7 +2314,7 @@ static void dm_ctrl_initgain_byrssi_highpwr(
 	}
 	}
 
 
 	/* 3. When RSSI >75% or <70%, it is a high power issue. We have to judge if
 	/* 3. When RSSI >75% or <70%, it is a high power issue. We have to judge if
-		  it is larger than a treshold and then execute below step.  */
+		  it is larger than a threshold and then execute below step.  */
 	// 2008/02/05 MH SD3-Jerry Modify PD_TH for high power issue.
 	// 2008/02/05 MH SD3-Jerry Modify PD_TH for high power issue.
 	if (priv->undecorated_smoothed_pwdb >= dm_digtable.rssi_high_power_highthresh)
 	if (priv->undecorated_smoothed_pwdb >= dm_digtable.rssi_high_power_highthresh)
 	{
 	{

+ 1 - 1
drivers/staging/rtl8192e/r8192E_wx.c

@@ -446,7 +446,7 @@ static int rtl8180_wx_get_range(struct net_device *dev,
 	range->max_qual.updated = 7; /* Updated all three */
 	range->max_qual.updated = 7; /* Updated all three */
 
 
 	range->avg_qual.qual = 92; /* > 8% missed beacons is 'bad' */
 	range->avg_qual.qual = 92; /* > 8% missed beacons is 'bad' */
-	/* TODO: Find real 'good' to 'bad' threshol value for RSSI */
+	/* TODO: Find real 'good' to 'bad' threshold value for RSSI */
 	range->avg_qual.level = 20 + -98;
 	range->avg_qual.level = 20 + -98;
 	range->avg_qual.noise = 0;
 	range->avg_qual.noise = 0;
 	range->avg_qual.updated = 7; /* Updated all three */
 	range->avg_qual.updated = 7; /* Updated all three */

+ 1 - 1
drivers/staging/rtl8192e/r819xE_cmdpkt.c

@@ -783,7 +783,7 @@ u32 cmpk_message_handle_rx(struct net_device *dev, struct ieee80211_rx_stats *ps
 
 
 			default:
 			default:
 
 
-			        RT_TRACE(COMP_EVENTS, "---->cmpk_message_handle_rx():unknow CMD Element\n");
+			        RT_TRACE(COMP_EVENTS, "---->cmpk_message_handle_rx():unknown CMD Element\n");
 				return 1;	/* This is a command packet. */
 				return 1;	/* This is a command packet. */
 		}
 		}
 		// 2007/01/22 MH Display received rx command packet info.
 		// 2007/01/22 MH Display received rx command packet info.

+ 1 - 1
drivers/staging/rtl8192e/r819xE_phyreg.h

@@ -294,7 +294,7 @@
 #define bR2RCCAMask               		0x00000f00
 #define bR2RCCAMask               		0x00000f00
 #define bHSSI_R2TDelay            		0xf8000000
 #define bHSSI_R2TDelay            		0xf8000000
 #define bHSSI_T2RDelay            		0xf80000
 #define bHSSI_T2RDelay            		0xf80000
-#define bContTxHSSI               		0x400     //chane gain at continue Tx
+#define bContTxHSSI               		0x400     //channel gain at continue Tx
 #define bIGFromCCK                		0x200
 #define bIGFromCCK                		0x200
 #define bAGCAddress               		0x3f
 #define bAGCAddress               		0x3f
 #define bRxHPTx                   			0x7000
 #define bRxHPTx                   			0x7000

+ 1 - 1
drivers/staging/rtl8192su/ieee80211/ieee80211_module.c

@@ -156,7 +156,7 @@ struct net_device *alloc_ieee80211(int sizeof_priv)
  	ieee->privacy_invoked = 0;
  	ieee->privacy_invoked = 0;
  	ieee->ieee802_1x = 1;
  	ieee->ieee802_1x = 1;
 	ieee->raw_tx = 0;
 	ieee->raw_tx = 0;
-	//ieee->hwsec_support = 1; //defalt support hw security. //use module_param instead.
+	//ieee->hwsec_support = 1; //default support hw security. //use module_param instead.
 	ieee->hwsec_active = 0; //disable hwsec, switch it on when necessary.
 	ieee->hwsec_active = 0; //disable hwsec, switch it on when necessary.
 
 
 	ieee80211_softmac_init(ieee);
 	ieee80211_softmac_init(ieee);

+ 2 - 2
drivers/staging/rtl8192su/ieee80211/ieee80211_softmac.c

@@ -2120,10 +2120,10 @@ ieee80211_rx_frame_softmac(struct ieee80211_device *ieee, struct sk_buff *skb,
  * care of the ieee802.11 fragmentation.
  * care of the ieee802.11 fragmentation.
  * So the driver receives a fragment per time and might
  * So the driver receives a fragment per time and might
  * call the stop function when it want without take care
  * call the stop function when it want without take care
- * to have enought room to TX an entire packet.
+ * to have enough room to TX an entire packet.
  * This might be useful if each fragment need it's own
  * This might be useful if each fragment need it's own
  * descriptor, thus just keep a total free memory > than
  * descriptor, thus just keep a total free memory > than
- * the max fragmentation treshold is not enought.. If the
+ * the max fragmentation threshold is not enough.. If the
  * ieee802.11 stack passed a TXB struct then you needed
  * ieee802.11 stack passed a TXB struct then you needed
  * to keep N free descriptors where
  * to keep N free descriptors where
  * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD
  * N = MAX_PACKET_SIZE / MIN_FRAG_TRESHOLD

+ 1 - 1
drivers/staging/rtl8192su/ieee80211/readme

@@ -37,7 +37,7 @@ What this layer doesn't do (yet)
   disassociate clients, and it is really prone to always allow access.
   disassociate clients, and it is really prone to always allow access.
   In bss client mode it is a bit rough with AP deauth and disassoc requests.
   In bss client mode it is a bit rough with AP deauth and disassoc requests.
 - It has not any entry point to view the collected stats.
 - It has not any entry point to view the collected stats.
-- Altought it takes care of the card supported rates in the management frame
+- Although it takes care of the card supported rates in the management frame
   it sends, support for rate changing on TXed packet is not complete.
   it sends, support for rate changing on TXed packet is not complete.
 - Give up once associated in bss client mode (it never detect a
 - Give up once associated in bss client mode (it never detect a
   signal loss condition to disassociate and restart scanning)
   signal loss condition to disassociate and restart scanning)

+ 2 - 2
drivers/staging/rtl8192su/r8192S_phy.c

@@ -1728,7 +1728,7 @@ static bool phy_SetRFPowerState8192SU(struct net_device* dev,RT_RF_POWER_STATE e
 
 
 			default:
 			default:
 				bResult = FALSE;
 				bResult = FALSE;
-				//RT_ASSERT(FALSE, ("phy_SetRFPowerState8192SU(): unknow state to set: 0x%X!!!\n", eRFPowerState));
+				//RT_ASSERT(FALSE, ("phy_SetRFPowerState8192SU(): unknown state to set: 0x%X!!!\n", eRFPowerState));
 				break;
 				break;
 		}
 		}
 		break;
 		break;
@@ -2711,7 +2711,7 @@ u8 rtl8192_phy_SwChnl(struct net_device* dev, u8 channel)
 // However, this procedure is performed synchronously  which should be running under
 // However, this procedure is performed synchronously  which should be running under
 // passive level.
 // passive level.
 //
 //
-//not understant it
+//not understand it
 void PHY_SwChnlPhy8192S(	// Only called during initialize
 void PHY_SwChnlPhy8192S(	// Only called during initialize
 	struct net_device* dev,
 	struct net_device* dev,
 	u8		channel
 	u8		channel

+ 1 - 1
drivers/staging/rtl8192su/r8192S_phyreg.h

@@ -453,7 +453,7 @@
 #define		bR2RCCAMask               			0x00000f00
 #define		bR2RCCAMask               			0x00000f00
 #define		bHSSI_R2TDelay            		0xf8000000
 #define		bHSSI_R2TDelay            		0xf8000000
 #define		bHSSI_T2RDelay            		0xf80000
 #define		bHSSI_T2RDelay            		0xf80000
-#define		bContTxHSSI               			0x400     //chane gain at continue Tx
+#define		bContTxHSSI               			0x400     //channel gain at continue Tx
 #define		bIGFromCCK                			0x200
 #define		bIGFromCCK                			0x200
 #define		bAGCAddress               			0x3f
 #define		bAGCAddress               			0x3f
 #define		bRxHPTx                   			0x7000
 #define		bRxHPTx                   			0x7000

+ 2 - 2
drivers/staging/rtl8192su/r8192S_rtl6052.c

@@ -326,7 +326,7 @@ extern void PHY_RF6052SetOFDMTxPower(struct net_device* dev, u8 powerlevel)
 
 
 		//
 		//
 		// If path A and Path B coexist, we must limit Path A tx power.
 		// If path A and Path B coexist, we must limit Path A tx power.
-		// Protect Path B pwr over or under flow. We need to calculate upper and
+		// Protect Path B pwr over or underflow. We need to calculate upper and
 		// lower bound of path A tx power.
 		// lower bound of path A tx power.
 		//
 		//
 		if (priv->rf_type == RF_2T2R)
 		if (priv->rf_type == RF_2T2R)
@@ -354,7 +354,7 @@ extern void PHY_RF6052SetOFDMTxPower(struct net_device* dev, u8 powerlevel)
 
 
 			//
 			//
 			// If path A and Path B coexist, we must limit Path A tx power.
 			// If path A and Path B coexist, we must limit Path A tx power.
-			// Protect Path B pwr over or under flow. We need to calculate upper and
+			// Protect Path B pwr under/over flow. We need to calculate upper and
 			// lower bound of path A tx power.
 			// lower bound of path A tx power.
 			//
 			//
 			if (priv->rf_type == RF_2T2R)
 			if (priv->rf_type == RF_2T2R)

+ 5 - 5
drivers/staging/rtl8192su/r8192U_dm.c

@@ -593,7 +593,7 @@ static u32 OFDMSwingTable[OFDM_Table_Length] = {
 	0x5a400169,	// 3, +3db
 	0x5a400169,	// 3, +3db
 	0x50800142,	// 4, +2db
 	0x50800142,	// 4, +2db
 	0x47c0011f,	// 5, +1db
 	0x47c0011f,	// 5, +1db
-	0x40000100,	// 6, +0db ===> default, upper for higher temprature, lower for low temprature
+	0x40000100,	// 6, +0db ===> default, upper for higher temperature, lower for low temperature
 	0x390000e4,	// 7, -1db
 	0x390000e4,	// 7, -1db
 	0x32c000cb,	// 8, -2db
 	0x32c000cb,	// 8, -2db
 	0x2d4000b5,	// 9, -3db
 	0x2d4000b5,	// 9, -3db
@@ -912,14 +912,14 @@ static void dm_TXPowerTrackingCallback_ThermalMeter(struct net_device * dev)
 	RT_TRACE(COMP_POWER_TRACKING, "Readback ThermalMeterA = %d \n", tmpRegA);
 	RT_TRACE(COMP_POWER_TRACKING, "Readback ThermalMeterA = %d \n", tmpRegA);
 	if(tmpRegA < 3 || tmpRegA > 13)
 	if(tmpRegA < 3 || tmpRegA > 13)
 		return;
 		return;
-	if(tmpRegA >= 12)	// if over 12, TP will be bad when high temprature
+	if(tmpRegA >= 12)	// if over 12, TP will be bad when high temperature
 		tmpRegA = 12;
 		tmpRegA = 12;
 	RT_TRACE(COMP_POWER_TRACKING, "Valid ThermalMeterA = %d \n", tmpRegA);
 	RT_TRACE(COMP_POWER_TRACKING, "Valid ThermalMeterA = %d \n", tmpRegA);
 	priv->ThermalMeter[0] = ThermalMeterVal;	//We use fixed value by Bryant's suggestion
 	priv->ThermalMeter[0] = ThermalMeterVal;	//We use fixed value by Bryant's suggestion
 	priv->ThermalMeter[1] = ThermalMeterVal;	//We use fixed value by Bryant's suggestion
 	priv->ThermalMeter[1] = ThermalMeterVal;	//We use fixed value by Bryant's suggestion
 
 
-	//Get current RF-A temprature index
-	if(priv->ThermalMeter[0] >= (u8)tmpRegA)	//lower temprature
+	//Get current RF-A temperature index
+	if(priv->ThermalMeter[0] >= (u8)tmpRegA)	//lower temperature
 	{
 	{
 		tmpOFDMindex = tmpCCK20Mindex = 6+(priv->ThermalMeter[0]-(u8)tmpRegA);
 		tmpOFDMindex = tmpCCK20Mindex = 6+(priv->ThermalMeter[0]-(u8)tmpRegA);
 		tmpCCK40Mindex = tmpCCK20Mindex - 6;
 		tmpCCK40Mindex = tmpCCK20Mindex - 6;
@@ -933,7 +933,7 @@ static void dm_TXPowerTrackingCallback_ThermalMeter(struct net_device * dev)
 	else
 	else
 	{
 	{
 		tmpval = ((u8)tmpRegA - priv->ThermalMeter[0]);
 		tmpval = ((u8)tmpRegA - priv->ThermalMeter[0]);
-		if(tmpval >= 6)								// higher temprature
+		if(tmpval >= 6)								// higher temperature
 			tmpOFDMindex = tmpCCK20Mindex = 0;		// max to +6dB
 			tmpOFDMindex = tmpCCK20Mindex = 0;		// max to +6dB
 		else
 		else
 			tmpOFDMindex = tmpCCK20Mindex = 6 - tmpval;
 			tmpOFDMindex = tmpCCK20Mindex = 6 - tmpval;

+ 1 - 1
drivers/staging/rtl8192su/r8192U_wx.c

@@ -435,7 +435,7 @@ static int rtl8180_wx_get_range(struct net_device *dev,
 	range->max_qual.updated = 7; /* Updated all three */
 	range->max_qual.updated = 7; /* Updated all three */
 
 
 	range->avg_qual.qual = 92; /* > 8% missed beacons is 'bad' */
 	range->avg_qual.qual = 92; /* > 8% missed beacons is 'bad' */
-	/* TODO: Find real 'good' to 'bad' threshol value for RSSI */
+	/* TODO: Find real 'good' to 'bad' threshold value for RSSI */
 	range->avg_qual.level = 20 + -98;
 	range->avg_qual.level = 20 + -98;
 	range->avg_qual.noise = 0;
 	range->avg_qual.noise = 0;
 	range->avg_qual.updated = 7; /* Updated all three */
 	range->avg_qual.updated = 7; /* Updated all three */

+ 1 - 1
drivers/staging/rtl8192su/r819xU_cmdpkt.c

@@ -697,7 +697,7 @@ cmpk_message_handle_rx(
 
 
 			default:
 			default:
 
 
-			        RT_TRACE(COMP_ERR, "---->cmpk_message_handle_rx():unknow CMD Element\n");
+			        RT_TRACE(COMP_ERR, "---->cmpk_message_handle_rx():unknown CMD Element\n");
 				return 1;	/* This is a command packet. */
 				return 1;	/* This is a command packet. */
 		}
 		}
 		// 2007/01/22 MH Display received rx command packet info.
 		// 2007/01/22 MH Display received rx command packet info.

+ 1 - 1
drivers/staging/sep/sep_driver.c

@@ -2449,7 +2449,7 @@ static void sep_configure_dma_burst(struct sep_device *sep)
 #endif
 #endif
 
 
 /*
 /*
-  Function that is activaed on the succesful probe of the SEP device
+  Function that is activated on the successful probe of the SEP device
 */
 */
 static int __devinit sep_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 static int __devinit sep_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
 {
 {

+ 1 - 1
drivers/staging/serqt_usb2/serqt_usb2.c

@@ -929,7 +929,7 @@ static int qt_open(struct tty_struct *tty,
 	dbg(__FILE__ "qt_setuart completed.\n");
 	dbg(__FILE__ "qt_setuart completed.\n");
 
 
 	/*
 	/*
-	 * Put this here to make it responsive to stty and defauls set by
+	 * Put this here to make it responsive to stty and defaults set by
 	 * the tty layer
 	 * the tty layer
 	 */
 	 */
 	/* FIXME: is this needed? */
 	/* FIXME: is this needed? */

+ 1 - 1
drivers/staging/vt6655/device_main.c

@@ -661,7 +661,7 @@ else
    if(zonetype!=pDevice->abyEEPROM[EEP_OFS_ZONETYPE])
    if(zonetype!=pDevice->abyEEPROM[EEP_OFS_ZONETYPE])
       printk("zonetype in file[%02x] mismatch with in EEPROM[%02x]\n",zonetype,pDevice->abyEEPROM[EEP_OFS_ZONETYPE]);
       printk("zonetype in file[%02x] mismatch with in EEPROM[%02x]\n",zonetype,pDevice->abyEEPROM[EEP_OFS_ZONETYPE]);
    else
    else
-      printk("Read Zonetype file sucess,use default zonetype setting[%02x]\n",zonetype);
+      printk("Read Zonetype file success,use default zonetype setting[%02x]\n",zonetype);
  }
  }
  	}
  	}
   else
   else

+ 2 - 2
drivers/staging/vt6655/ioctl.c

@@ -159,7 +159,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq) {
 	 else if(zonetype == 0x02) { //Europe
 	 else if(zonetype == 0x02) { //Europe
              sZoneTypeCmd.ZoneType = ZoneType_Europe;
              sZoneTypeCmd.ZoneType = ZoneType_Europe;
 	 }
 	 }
-	 else { //Unknow ZoneType
+	 else { //Unknown ZoneType
 	        printk("Error:ZoneType[%x] Unknown ???\n",zonetype);
 	        printk("Error:ZoneType[%x] Unknown ???\n",zonetype);
 	         result = -EFAULT;
 	         result = -EFAULT;
 		break;
 		break;
@@ -692,7 +692,7 @@ if(wpa_Result.authenticated==TRUE) {
      wireless_send_event(pDevice->dev, IWEVCUSTOM, &wrqu, pItemSSID->abySSID);
      wireless_send_event(pDevice->dev, IWEVCUSTOM, &wrqu, pItemSSID->abySSID);
    }
    }
    #endif
    #endif
-         pDevice->fWPA_Authened = TRUE;           //is sucessful peer to wpa_Result.authenticated?
+         pDevice->fWPA_Authened = TRUE;           //is successful peer to wpa_Result.authenticated?
 }
 }
 
 
         //printk("get private wpa_supplicant announce WPA SM\n");
         //printk("get private wpa_supplicant announce WPA SM\n");

+ 2 - 2
drivers/staging/vt6655/mib.h

@@ -325,10 +325,10 @@ typedef struct tagSStatCounter {
    #ifdef Calcu_LinkQual
    #ifdef Calcu_LinkQual
        //Tx count:
        //Tx count:
     ULONG TxNoRetryOkCount;         //success tx no retry !
     ULONG TxNoRetryOkCount;         //success tx no retry !
-    ULONG TxRetryOkCount;              //sucess tx but retry !
+    ULONG TxRetryOkCount;              //success tx but retry !
     ULONG TxFailCount;                      //fail tx ?
     ULONG TxFailCount;                      //fail tx ?
       //Rx count:
       //Rx count:
-    ULONG RxOkCnt;                          //sucess rx !
+    ULONG RxOkCnt;                          //success rx !
     ULONG RxFcsErrCnt;                    //fail rx ?
     ULONG RxFcsErrCnt;                    //fail rx ?
       //statistic
       //statistic
     ULONG SignalStren;
     ULONG SignalStren;

+ 1 - 1
drivers/staging/vt6656/baseband.c

@@ -1040,7 +1040,7 @@ else {
    if(pDevice->config_file.ZoneType !=pDevice->abyEEPROM[EEP_OFS_ZONETYPE])
    if(pDevice->config_file.ZoneType !=pDevice->abyEEPROM[EEP_OFS_ZONETYPE])
       printk("zonetype in file[%02x] mismatch with in EEPROM[%02x]\n",pDevice->config_file.ZoneType,pDevice->abyEEPROM[EEP_OFS_ZONETYPE]);
       printk("zonetype in file[%02x] mismatch with in EEPROM[%02x]\n",pDevice->config_file.ZoneType,pDevice->abyEEPROM[EEP_OFS_ZONETYPE]);
    else
    else
-      printk("Read Zonetype file sucess,use default zonetype setting[%02x]\n",pDevice->config_file.ZoneType);
+      printk("Read Zonetype file success,use default zonetype setting[%02x]\n",pDevice->config_file.ZoneType);
  }
  }
 }
 }
 
 

+ 1 - 1
drivers/staging/vt6656/channel.c

@@ -19,7 +19,7 @@
  *
  *
  * File: channel.c
  * File: channel.c
  *
  *
- * Purpose: Channel number maping
+ * Purpose: Channel number mapping
  *
  *
  * Author: Lucas Lin
  * Author: Lucas Lin
  *
  *

+ 2 - 2
drivers/staging/vt6656/ioctl.c

@@ -152,7 +152,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq) {
 	 else if(zonetype == 0x02) { //Europe
 	 else if(zonetype == 0x02) { //Europe
              sZoneTypeCmd.ZoneType = ZoneType_Europe;
              sZoneTypeCmd.ZoneType = ZoneType_Europe;
 	 }
 	 }
-	 else { //Unknow ZoneType
+	 else { //Unknown ZoneType
 	        printk("Error:ZoneType[%x] Unknown ???\n",zonetype);
 	        printk("Error:ZoneType[%x] Unknown ???\n",zonetype);
 	         result = -EFAULT;
 	         result = -EFAULT;
 		break;
 		break;
@@ -679,7 +679,7 @@ if(wpa_Result.authenticated==TRUE) {
      wireless_send_event(pDevice->dev, IWEVCUSTOM, &wrqu, pItemSSID->abySSID);
      wireless_send_event(pDevice->dev, IWEVCUSTOM, &wrqu, pItemSSID->abySSID);
    }
    }
    #endif
    #endif
-         pDevice->fWPA_Authened = TRUE;           //is sucessful peer to wpa_Result.authenticated?
+         pDevice->fWPA_Authened = TRUE;           //is successful peer to wpa_Result.authenticated?
 }
 }
 
 
         //printk("get private wpa_supplicant announce WPA SM\n");
         //printk("get private wpa_supplicant announce WPA SM\n");

+ 1 - 1
drivers/staging/vt6656/iwctl.c

@@ -1724,7 +1724,7 @@ int iwctl_siwauth(struct net_device *dev,
 	case IW_AUTH_WPA_ENABLED:
 	case IW_AUTH_WPA_ENABLED:
 		//pDevice->bWPADEVUp = !! wrq->value;
 		//pDevice->bWPADEVUp = !! wrq->value;
 		//if(pDevice->bWPADEVUp==TRUE)
 		//if(pDevice->bWPADEVUp==TRUE)
-		  // printk("iwctl_siwauth:set WPADEV to enable sucessful*******\n");
+		  // printk("iwctl_siwauth:set WPADEV to enable successful*******\n");
 		//else
 		//else
 		 //  printk("iwctl_siwauth:set WPADEV to enable fail?????\n");
 		 //  printk("iwctl_siwauth:set WPADEV to enable fail?????\n");
 		break;
 		break;

+ 1 - 1
drivers/staging/vt6656/main_usb.c

@@ -1537,7 +1537,7 @@ if(result!=0) {
   return buffer;
   return buffer;
 }
 }
 
 
-//return --->-1:fail;  >=0:sucessful
+//return --->-1:fail;  >=0:successful
 static int Read_config_file(PSDevice pDevice) {
 static int Read_config_file(PSDevice pDevice) {
   int result=0;
   int result=0;
   UCHAR      tmpbuffer[100];
   UCHAR      tmpbuffer[100];

+ 2 - 2
drivers/staging/vt6656/mib.h

@@ -357,10 +357,10 @@ typedef struct tagSStatCounter {
    #ifdef Calcu_LinkQual
    #ifdef Calcu_LinkQual
        //Tx count:
        //Tx count:
     ULONG TxNoRetryOkCount;         //success tx no retry !
     ULONG TxNoRetryOkCount;         //success tx no retry !
-    ULONG TxRetryOkCount;              //sucess tx but retry !
+    ULONG TxRetryOkCount;              //success tx but retry !
     ULONG TxFailCount;                      //fail tx ?
     ULONG TxFailCount;                      //fail tx ?
       //Rx count:
       //Rx count:
-    ULONG RxOkCnt;                          //sucess rx !
+    ULONG RxOkCnt;                          //success rx !
     ULONG RxFcsErrCnt;                    //fail rx ?
     ULONG RxFcsErrCnt;                    //fail rx ?
       //statistic
       //statistic
     ULONG SignalStren;
     ULONG SignalStren;

+ 1 - 1
drivers/staging/vt6656/wcmd.c

@@ -1331,7 +1331,7 @@ BSSvSecondTxData(
     }
     }
 
 
   spin_lock_irq(&pDevice->lock);
   spin_lock_irq(&pDevice->lock);
-  //is wap_supplicant running sucessful OR only open && sharekey mode!
+  //is wap_supplicant running successful OR only open && sharekey mode!
   #if 1
   #if 1
   if(((pDevice->bLinkPass ==TRUE)&&(pMgmt->eAuthenMode < WMAC_AUTH_WPA)) ||  //open && sharekey linking
   if(((pDevice->bLinkPass ==TRUE)&&(pMgmt->eAuthenMode < WMAC_AUTH_WPA)) ||  //open && sharekey linking
       (pDevice->fWPA_Authened == TRUE)) {   //wpa linking
       (pDevice->fWPA_Authened == TRUE)) {   //wpa linking