]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commitdiff
staging: ks7010: Fix spelling mistakes.
authorQuytelda Kahja <quytelda@tamalin.org>
Sat, 24 Mar 2018 06:40:43 +0000 (23:40 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 28 Mar 2018 11:50:07 +0000 (13:50 +0200)
Fix two spelling mistakes in comments.

Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.h
drivers/staging/ks7010/ks_wlan.h

index c262fef72806eeb92bd54e722ae0105b8d57d799..2f918b11b337c523bb7f1788c6a963901ec365a9 100644 (file)
@@ -59,7 +59,7 @@
 
 /*
  * HOST-MAC I/F data structure
- * Byte alignmet Little Endian
+ * Byte alignment Little Endian
  */
 
 struct hostif_hdr {
index aeabbe37619b440c0cac7d728664f0f1cc43ad1a..626d2d60f46407834dee07ad1ef6cce0eb945ab8 100644 (file)
@@ -54,7 +54,7 @@ struct ks_wlan_parameter {
 #define BEACON_LOST_COUNT_MAX 65535
        u32 beacon_lost_count;  /*  Beacon Lost Count */
        u32 rts;        /*  RTS Threashold */
-       u32 fragment;   /*  Fragmentation Threashold */
+       u32 fragment;   /*  Fragmentation Threshold */
        u32 privacy_invoked;
        u32 wep_index;
        struct {