Staging: ks7010: ks_wlan_net: Fixing coding style warning
authorSUNIL KALLUR RAMEGOWDA <kallur.sunil@gmail.com>
Wed, 13 Dec 2017 21:12:04 +0000 (22:12 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 14:23:18 +0000 (15:23 +0100)
Removing the extra spaces before tabs, checkpatch:
WARNING: please, no space before tabs

Signed-off-by: SUNIL KALLUR RAMEGOWDA <kallur.sunil@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_wlan_net.c

index 880085e2f24aeca608b1d60299b0e62d889249fe..e48c55769c94c4be5fa08c66f8076e2c43d0d65e 100644 (file)
@@ -2990,7 +2990,7 @@ int ks_wlan_net_stop(struct net_device *dev)
 /**
  * is_connect_status() - return true if status is 'connected'
  * @status: high bit is used as FORCE_DISCONNECT, low bits used for
- *     connect status.
+ *     connect status.
  */
 bool is_connect_status(u32 status)
 {
@@ -3000,7 +3000,7 @@ bool is_connect_status(u32 status)
 /**
  * is_disconnect_status() - return true if status is 'disconnected'
  * @status: high bit is used as FORCE_DISCONNECT, low bits used for
- *     disconnect status.
+ *     disconnect status.
  */
 bool is_disconnect_status(u32 status)
 {