Commit 4cacc002 authored by Arushi Singhal's avatar Arushi Singhal Committed by Greg Kroah-Hartman

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: default avatarArushi Singhal <arushisinghal19971997@gmail.com>
Acked-by: default avatarJulia Lawall <julia.lawall@lip6.fr>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 951c16bf
...@@ -161,7 +161,7 @@ struct _adapter { ...@@ -161,7 +161,7 @@ struct _adapter {
u8 EepromAddressSize; u8 EepromAddressSize;
u8 hw_init_completed; u8 hw_init_completed;
struct task_struct *cmdThread; struct task_struct *cmdThread;
pid_t evtThread; pid_t evtThread;
struct task_struct *xmitThread; struct task_struct *xmitThread;
pid_t recvThread; pid_t recvThread;
uint (*dvobj_init)(struct _adapter *adapter); uint (*dvobj_init)(struct _adapter *adapter);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment