Browse Source

staging: ks7010: Fix spelling mistakes.

Fix two spelling mistakes in comments.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Quytelda Kahja 7 years ago
parent
commit
55189ccbae
2 changed files with 2 additions and 2 deletions
  1. 1 1
      drivers/staging/ks7010/ks_hostif.h
  2. 1 1
      drivers/staging/ks7010/ks_wlan.h

+ 1 - 1
drivers/staging/ks7010/ks_hostif.h

@@ -59,7 +59,7 @@
 
 
 /*
 /*
  * HOST-MAC I/F data structure
  * HOST-MAC I/F data structure
- * Byte alignmet Little Endian
+ * Byte alignment Little Endian
  */
  */
 
 
 struct hostif_hdr {
 struct hostif_hdr {

+ 1 - 1
drivers/staging/ks7010/ks_wlan.h

@@ -54,7 +54,7 @@ struct ks_wlan_parameter {
 #define BEACON_LOST_COUNT_MAX 65535
 #define BEACON_LOST_COUNT_MAX 65535
 	u32 beacon_lost_count;	/*  Beacon Lost Count */
 	u32 beacon_lost_count;	/*  Beacon Lost Count */
 	u32 rts;	/*  RTS Threashold */
 	u32 rts;	/*  RTS Threashold */
-	u32 fragment;	/*  Fragmentation Threashold */
+	u32 fragment;	/*  Fragmentation Threshold */
 	u32 privacy_invoked;
 	u32 privacy_invoked;
 	u32 wep_index;
 	u32 wep_index;
 	struct {
 	struct {