Staging: ks7010: ks_wlan_net: Fixing coding style warning

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>
This commit is contained in:
SUNIL KALLUR RAMEGOWDA 2017-12-13 22:12:04 +01:00 committed by Greg Kroah-Hartman
parent 0badff9a0d
commit 0a20a61465
1 changed files with 2 additions and 2 deletions

View 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)
{