mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
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:
parent
0badff9a0d
commit
0a20a61465
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user