Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

SUNIL KALLUR RAMEGOWDA and committed by
Greg Kroah-Hartman
0a20a614 0badff9a

+2 -2
+2 -2
drivers/staging/ks7010/ks_wlan_net.c
··· 2990 2990 /** 2991 2991 * is_connect_status() - return true if status is 'connected' 2992 2992 * @status: high bit is used as FORCE_DISCONNECT, low bits used for 2993 - * connect status. 2993 + * connect status. 2994 2994 */ 2995 2995 bool is_connect_status(u32 status) 2996 2996 { ··· 3000 3000 /** 3001 3001 * is_disconnect_status() - return true if status is 'disconnected' 3002 3002 * @status: high bit is used as FORCE_DISCONNECT, low bits used for 3003 - * disconnect status. 3003 + * disconnect status. 3004 3004 */ 3005 3005 bool is_disconnect_status(u32 status) 3006 3006 {