aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8712/drv_types.h
diff options
context:
space:
mode:
authorArushi Singhal <arushisinghal19971997@gmail.com>2018-03-03 11:02:31 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-03-06 04:03:43 -0800
commit4cacc002569adfd370172aa4e8139c064d375b68 (patch)
tree6a349e6be74c2cb18823bbb7466a1dc3d0c001e6 /drivers/staging/rtl8712/drv_types.h
parentstaging: vc04_services: bcm2835-audio: Change to unsigned int * (diff)
downloadlinux-dev-4cacc002569adfd370172aa4e8139c064d375b68.tar.xz
linux-dev-4cacc002569adfd370172aa4e8139c064d375b68.zip
staging: rtl8712: Fixed 'tabstop' coding style warning
Replace a mix of tabs and spaces indentation by tabs only. Fixed checkpatch warning "Statements should start on a tabstop". Signed-off-by: Arushi Singhal <arushisinghal19971997@gmail.com> Acked-by: Julia Lawall <julia.lawall@lip6.fr> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8712/drv_types.h')
-rw-r--r--drivers/staging/rtl8712/drv_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8712/drv_types.h b/drivers/staging/rtl8712/drv_types.h
index ae79047ac6dc..ede99e96984f 100644
--- a/drivers/staging/rtl8712/drv_types.h
+++ b/drivers/staging/rtl8712/drv_types.h
@@ -161,7 +161,7 @@ struct _adapter {
u8 EepromAddressSize;
u8 hw_init_completed;
struct task_struct *cmdThread;
- pid_t evtThread;
+ pid_t evtThread;
struct task_struct *xmitThread;
pid_t recvThread;
uint (*dvobj_init)(struct _adapter *adapter);